Shades of Dark Orange #FD9000
Tints of Dark Orange #FD9000
RGB
CMYK
RGB Variations
Color information
#FD9000 (or 0xFD9000) is known color: Dark Orange. HEX triplet: FD, 90 and 00. RGB value is (253,144,0). Sum of RGB (Red+Green+Blue) = 253+144+0=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9000 is #026FFF. Grayscale: #A0A0A0. Windows color (decimal): -159744 or 37117. OLE color: 37117.
HSL color Cylindrical-coordinate representation of color #FD9000: hue angle of 34.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD9000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.01 |
| HSL | 34.15º | 1% | 0.5% | - |
| HSV(B) | 34.15º | 1% | 0.99% | - |
| XYZ | 50.48 | 40.83 | 5.22 | - |
| YUV | 160.18 | 37.61 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 0 | 0 | 0.43 | 1 | 0.01 | 34.15 | 1 | 0.5 |
| Hex | FD | 90 | 0 | 0 | 2B | 64 | 1 | 22 | 64 | 32 |
| Octal | 375 | 220 | 0 | 0 | 53 | 144 | 1 | 42 | 144 | 62 |
| Binary | 11111101 | 10010000 | 0 | 0 | 101011 | 1100100 | 1 | 100010 | 1100100 | 110010 |
Color Harmonies of #FD9000
Complementary color
Monochromatic Colors of #FD9000
Black with #FD9000
Text Example
Text Example
White with #FD9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9000; }
p { color: rgb(253,144,0); }
H1.HeaderClassName
{
color: #FD9000;
}
.AnyTagClassName
{
color: #FD9000;
}
</style>
background-color css
<style>
a { background-color: #FD9000; }
a { background-color: rgb(253,144,0); }
div.DivClassName
{
background-color: #FD9000;
}
.BgClassName
{
background-color: #FD9000;
}
</style>
border-color css
<style>
span { border-color: #FD9000; }
span { border-color: rgb(253,144,0); }
td.TdClassName
{
border-color: #FD9000;
}
.TagClassName
{
border-color: #FD9000;
}
</style>