Shades of Dark Orange #FC8F06
Tints of Dark Orange #FC8F06
RGB
CMYK
RGB Variations
Color information
#FC8F06 (or 0xFC8F06) is known color: Dark Orange. HEX triplet: FC, 8F and 06. RGB value is (252,143,6). Sum of RGB (Red+Green+Blue) = 252+143+6=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F06 is #0370F9. Grayscale: #A0A0A0. Windows color (decimal): -225530 or 430076. OLE color: 430076.
HSL color Cylindrical-coordinate representation of color #FC8F06: hue angle of 33.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC8F06 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 6 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.01 |
| HSL | 33.41º | 0.98% | 0.51% | - |
| HSV(B) | 33.41º | 0.98% | 0.99% | - |
| XYZ | 50 | 40.35 | 5.33 | - |
| YUV | 159.97 | 41.11 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 6 | 0 | 0.43 | 0.98 | 0.01 | 33.41 | 0.98 | 0.51 |
| Hex | FC | 8F | 6 | 0 | 2B | 62 | 1 | 21 | 62 | 33 |
| Octal | 374 | 217 | 6 | 0 | 53 | 142 | 1 | 41 | 142 | 63 |
| Binary | 11111100 | 10001111 | 110 | 0 | 101011 | 1100010 | 1 | 100001 | 1100010 | 110011 |
Color Harmonies of #FC8F06
Complementary color
Monochromatic Colors of #FC8F06
Black with #FC8F06
Text Example
Text Example
White with #FC8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F06; }
p { color: rgb(252,143,6); }
H1.HeaderClassName
{
color: #FC8F06;
}
.AnyTagClassName
{
color: #FC8F06;
}
</style>
background-color css
<style>
a { background-color: #FC8F06; }
a { background-color: rgb(252,143,6); }
div.DivClassName
{
background-color: #FC8F06;
}
.BgClassName
{
background-color: #FC8F06;
}
</style>
border-color css
<style>
span { border-color: #FC8F06; }
span { border-color: rgb(252,143,6); }
td.TdClassName
{
border-color: #FC8F06;
}
.TagClassName
{
border-color: #FC8F06;
}
</style>