Shades of Dark Orange #FF8F10
Tints of Dark Orange #FF8F10
RGB
CMYK
RGB Variations
Color information
#FF8F10 (or 0xFF8F10) is known color: Dark Orange. HEX triplet: FF, 8F and 10. RGB value is (255,143,16). Sum of RGB (Red+Green+Blue) = 255+143+16=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F10 is #0070EF. Grayscale: #A2A2A2. Windows color (decimal): -28912 or 1085439. OLE color: 1085439.
HSL color Cylindrical-coordinate representation of color #FF8F10: hue angle of 31.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF8F10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0 |
| HSL | 31.88º | 1% | 0.53% | - |
| HSV(B) | 31.88º | 0.94% | 1% | - |
| XYZ | 51.16 | 40.94 | 5.7 | - |
| YUV | 162.01 | 45.61 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 16 | 0 | 0.44 | 0.94 | 0 | 31.88 | 1 | 0.53 |
| Hex | FF | 8F | 10 | 0 | 2C | 5E | 0 | 20 | 64 | 35 |
| Octal | 377 | 217 | 20 | 0 | 54 | 136 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10001111 | 10000 | 0 | 101100 | 1011110 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF8F10
Complementary color
Monochromatic Colors of #FF8F10
Black with #FF8F10
Text Example
Text Example
White with #FF8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F10; }
p { color: rgb(255,143,16); }
H1.HeaderClassName
{
color: #FF8F10;
}
.AnyTagClassName
{
color: #FF8F10;
}
</style>
background-color css
<style>
a { background-color: #FF8F10; }
a { background-color: rgb(255,143,16); }
div.DivClassName
{
background-color: #FF8F10;
}
.BgClassName
{
background-color: #FF8F10;
}
</style>
border-color css
<style>
span { border-color: #FF8F10; }
span { border-color: rgb(255,143,16); }
td.TdClassName
{
border-color: #FF8F10;
}
.TagClassName
{
border-color: #FF8F10;
}
</style>