Shades of Dark Orange #FF8F03
Tints of Dark Orange #FF8F03
RGB
CMYK
RGB Variations
Color information
#FF8F03 (or 0xFF8F03) is known color: Dark Orange. HEX triplet: FF, 8F and 03. RGB value is (255,143,3). Sum of RGB (Red+Green+Blue) = 255+143+3=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F03 is #0070FC. Grayscale: #A1A1A1. Windows color (decimal): -28925 or 233471. OLE color: 233471.
HSL color Cylindrical-coordinate representation of color #FF8F03: hue angle of 33.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF8F03 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0 |
| HSL | 33.33º | 1% | 0.51% | - |
| HSV(B) | 33.33º | 0.99% | 1% | - |
| XYZ | 51.08 | 40.91 | 5.29 | - |
| YUV | 160.53 | 39.11 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 3 | 0 | 0.44 | 0.99 | 0 | 33.33 | 1 | 0.51 |
| Hex | FF | 8F | 3 | 0 | 2C | 63 | 0 | 21 | 64 | 33 |
| Octal | 377 | 217 | 3 | 0 | 54 | 143 | 0 | 41 | 144 | 63 |
| Binary | 11111111 | 10001111 | 11 | 0 | 101100 | 1100011 | 0 | 100001 | 1100100 | 110011 |
Color Harmonies of #FF8F03
Complementary color
Monochromatic Colors of #FF8F03
Black with #FF8F03
Text Example
Text Example
White with #FF8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F03; }
p { color: rgb(255,143,3); }
H1.HeaderClassName
{
color: #FF8F03;
}
.AnyTagClassName
{
color: #FF8F03;
}
</style>
background-color css
<style>
a { background-color: #FF8F03; }
a { background-color: rgb(255,143,3); }
div.DivClassName
{
background-color: #FF8F03;
}
.BgClassName
{
background-color: #FF8F03;
}
</style>
border-color css
<style>
span { border-color: #FF8F03; }
span { border-color: rgb(255,143,3); }
td.TdClassName
{
border-color: #FF8F03;
}
.TagClassName
{
border-color: #FF8F03;
}
</style>