Shades of Dark Orange #FD8F11
Tints of Dark Orange #FD8F11
RGB
CMYK
RGB Variations
Color information
#FD8F11 (or 0xFD8F11) is known color: Dark Orange. HEX triplet: FD, 8F and 11. RGB value is (253,143,17). Sum of RGB (Red+Green+Blue) = 253+143+17=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F11 is #0270EE. Grayscale: #A2A2A2. Windows color (decimal): -159983 or 1150973. OLE color: 1150973.
HSL color Cylindrical-coordinate representation of color #FD8F11: hue angle of 32.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD8F11 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 143 | 17 | - |
CMYK | 0 | 0.43 | 0.93 | 0.01 |
HSL | 32.03º | 0.98% | 0.53% | - |
HSV(B) | 32.03º | 0.93% | 0.99% | - |
XYZ | 50.43 | 40.57 | 5.7 | - |
YUV | 161.53 | 46.44 | 193.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 143 | 17 | 0 | 0.43 | 0.93 | 0.01 | 32.03 | 0.98 | 0.53 |
Hex | FD | 8F | 11 | 0 | 2B | 5D | 1 | 20 | 62 | 35 |
Octal | 375 | 217 | 21 | 0 | 53 | 135 | 1 | 40 | 142 | 65 |
Binary | 11111101 | 10001111 | 10001 | 0 | 101011 | 1011101 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FD8F11
Complementary color
Monochromatic Colors of #FD8F11
Black with #FD8F11
Text Example
Text Example
White with #FD8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F11; }
p { color: rgb(253,143,17); }
H1.HeaderClassName
{
color: #FD8F11;
}
.AnyTagClassName
{
color: #FD8F11;
}
</style>
background-color css
<style>
a { background-color: #FD8F11; }
a { background-color: rgb(253,143,17); }
div.DivClassName
{
background-color: #FD8F11;
}
.BgClassName
{
background-color: #FD8F11;
}
</style>
border-color css
<style>
span { border-color: #FD8F11; }
span { border-color: rgb(253,143,17); }
td.TdClassName
{
border-color: #FD8F11;
}
.TagClassName
{
border-color: #FD8F11;
}
</style>