Shades of Dark Orange #FD8901
Tints of Dark Orange #FD8901
RGB
CMYK
RGB Variations
Color information
#FD8901 (or 0xFD8901) is known color: Dark Orange. HEX triplet: FD, 89 and 01. RGB value is (253,137,1). Sum of RGB (Red+Green+Blue) = 253+137+1=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8901 is #0276FE. Grayscale: #9C9C9C. Windows color (decimal): -161535 or 100861. OLE color: 100861.
HSL color Cylindrical-coordinate representation of color #FD8901: hue angle of 32.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8901 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.01 |
| HSL | 32.38º | 0.99% | 0.5% | - |
| HSV(B) | 32.38º | 1% | 0.99% | - |
| XYZ | 49.46 | 38.78 | 4.91 | - |
| YUV | 156.18 | 40.43 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 1 | 0 | 0.46 | 1.00 | 0.01 | 32.38 | 0.99 | 0.5 |
| Hex | FD | 89 | 1 | 0 | 2E | 64 | 1 | 20 | 63 | 32 |
| Octal | 375 | 211 | 1 | 0 | 56 | 144 | 1 | 40 | 143 | 62 |
| Binary | 11111101 | 10001001 | 1 | 0 | 101110 | 1100100 | 1 | 100000 | 1100011 | 110010 |
Color Harmonies of #FD8901
Complementary color
Monochromatic Colors of #FD8901
Black with #FD8901
Text Example
Text Example
White with #FD8901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8901; }
p { color: rgb(253,137,1); }
H1.HeaderClassName
{
color: #FD8901;
}
.AnyTagClassName
{
color: #FD8901;
}
</style>
background-color css
<style>
a { background-color: #FD8901; }
a { background-color: rgb(253,137,1); }
div.DivClassName
{
background-color: #FD8901;
}
.BgClassName
{
background-color: #FD8901;
}
</style>
border-color css
<style>
span { border-color: #FD8901; }
span { border-color: rgb(253,137,1); }
td.TdClassName
{
border-color: #FD8901;
}
.TagClassName
{
border-color: #FD8901;
}
</style>