Shades of Dark Orange #FF8C02
Tints of Dark Orange #FF8C02
RGB
CMYK
RGB Variations
Color information
#FF8C02 (or 0xFF8C02) is known color: Dark Orange. HEX triplet: FF, 8C and 02. RGB value is (255,140,2). Sum of RGB (Red+Green+Blue) = 255+140+2=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C02 is #0073FD. Grayscale: #9F9F9F. Windows color (decimal): -29694 or 167167. OLE color: 167167.
HSL color Cylindrical-coordinate representation of color #FF8C02: hue angle of 32.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF8C02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0 |
| HSL | 32.73º | 1% | 0.5% | - |
| HSV(B) | 32.73º | 0.99% | 1% | - |
| XYZ | 50.63 | 40.02 | 5.11 | - |
| YUV | 158.65 | 39.6 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 2 | 0 | 0.45 | 0.99 | 0 | 32.73 | 1 | 0.5 |
| Hex | FF | 8C | 2 | 0 | 2D | 63 | 0 | 21 | 64 | 32 |
| Octal | 377 | 214 | 2 | 0 | 55 | 143 | 0 | 41 | 144 | 62 |
| Binary | 11111111 | 10001100 | 10 | 0 | 101101 | 1100011 | 0 | 100001 | 1100100 | 110010 |
Color Harmonies of #FF8C02
Complementary color
Monochromatic Colors of #FF8C02
Black with #FF8C02
Text Example
Text Example
White with #FF8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C02; }
p { color: rgb(255,140,2); }
H1.HeaderClassName
{
color: #FF8C02;
}
.AnyTagClassName
{
color: #FF8C02;
}
</style>
background-color css
<style>
a { background-color: #FF8C02; }
a { background-color: rgb(255,140,2); }
div.DivClassName
{
background-color: #FF8C02;
}
.BgClassName
{
background-color: #FF8C02;
}
</style>
border-color css
<style>
span { border-color: #FF8C02; }
span { border-color: rgb(255,140,2); }
td.TdClassName
{
border-color: #FF8C02;
}
.TagClassName
{
border-color: #FF8C02;
}
</style>