Shades of Dark Orange #FD910F
Tints of Dark Orange #FD910F
RGB
CMYK
RGB Variations
Color information
#FD910F (or 0xFD910F) is known color: Dark Orange. HEX triplet: FD, 91 and 0F. RGB value is (253,145,15). Sum of RGB (Red+Green+Blue) = 253+145+15=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD910F is #026EF0. Grayscale: #A3A3A3. Windows color (decimal): -159473 or 1020413. OLE color: 1020413.
HSL color Cylindrical-coordinate representation of color #FD910F: hue angle of 32.77º 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 #FD910F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 15 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.01 |
| HSL | 32.77º | 0.98% | 0.53% | - |
| HSV(B) | 32.77º | 0.94% | 0.99% | - |
| XYZ | 50.72 | 41.17 | 5.72 | - |
| YUV | 162.47 | 44.78 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 15 | 0 | 0.43 | 0.94 | 0.01 | 32.77 | 0.98 | 0.53 |
| Hex | FD | 91 | F | 0 | 2B | 5E | 1 | 21 | 62 | 35 |
| Octal | 375 | 221 | 17 | 0 | 53 | 136 | 1 | 41 | 142 | 65 |
| Binary | 11111101 | 10010001 | 1111 | 0 | 101011 | 1011110 | 1 | 100001 | 1100010 | 110101 |
Color Harmonies of #FD910F
Complementary color
Monochromatic Colors of #FD910F
Black with #FD910F
Text Example
Text Example
White with #FD910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD910F; }
p { color: rgb(253,145,15); }
H1.HeaderClassName
{
color: #FD910F;
}
.AnyTagClassName
{
color: #FD910F;
}
</style>
background-color css
<style>
a { background-color: #FD910F; }
a { background-color: rgb(253,145,15); }
div.DivClassName
{
background-color: #FD910F;
}
.BgClassName
{
background-color: #FD910F;
}
</style>
border-color css
<style>
span { border-color: #FD910F; }
span { border-color: rgb(253,145,15); }
td.TdClassName
{
border-color: #FD910F;
}
.TagClassName
{
border-color: #FD910F;
}
</style>