Shades of Dark Orange #FF8F0B
Tints of Dark Orange #FF8F0B
RGB
CMYK
RGB Variations
Color information
#FF8F0B (or 0xFF8F0B) is known color: Dark Orange. HEX triplet: FF, 8F and 0B. RGB value is (255,143,11). Sum of RGB (Red+Green+Blue) = 255+143+11=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F0B is #0070F4. Grayscale: #A2A2A2. Windows color (decimal): -28917 or 757759. OLE color: 757759.
HSL color Cylindrical-coordinate representation of color #FF8F0B: hue angle of 32.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF8F0B is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 11 | - |
| CMYK | 0 | 0.44 | 0.96 | 0 |
| HSL | 32.46º | 1% | 0.52% | - |
| HSV(B) | 32.46º | 0.96% | 1% | - |
| XYZ | 51.12 | 40.93 | 5.52 | - |
| YUV | 161.44 | 43.11 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 11 | 0 | 0.44 | 0.96 | 0 | 32.46 | 1 | 0.52 |
| Hex | FF | 8F | B | 0 | 2C | 60 | 0 | 20 | 64 | 34 |
| Octal | 377 | 217 | 13 | 0 | 54 | 140 | 0 | 40 | 144 | 64 |
| Binary | 11111111 | 10001111 | 1011 | 0 | 101100 | 1100000 | 0 | 100000 | 1100100 | 110100 |
Color Harmonies of #FF8F0B
Complementary color
Monochromatic Colors of #FF8F0B
Black with #FF8F0B
Text Example
Text Example
White with #FF8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F0B; }
p { color: rgb(255,143,11); }
H1.HeaderClassName
{
color: #FF8F0B;
}
.AnyTagClassName
{
color: #FF8F0B;
}
</style>
background-color css
<style>
a { background-color: #FF8F0B; }
a { background-color: rgb(255,143,11); }
div.DivClassName
{
background-color: #FF8F0B;
}
.BgClassName
{
background-color: #FF8F0B;
}
</style>
border-color css
<style>
span { border-color: #FF8F0B; }
span { border-color: rgb(255,143,11); }
td.TdClassName
{
border-color: #FF8F0B;
}
.TagClassName
{
border-color: #FF8F0B;
}
</style>