Shades of Dark Orange #FD8C0F
Tints of Dark Orange #FD8C0F
RGB
CMYK
RGB Variations
Color information
#FD8C0F (or 0xFD8C0F) is known color: Dark Orange. HEX triplet: FD, 8C and 0F. RGB value is (253,140,15). Sum of RGB (Red+Green+Blue) = 253+140+15=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C0F is #0273F0. Grayscale: #A0A0A0. Windows color (decimal): -160753 or 1019133. OLE color: 1019133.
HSL color Cylindrical-coordinate representation of color #FD8C0F: hue angle of 31.51º 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 #FD8C0F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.01 |
| HSL | 31.51º | 0.98% | 0.53% | - |
| HSV(B) | 31.51º | 0.94% | 0.99% | - |
| XYZ | 49.97 | 39.67 | 5.48 | - |
| YUV | 159.54 | 46.44 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 15 | 0 | 0.45 | 0.94 | 0.01 | 31.51 | 0.98 | 0.53 |
| Hex | FD | 8C | F | 0 | 2D | 5E | 1 | 20 | 62 | 35 |
| Octal | 375 | 214 | 17 | 0 | 55 | 136 | 1 | 40 | 142 | 65 |
| Binary | 11111101 | 10001100 | 1111 | 0 | 101101 | 1011110 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FD8C0F
Complementary color
Monochromatic Colors of #FD8C0F
Black with #FD8C0F
Text Example
Text Example
White with #FD8C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C0F; }
p { color: rgb(253,140,15); }
H1.HeaderClassName
{
color: #FD8C0F;
}
.AnyTagClassName
{
color: #FD8C0F;
}
</style>
background-color css
<style>
a { background-color: #FD8C0F; }
a { background-color: rgb(253,140,15); }
div.DivClassName
{
background-color: #FD8C0F;
}
.BgClassName
{
background-color: #FD8C0F;
}
</style>
border-color css
<style>
span { border-color: #FD8C0F; }
span { border-color: rgb(253,140,15); }
td.TdClassName
{
border-color: #FD8C0F;
}
.TagClassName
{
border-color: #FD8C0F;
}
</style>