Shades of Dark Orange #FF8F07
Tints of Dark Orange #FF8F07
RGB
CMYK
RGB Variations
Color information
#FF8F07 (or 0xFF8F07) is known color: Dark Orange. HEX triplet: FF, 8F and 07. RGB value is (255,143,7). Sum of RGB (Red+Green+Blue) = 255+143+7=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F07 is #0070F8. Grayscale: #A1A1A1. Windows color (decimal): -28921 or 495615. OLE color: 495615.
HSL color Cylindrical-coordinate representation of color #FF8F07: hue angle of 32.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8F07 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0 |
| HSL | 32.9º | 1% | 0.51% | - |
| HSV(B) | 32.9º | 0.97% | 1% | - |
| XYZ | 51.1 | 40.92 | 5.41 | - |
| YUV | 160.98 | 41.11 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 7 | 0 | 0.44 | 0.97 | 0 | 32.9 | 1 | 0.51 |
| Hex | FF | 8F | 7 | 0 | 2C | 61 | 0 | 21 | 64 | 33 |
| Octal | 377 | 217 | 7 | 0 | 54 | 141 | 0 | 41 | 144 | 63 |
| Binary | 11111111 | 10001111 | 111 | 0 | 101100 | 1100001 | 0 | 100001 | 1100100 | 110011 |
Color Harmonies of #FF8F07
Complementary color
Monochromatic Colors of #FF8F07
Black with #FF8F07
Text Example
Text Example
White with #FF8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F07; }
p { color: rgb(255,143,7); }
H1.HeaderClassName
{
color: #FF8F07;
}
.AnyTagClassName
{
color: #FF8F07;
}
</style>
background-color css
<style>
a { background-color: #FF8F07; }
a { background-color: rgb(255,143,7); }
div.DivClassName
{
background-color: #FF8F07;
}
.BgClassName
{
background-color: #FF8F07;
}
</style>
border-color css
<style>
span { border-color: #FF8F07; }
span { border-color: rgb(255,143,7); }
td.TdClassName
{
border-color: #FF8F07;
}
.TagClassName
{
border-color: #FF8F07;
}
</style>