Shades of Dark Orange #FC900D
Tints of Dark Orange #FC900D
RGB
CMYK
RGB Variations
Color information
#FC900D (or 0xFC900D) is known color: Dark Orange. HEX triplet: FC, 90 and 0D. RGB value is (252,144,13). Sum of RGB (Red+Green+Blue) = 252+144+13=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC900D is #036FF2. Grayscale: #A1A1A1. Windows color (decimal): -225267 or 889084. OLE color: 889084.
HSL color Cylindrical-coordinate representation of color #FC900D: hue angle of 32.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC900D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.01 |
| HSL | 32.89º | 0.98% | 0.52% | - |
| HSV(B) | 32.89º | 0.95% | 0.99% | - |
| XYZ | 50.19 | 40.67 | 5.59 | - |
| YUV | 161.36 | 44.28 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 13 | 0 | 0.43 | 0.95 | 0.01 | 32.89 | 0.98 | 0.52 |
| Hex | FC | 90 | D | 0 | 2B | 5F | 1 | 21 | 62 | 34 |
| Octal | 374 | 220 | 15 | 0 | 53 | 137 | 1 | 41 | 142 | 64 |
| Binary | 11111100 | 10010000 | 1101 | 0 | 101011 | 1011111 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FC900D
Complementary color
Monochromatic Colors of #FC900D
Black with #FC900D
Text Example
Text Example
White with #FC900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC900D; }
p { color: rgb(252,144,13); }
H1.HeaderClassName
{
color: #FC900D;
}
.AnyTagClassName
{
color: #FC900D;
}
</style>
background-color css
<style>
a { background-color: #FC900D; }
a { background-color: rgb(252,144,13); }
div.DivClassName
{
background-color: #FC900D;
}
.BgClassName
{
background-color: #FC900D;
}
</style>
border-color css
<style>
span { border-color: #FC900D; }
span { border-color: rgb(252,144,13); }
td.TdClassName
{
border-color: #FC900D;
}
.TagClassName
{
border-color: #FC900D;
}
</style>