Shades of Dark Orange #FF8F0C
Tints of Dark Orange #FF8F0C
RGB
CMYK
RGB Variations
Color information
#FF8F0C (or 0xFF8F0C) is known color: Dark Orange. HEX triplet: FF, 8F and 0C. RGB value is (255,143,12). Sum of RGB (Red+Green+Blue) = 255+143+12=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F0C is #0070F3. Grayscale: #A2A2A2. Windows color (decimal): -28916 or 823295. OLE color: 823295.
HSL color Cylindrical-coordinate representation of color #FF8F0C: hue angle of 32.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF8F0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0 |
| HSL | 32.35º | 1% | 0.52% | - |
| HSV(B) | 32.35º | 0.95% | 1% | - |
| XYZ | 51.13 | 40.93 | 5.55 | - |
| YUV | 161.55 | 43.61 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 12 | 0 | 0.44 | 0.95 | 0 | 32.35 | 1 | 0.52 |
| Hex | FF | 8F | C | 0 | 2C | 5F | 0 | 20 | 64 | 34 |
| Octal | 377 | 217 | 14 | 0 | 54 | 137 | 0 | 40 | 144 | 64 |
| Binary | 11111111 | 10001111 | 1100 | 0 | 101100 | 1011111 | 0 | 100000 | 1100100 | 110100 |
Color Harmonies of #FF8F0C
Complementary color
Monochromatic Colors of #FF8F0C
Black with #FF8F0C
Text Example
Text Example
White with #FF8F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F0C; }
p { color: rgb(255,143,12); }
H1.HeaderClassName
{
color: #FF8F0C;
}
.AnyTagClassName
{
color: #FF8F0C;
}
</style>
background-color css
<style>
a { background-color: #FF8F0C; }
a { background-color: rgb(255,143,12); }
div.DivClassName
{
background-color: #FF8F0C;
}
.BgClassName
{
background-color: #FF8F0C;
}
</style>
border-color css
<style>
span { border-color: #FF8F0C; }
span { border-color: rgb(255,143,12); }
td.TdClassName
{
border-color: #FF8F0C;
}
.TagClassName
{
border-color: #FF8F0C;
}
</style>