Shades of Dark Orange #FF8C08
Tints of Dark Orange #FF8C08
RGB
CMYK
RGB Variations
Color information
#FF8C08 (or 0xFF8C08) is known color: Dark Orange. HEX triplet: FF, 8C and 08. RGB value is (255,140,8). Sum of RGB (Red+Green+Blue) = 255+140+8=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C08 is #0073F7. Grayscale: #9F9F9F. Windows color (decimal): -29688 or 560383. OLE color: 560383.
HSL color Cylindrical-coordinate representation of color #FF8C08: hue angle of 32.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8C08 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0 |
| HSL | 32.06º | 1% | 0.52% | - |
| HSV(B) | 32.06º | 0.97% | 1% | - |
| XYZ | 50.66 | 40.03 | 5.29 | - |
| YUV | 159.34 | 42.6 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 8 | 0 | 0.45 | 0.97 | 0 | 32.06 | 1 | 0.52 |
| Hex | FF | 8C | 8 | 0 | 2D | 61 | 0 | 20 | 64 | 34 |
| Octal | 377 | 214 | 10 | 0 | 55 | 141 | 0 | 40 | 144 | 64 |
| Binary | 11111111 | 10001100 | 1000 | 0 | 101101 | 1100001 | 0 | 100000 | 1100100 | 110100 |
Color Harmonies of #FF8C08
Complementary color
Monochromatic Colors of #FF8C08
Black with #FF8C08
Text Example
Text Example
White with #FF8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C08; }
p { color: rgb(255,140,8); }
H1.HeaderClassName
{
color: #FF8C08;
}
.AnyTagClassName
{
color: #FF8C08;
}
</style>
background-color css
<style>
a { background-color: #FF8C08; }
a { background-color: rgb(255,140,8); }
div.DivClassName
{
background-color: #FF8C08;
}
.BgClassName
{
background-color: #FF8C08;
}
</style>
border-color css
<style>
span { border-color: #FF8C08; }
span { border-color: rgb(255,140,8); }
td.TdClassName
{
border-color: #FF8C08;
}
.TagClassName
{
border-color: #FF8C08;
}
</style>