Shades of Dark Orange #FD860C
Tints of Dark Orange #FD860C
RGB
CMYK
RGB Variations
Color information
#FD860C (or 0xFD860C) is known color: Dark Orange. HEX triplet: FD, 86 and 0C. RGB value is (253,134,12). Sum of RGB (Red+Green+Blue) = 253+134+12=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD860C is #0279F3. Grayscale: #9C9C9C. Windows color (decimal): -162292 or 820989. OLE color: 820989.
HSL color Cylindrical-coordinate representation of color #FD860C: hue angle of 30.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD860C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.01 |
| HSL | 30.37º | 0.98% | 0.52% | - |
| HSV(B) | 30.37º | 0.95% | 0.99% | - |
| XYZ | 49.1 | 37.96 | 5.09 | - |
| YUV | 155.67 | 46.92 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 12 | 0 | 0.47 | 0.95 | 0.01 | 30.37 | 0.98 | 0.52 |
| Hex | FD | 86 | C | 0 | 2F | 5F | 1 | 1E | 62 | 34 |
| Octal | 375 | 206 | 14 | 0 | 57 | 137 | 1 | 36 | 142 | 64 |
| Binary | 11111101 | 10000110 | 1100 | 0 | 101111 | 1011111 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FD860C
Complementary color
Monochromatic Colors of #FD860C
Black with #FD860C
Text Example
Text Example
White with #FD860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD860C; }
p { color: rgb(253,134,12); }
H1.HeaderClassName
{
color: #FD860C;
}
.AnyTagClassName
{
color: #FD860C;
}
</style>
background-color css
<style>
a { background-color: #FD860C; }
a { background-color: rgb(253,134,12); }
div.DivClassName
{
background-color: #FD860C;
}
.BgClassName
{
background-color: #FD860C;
}
</style>
border-color css
<style>
span { border-color: #FD860C; }
span { border-color: rgb(253,134,12); }
td.TdClassName
{
border-color: #FD860C;
}
.TagClassName
{
border-color: #FD860C;
}
</style>