Shades of Dark Orange #FF8C06
Tints of Dark Orange #FF8C06
RGB
CMYK
RGB Variations
Color information
#FF8C06 (or 0xFF8C06) is known color: Dark Orange. HEX triplet: FF, 8C and 06. RGB value is (255,140,6). Sum of RGB (Red+Green+Blue) = 255+140+6=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C06 is #0073F9. Grayscale: #9F9F9F. Windows color (decimal): -29690 or 429311. OLE color: 429311.
HSL color Cylindrical-coordinate representation of color #FF8C06: hue angle of 32.29º 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 #FF8C06 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 6 | - |
| CMYK | 0 | 0.45 | 0.98 | 0 |
| HSL | 32.29º | 1% | 0.51% | - |
| HSV(B) | 32.29º | 0.98% | 1% | - |
| XYZ | 50.65 | 40.03 | 5.23 | - |
| YUV | 159.11 | 41.6 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 6 | 0 | 0.45 | 0.98 | 0 | 32.29 | 1 | 0.51 |
| Hex | FF | 8C | 6 | 0 | 2D | 62 | 0 | 20 | 64 | 33 |
| Octal | 377 | 214 | 6 | 0 | 55 | 142 | 0 | 40 | 144 | 63 |
| Binary | 11111111 | 10001100 | 110 | 0 | 101101 | 1100010 | 0 | 100000 | 1100100 | 110011 |
Color Harmonies of #FF8C06
Complementary color
Monochromatic Colors of #FF8C06
Black with #FF8C06
Text Example
Text Example
White with #FF8C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C06; }
p { color: rgb(255,140,6); }
H1.HeaderClassName
{
color: #FF8C06;
}
.AnyTagClassName
{
color: #FF8C06;
}
</style>
background-color css
<style>
a { background-color: #FF8C06; }
a { background-color: rgb(255,140,6); }
div.DivClassName
{
background-color: #FF8C06;
}
.BgClassName
{
background-color: #FF8C06;
}
</style>
border-color css
<style>
span { border-color: #FF8C06; }
span { border-color: rgb(255,140,6); }
td.TdClassName
{
border-color: #FF8C06;
}
.TagClassName
{
border-color: #FF8C06;
}
</style>