Shades of Dark Orange #FD860B
Tints of Dark Orange #FD860B
RGB
CMYK
RGB Variations
Color information
#FD860B (or 0xFD860B) is known color: Dark Orange. HEX triplet: FD, 86 and 0B. RGB value is (253,134,11). Sum of RGB (Red+Green+Blue) = 253+134+11=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD860B is #0279F4. Grayscale: #9C9C9C. Windows color (decimal): -162293 or 755453. OLE color: 755453.
HSL color Cylindrical-coordinate representation of color #FD860B: hue angle of 30.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD860B is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 11 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.01 |
| HSL | 30.5º | 0.98% | 0.52% | - |
| HSV(B) | 30.5º | 0.96% | 0.99% | - |
| XYZ | 49.09 | 37.96 | 5.06 | - |
| YUV | 155.56 | 46.42 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 11 | 0 | 0.47 | 0.96 | 0.01 | 30.5 | 0.98 | 0.52 |
| Hex | FD | 86 | B | 0 | 2F | 60 | 1 | 1E | 62 | 34 |
| Octal | 375 | 206 | 13 | 0 | 57 | 140 | 1 | 36 | 142 | 64 |
| Binary | 11111101 | 10000110 | 1011 | 0 | 101111 | 1100000 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FD860B
Complementary color
Monochromatic Colors of #FD860B
Black with #FD860B
Text Example
Text Example
White with #FD860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD860B; }
p { color: rgb(253,134,11); }
H1.HeaderClassName
{
color: #FD860B;
}
.AnyTagClassName
{
color: #FD860B;
}
</style>
background-color css
<style>
a { background-color: #FD860B; }
a { background-color: rgb(253,134,11); }
div.DivClassName
{
background-color: #FD860B;
}
.BgClassName
{
background-color: #FD860B;
}
</style>
border-color css
<style>
span { border-color: #FD860B; }
span { border-color: rgb(253,134,11); }
td.TdClassName
{
border-color: #FD860B;
}
.TagClassName
{
border-color: #FD860B;
}
</style>