Shades of Dark Orange #FD9100
Tints of Dark Orange #FD9100
RGB
CMYK
RGB Variations
Color information
#FD9100 (or 0xFD9100) is known color: Dark Orange. HEX triplet: FD, 91 and 00. RGB value is (253,145,0). Sum of RGB (Red+Green+Blue) = 253+145+0=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9100 is #026EFF. Grayscale: #A1A1A1. Windows color (decimal): -159488 or 37373. OLE color: 37373.
HSL color Cylindrical-coordinate representation of color #FD9100: hue angle of 34.39º 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 #FD9100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.01 |
| HSL | 34.39º | 1% | 0.5% | - |
| HSV(B) | 34.39º | 1% | 0.99% | - |
| XYZ | 50.63 | 41.13 | 5.27 | - |
| YUV | 160.76 | 37.28 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 0 | 0 | 0.43 | 1 | 0.01 | 34.39 | 1 | 0.5 |
| Hex | FD | 91 | 0 | 0 | 2B | 64 | 1 | 22 | 64 | 32 |
| Octal | 375 | 221 | 0 | 0 | 53 | 144 | 1 | 42 | 144 | 62 |
| Binary | 11111101 | 10010001 | 0 | 0 | 101011 | 1100100 | 1 | 100010 | 1100100 | 110010 |
Color Harmonies of #FD9100
Complementary color
Monochromatic Colors of #FD9100
Black with #FD9100
Text Example
Text Example
White with #FD9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9100; }
p { color: rgb(253,145,0); }
H1.HeaderClassName
{
color: #FD9100;
}
.AnyTagClassName
{
color: #FD9100;
}
</style>
background-color css
<style>
a { background-color: #FD9100; }
a { background-color: rgb(253,145,0); }
div.DivClassName
{
background-color: #FD9100;
}
.BgClassName
{
background-color: #FD9100;
}
</style>
border-color css
<style>
span { border-color: #FD9100; }
span { border-color: rgb(253,145,0); }
td.TdClassName
{
border-color: #FD9100;
}
.TagClassName
{
border-color: #FD9100;
}
</style>