Shades of Dark Orange #FF8F12
Tints of Dark Orange #FF8F12
RGB
CMYK
RGB Variations
Color information
#FF8F12 (or 0xFF8F12) is known color: Dark Orange. HEX triplet: FF, 8F and 12. RGB value is (255,143,18). Sum of RGB (Red+Green+Blue) = 255+143+18=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F12 is #0070ED. Grayscale: #A2A2A2. Windows color (decimal): -28910 or 1216511. OLE color: 1216511.
HSL color Cylindrical-coordinate representation of color #FF8F12: hue angle of 31.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8F12 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0 |
| HSL | 31.65º | 1% | 0.54% | - |
| HSV(B) | 31.65º | 0.93% | 1% | - |
| XYZ | 51.17 | 40.95 | 5.78 | - |
| YUV | 162.24 | 46.61 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 18 | 0 | 0.44 | 0.93 | 0 | 31.65 | 1 | 0.54 |
| Hex | FF | 8F | 12 | 0 | 2C | 5D | 0 | 20 | 64 | 36 |
| Octal | 377 | 217 | 22 | 0 | 54 | 135 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10001111 | 10010 | 0 | 101100 | 1011101 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF8F12
Complementary color
Monochromatic Colors of #FF8F12
Black with #FF8F12
Text Example
Text Example
White with #FF8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F12; }
p { color: rgb(255,143,18); }
H1.HeaderClassName
{
color: #FF8F12;
}
.AnyTagClassName
{
color: #FF8F12;
}
</style>
background-color css
<style>
a { background-color: #FF8F12; }
a { background-color: rgb(255,143,18); }
div.DivClassName
{
background-color: #FF8F12;
}
.BgClassName
{
background-color: #FF8F12;
}
</style>
border-color css
<style>
span { border-color: #FF8F12; }
span { border-color: rgb(255,143,18); }
td.TdClassName
{
border-color: #FF8F12;
}
.TagClassName
{
border-color: #FF8F12;
}
</style>