Shades of Dark Orange #FD880F
Tints of Dark Orange #FD880F
RGB
CMYK
RGB Variations
Color information
#FD880F (or 0xFD880F) is known color: Dark Orange. HEX triplet: FD, 88 and 0F. RGB value is (253,136,15). Sum of RGB (Red+Green+Blue) = 253+136+15=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD880F is #0277F0. Grayscale: #9D9D9D. Windows color (decimal): -161777 or 1018109. OLE color: 1018109.
HSL color Cylindrical-coordinate representation of color #FD880F: hue angle of 30.5º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD880F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 15 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.01 |
| HSL | 30.5º | 0.98% | 0.53% | - |
| HSV(B) | 30.5º | 0.94% | 0.99% | - |
| XYZ | 49.4 | 38.53 | 5.28 | - |
| YUV | 157.19 | 47.76 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 15 | 0 | 0.46 | 0.94 | 0.01 | 30.5 | 0.98 | 0.53 |
| Hex | FD | 88 | F | 0 | 2E | 5E | 1 | 1F | 62 | 35 |
| Octal | 375 | 210 | 17 | 0 | 56 | 136 | 1 | 37 | 142 | 65 |
| Binary | 11111101 | 10001000 | 1111 | 0 | 101110 | 1011110 | 1 | 11111 | 1100010 | 110101 |
Color Harmonies of #FD880F
Complementary color
Monochromatic Colors of #FD880F
Black with #FD880F
Text Example
Text Example
White with #FD880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD880F; }
p { color: rgb(253,136,15); }
H1.HeaderClassName
{
color: #FD880F;
}
.AnyTagClassName
{
color: #FD880F;
}
</style>
background-color css
<style>
a { background-color: #FD880F; }
a { background-color: rgb(253,136,15); }
div.DivClassName
{
background-color: #FD880F;
}
.BgClassName
{
background-color: #FD880F;
}
</style>
border-color css
<style>
span { border-color: #FD880F; }
span { border-color: rgb(253,136,15); }
td.TdClassName
{
border-color: #FD880F;
}
.TagClassName
{
border-color: #FD880F;
}
</style>