Shades of Dark Orange #FC880D
Tints of Dark Orange #FC880D
RGB
CMYK
RGB Variations
Color information
#FC880D (or 0xFC880D) is known color: Dark Orange. HEX triplet: FC, 88 and 0D. RGB value is (252,136,13). Sum of RGB (Red+Green+Blue) = 252+136+13=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC880D is #0377F2. Grayscale: #9D9D9D. Windows color (decimal): -227315 or 887036. OLE color: 887036.
HSL color Cylindrical-coordinate representation of color #FC880D: hue angle of 30.88º 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 #FC880D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.01 |
| HSL | 30.88º | 0.98% | 0.52% | - |
| HSV(B) | 30.88º | 0.95% | 0.99% | - |
| XYZ | 49.02 | 38.33 | 5.2 | - |
| YUV | 156.66 | 46.93 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 13 | 0 | 0.46 | 0.95 | 0.01 | 30.88 | 0.98 | 0.52 |
| Hex | FC | 88 | D | 0 | 2E | 5F | 1 | 1F | 62 | 34 |
| Octal | 374 | 210 | 15 | 0 | 56 | 137 | 1 | 37 | 142 | 64 |
| Binary | 11111100 | 10001000 | 1101 | 0 | 101110 | 1011111 | 1 | 11111 | 1100010 | 110100 |
Color Harmonies of #FC880D
Complementary color
Monochromatic Colors of #FC880D
Black with #FC880D
Text Example
Text Example
White with #FC880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC880D; }
p { color: rgb(252,136,13); }
H1.HeaderClassName
{
color: #FC880D;
}
.AnyTagClassName
{
color: #FC880D;
}
</style>
background-color css
<style>
a { background-color: #FC880D; }
a { background-color: rgb(252,136,13); }
div.DivClassName
{
background-color: #FC880D;
}
.BgClassName
{
background-color: #FC880D;
}
</style>
border-color css
<style>
span { border-color: #FC880D; }
span { border-color: rgb(252,136,13); }
td.TdClassName
{
border-color: #FC880D;
}
.TagClassName
{
border-color: #FC880D;
}
</style>