Shades of Dark Orange #FF8C05
Tints of Dark Orange #FF8C05
RGB
CMYK
RGB Variations
Color information
#FF8C05 (or 0xFF8C05) is known color: Dark Orange. HEX triplet: FF, 8C and 05. RGB value is (255,140,5). Sum of RGB (Red+Green+Blue) = 255+140+5=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C05 is #0073FA. Grayscale: #9F9F9F. Windows color (decimal): -29691 or 363775. OLE color: 363775.
HSL color Cylindrical-coordinate representation of color #FF8C05: hue angle of 32.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF8C05 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0 |
| HSL | 32.4º | 1% | 0.51% | - |
| HSV(B) | 32.4º | 0.98% | 1% | - |
| XYZ | 50.65 | 40.03 | 5.2 | - |
| YUV | 159 | 41.1 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 5 | 0 | 0.45 | 0.98 | 0 | 32.4 | 1 | 0.51 |
| Hex | FF | 8C | 5 | 0 | 2D | 62 | 0 | 20 | 64 | 33 |
| Octal | 377 | 214 | 5 | 0 | 55 | 142 | 0 | 40 | 144 | 63 |
| Binary | 11111111 | 10001100 | 101 | 0 | 101101 | 1100010 | 0 | 100000 | 1100100 | 110011 |
Color Harmonies of #FF8C05
Complementary color
Monochromatic Colors of #FF8C05
Black with #FF8C05
Text Example
Text Example
White with #FF8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C05; }
p { color: rgb(255,140,5); }
H1.HeaderClassName
{
color: #FF8C05;
}
.AnyTagClassName
{
color: #FF8C05;
}
</style>
background-color css
<style>
a { background-color: #FF8C05; }
a { background-color: rgb(255,140,5); }
div.DivClassName
{
background-color: #FF8C05;
}
.BgClassName
{
background-color: #FF8C05;
}
</style>
border-color css
<style>
span { border-color: #FF8C05; }
span { border-color: rgb(255,140,5); }
td.TdClassName
{
border-color: #FF8C05;
}
.TagClassName
{
border-color: #FF8C05;
}
</style>