Color spaces of #fc820b
RGB | 252 | 130 | 11 |
---|---|---|---|
HSL | 0.08 | 0.98 | 0.52 |
HSV | 30° | 96° | 99° |
CMYK | 0.00 | 0.48 | 0.96 0.01 |
XYZ | 48.1879 | 36.6849 | 4.8577 |
Yxy | 36.6849 | 0.5370 | 0.4088 |
Hunter Lab | 60.5681 | 36.0203 | 37.6424 |
CIE-Lab | 67.0400 | 40.7603 | 72.2385 |
#fc820b color RGB value is (252,130,11).
#fc820b hex color red value is 252, green value is 130 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc820b hue: 0.08 , saturation: 0.98 and the lightness value of fc820b is 0.52.
The process color (four color CMYK) of #fc820b color hex is 0.00, 0.48, 0.96, 0.01. Web safe color of #fc820b is #ff9900. Color #fc820b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10000010 | 00001011 |
Octal | 374 | 202 | 13 |
Decimal | 252 | 130 | 11 |
Hex | FC | 82 | B |
Shades of #fc820b
Tints of #fc820b
RGB Percentages of Color #fc820b
CMYK Percentages of Color #fc820b
Complementary Color
#fc820b | #0b85fc |
#fc820b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc820b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc820b Color CSS Codes
.mybgcolor {background-color:#fc820b; } .myforecolor {color:#fc820b; } .mybordercolor {border:3px solid #fc820b; }
#fc820b Text Font Color
<p style="color:#fc820b">Text here</p>
This sample text font color is #fc820b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fc820b Background Color
<div style="background-color:#fc820b">
Div content here</div>
This div background color is #fc820b
#fc820b Border Color
<div style="border:3px solid #fc820b">
Div here</div>
This div border color is #fc820b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,130,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc820b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc820b; -webkit-box-shadow: 1px 1px 3px 2px #fc820b; box-shadow: 1px 1px 3px 2px #fc820b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,130,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc820b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc820b; -webkit-box-shadow: 1px 1px 3px 2px #fc820b; box-shadow: 1px 1px 3px 2px #fc820b;">
Div content here</div>
This div box has shadow with color #fc820b
Comments
No comments written yet.
Please login to write comment.