Shades of Dark Orange #FF8F08
Tints of Dark Orange #FF8F08
RGB
CMYK
RGB Variations
Color information
#FF8F08 (or 0xFF8F08) is known color: Dark Orange. HEX triplet: FF, 8F and 08. RGB value is (255,143,8). Sum of RGB (Red+Green+Blue) = 255+143+8=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F08 is #0070F7. Grayscale: #A1A1A1. Windows color (decimal): -28920 or 561151. OLE color: 561151.
HSL color Cylindrical-coordinate representation of color #FF8F08: hue angle of 32.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8F08 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 8 | - |
| CMYK | 0 | 0.44 | 0.97 | 0 |
| HSL | 32.79º | 1% | 0.52% | - |
| HSV(B) | 32.79º | 0.97% | 1% | - |
| XYZ | 51.11 | 40.92 | 5.43 | - |
| YUV | 161.1 | 41.61 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 8 | 0 | 0.44 | 0.97 | 0 | 32.79 | 1 | 0.52 |
| Hex | FF | 8F | 8 | 0 | 2C | 61 | 0 | 21 | 64 | 34 |
| Octal | 377 | 217 | 10 | 0 | 54 | 141 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10001111 | 1000 | 0 | 101100 | 1100001 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF8F08
Complementary color
Monochromatic Colors of #FF8F08
Black with #FF8F08
Text Example
Text Example
White with #FF8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F08; }
p { color: rgb(255,143,8); }
H1.HeaderClassName
{
color: #FF8F08;
}
.AnyTagClassName
{
color: #FF8F08;
}
</style>
background-color css
<style>
a { background-color: #FF8F08; }
a { background-color: rgb(255,143,8); }
div.DivClassName
{
background-color: #FF8F08;
}
.BgClassName
{
background-color: #FF8F08;
}
</style>
border-color css
<style>
span { border-color: #FF8F08; }
span { border-color: rgb(255,143,8); }
td.TdClassName
{
border-color: #FF8F08;
}
.TagClassName
{
border-color: #FF8F08;
}
</style>