Shades of Dark Orange #FD8C10
Tints of Dark Orange #FD8C10
RGB
CMYK
RGB Variations
Color information
#FD8C10 (or 0xFD8C10) is known color: Dark Orange. HEX triplet: FD, 8C and 10. RGB value is (253,140,16). Sum of RGB (Red+Green+Blue) = 253+140+16=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C10 is #0273EF. Grayscale: #A0A0A0. Windows color (decimal): -160752 or 1084669. OLE color: 1084669.
HSL color Cylindrical-coordinate representation of color #FD8C10: hue angle of 31.39º 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 #FD8C10 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 16 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.01 |
| HSL | 31.39º | 0.98% | 0.53% | - |
| HSV(B) | 31.39º | 0.94% | 0.99% | - |
| XYZ | 49.98 | 39.68 | 5.51 | - |
| YUV | 159.65 | 46.94 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 16 | 0 | 0.45 | 0.94 | 0.01 | 31.39 | 0.98 | 0.53 |
| Hex | FD | 8C | 10 | 0 | 2D | 5E | 1 | 1F | 62 | 35 |
| Octal | 375 | 214 | 20 | 0 | 55 | 136 | 1 | 37 | 142 | 65 |
| Binary | 11111101 | 10001100 | 10000 | 0 | 101101 | 1011110 | 1 | 11111 | 1100010 | 110101 |
Color Harmonies of #FD8C10
Complementary color
Monochromatic Colors of #FD8C10
Black with #FD8C10
Text Example
Text Example
White with #FD8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C10; }
p { color: rgb(253,140,16); }
H1.HeaderClassName
{
color: #FD8C10;
}
.AnyTagClassName
{
color: #FD8C10;
}
</style>
background-color css
<style>
a { background-color: #FD8C10; }
a { background-color: rgb(253,140,16); }
div.DivClassName
{
background-color: #FD8C10;
}
.BgClassName
{
background-color: #FD8C10;
}
</style>
border-color css
<style>
span { border-color: #FD8C10; }
span { border-color: rgb(253,140,16); }
td.TdClassName
{
border-color: #FD8C10;
}
.TagClassName
{
border-color: #FD8C10;
}
</style>