Shades of Dark Orange #FC9102
Tints of Dark Orange #FC9102
RGB
CMYK
RGB Variations
Color information
#FC9102 (or 0xFC9102) is known color: Dark Orange. HEX triplet: FC, 91 and 02. RGB value is (252,145,2). Sum of RGB (Red+Green+Blue) = 252+145+2=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9102 is #036EFD. Grayscale: #A1A1A1. Windows color (decimal): -225022 or 168444. OLE color: 168444.
HSL color Cylindrical-coordinate representation of color #FC9102: hue angle of 34.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC9102 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.01 |
| HSL | 34.32º | 0.98% | 0.5% | - |
| HSV(B) | 34.32º | 0.99% | 0.99% | - |
| XYZ | 50.28 | 40.95 | 5.31 | - |
| YUV | 160.69 | 38.45 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 2 | 0 | 0.42 | 0.99 | 0.01 | 34.32 | 0.98 | 0.5 |
| Hex | FC | 91 | 2 | 0 | 2A | 63 | 1 | 22 | 62 | 32 |
| Octal | 374 | 221 | 2 | 0 | 52 | 143 | 1 | 42 | 142 | 62 |
| Binary | 11111100 | 10010001 | 10 | 0 | 101010 | 1100011 | 1 | 100010 | 1100010 | 110010 |
Color Harmonies of #FC9102
Complementary color
Monochromatic Colors of #FC9102
Black with #FC9102
Text Example
Text Example
White with #FC9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9102; }
p { color: rgb(252,145,2); }
H1.HeaderClassName
{
color: #FC9102;
}
.AnyTagClassName
{
color: #FC9102;
}
</style>
background-color css
<style>
a { background-color: #FC9102; }
a { background-color: rgb(252,145,2); }
div.DivClassName
{
background-color: #FC9102;
}
.BgClassName
{
background-color: #FC9102;
}
</style>
border-color css
<style>
span { border-color: #FC9102; }
span { border-color: rgb(252,145,2); }
td.TdClassName
{
border-color: #FC9102;
}
.TagClassName
{
border-color: #FC9102;
}
</style>