Shades of Dark Orange #FC900B
Tints of Dark Orange #FC900B
RGB
CMYK
RGB Variations
Color information
#FC900B (or 0xFC900B) is known color: Dark Orange. HEX triplet: FC, 90 and 0B. RGB value is (252,144,11). Sum of RGB (Red+Green+Blue) = 252+144+11=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC900B is #036FF4. Grayscale: #A1A1A1. Windows color (decimal): -225269 or 758012. OLE color: 758012.
HSL color Cylindrical-coordinate representation of color #FC900B: hue angle of 33.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC900B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.01 |
| HSL | 33.11º | 0.98% | 0.52% | - |
| HSV(B) | 33.11º | 0.96% | 0.99% | - |
| XYZ | 50.18 | 40.67 | 5.52 | - |
| YUV | 161.13 | 43.28 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 11 | 0 | 0.43 | 0.96 | 0.01 | 33.11 | 0.98 | 0.52 |
| Hex | FC | 90 | B | 0 | 2B | 60 | 1 | 21 | 62 | 34 |
| Octal | 374 | 220 | 13 | 0 | 53 | 140 | 1 | 41 | 142 | 64 |
| Binary | 11111100 | 10010000 | 1011 | 0 | 101011 | 1100000 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FC900B
Complementary color
Monochromatic Colors of #FC900B
Black with #FC900B
Text Example
Text Example
White with #FC900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC900B; }
p { color: rgb(252,144,11); }
H1.HeaderClassName
{
color: #FC900B;
}
.AnyTagClassName
{
color: #FC900B;
}
</style>
background-color css
<style>
a { background-color: #FC900B; }
a { background-color: rgb(252,144,11); }
div.DivClassName
{
background-color: #FC900B;
}
.BgClassName
{
background-color: #FC900B;
}
</style>
border-color css
<style>
span { border-color: #FC900B; }
span { border-color: rgb(252,144,11); }
td.TdClassName
{
border-color: #FC900B;
}
.TagClassName
{
border-color: #FC900B;
}
</style>