Shades of Dark Orange #FD880C
Tints of Dark Orange #FD880C
RGB
CMYK
RGB Variations
Color information
#FD880C (or 0xFD880C) is known color: Dark Orange. HEX triplet: FD, 88 and 0C. RGB value is (253,136,12). Sum of RGB (Red+Green+Blue) = 253+136+12=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD880C is #0277F3. Grayscale: #9D9D9D. Windows color (decimal): -161780 or 821501. OLE color: 821501.
HSL color Cylindrical-coordinate representation of color #FD880C: hue angle of 30.87º 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 #FD880C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.01 |
| HSL | 30.87º | 0.98% | 0.52% | - |
| HSV(B) | 30.87º | 0.95% | 0.99% | - |
| XYZ | 49.38 | 38.52 | 5.18 | - |
| YUV | 156.85 | 46.26 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 12 | 0 | 0.46 | 0.95 | 0.01 | 30.87 | 0.98 | 0.52 |
| Hex | FD | 88 | C | 0 | 2E | 5F | 1 | 1F | 62 | 34 |
| Octal | 375 | 210 | 14 | 0 | 56 | 137 | 1 | 37 | 142 | 64 |
| Binary | 11111101 | 10001000 | 1100 | 0 | 101110 | 1011111 | 1 | 11111 | 1100010 | 110100 |
Color Harmonies of #FD880C
Complementary color
Monochromatic Colors of #FD880C
Black with #FD880C
Text Example
Text Example
White with #FD880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD880C; }
p { color: rgb(253,136,12); }
H1.HeaderClassName
{
color: #FD880C;
}
.AnyTagClassName
{
color: #FD880C;
}
</style>
background-color css
<style>
a { background-color: #FD880C; }
a { background-color: rgb(253,136,12); }
div.DivClassName
{
background-color: #FD880C;
}
.BgClassName
{
background-color: #FD880C;
}
</style>
border-color css
<style>
span { border-color: #FD880C; }
span { border-color: rgb(253,136,12); }
td.TdClassName
{
border-color: #FD880C;
}
.TagClassName
{
border-color: #FD880C;
}
</style>