Shades of Dark Tangerine #FF9F0E
Tints of Dark Tangerine #FF9F0E
RGB
CMYK
RGB Variations
Color information
#FF9F0E (or 0xFF9F0E) is known color: Dark Tangerine. HEX triplet: FF, 9F and 0E. RGB value is (255,159,14). Sum of RGB (Red+Green+Blue) = 255+159+14=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F0E is #0060F1. Grayscale: #ABABAB. Windows color (decimal): -24818 or 958463. OLE color: 958463.
HSL color Cylindrical-coordinate representation of color #FF9F0E: hue angle of 36.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9F0E is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 14 | - |
| CMYK | 0 | 0.38 | 0.95 | 0 |
| HSL | 36.1º | 1% | 0.53% | - |
| HSV(B) | 36.1º | 0.95% | 1% | - |
| XYZ | 53.72 | 46.09 | 6.48 | - |
| YUV | 171.17 | 39.3 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 14 | 0 | 0.38 | 0.95 | 0 | 36.1 | 1 | 0.53 |
| Hex | FF | 9F | E | 0 | 26 | 5F | 0 | 24 | 64 | 35 |
| Octal | 377 | 237 | 16 | 0 | 46 | 137 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10011111 | 1110 | 0 | 100110 | 1011111 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FF9F0E
Complementary color
Monochromatic Colors of #FF9F0E
Black with #FF9F0E
Text Example
Text Example
White with #FF9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F0E; }
p { color: rgb(255,159,14); }
H1.HeaderClassName
{
color: #FF9F0E;
}
.AnyTagClassName
{
color: #FF9F0E;
}
</style>
background-color css
<style>
a { background-color: #FF9F0E; }
a { background-color: rgb(255,159,14); }
div.DivClassName
{
background-color: #FF9F0E;
}
.BgClassName
{
background-color: #FF9F0E;
}
</style>
border-color css
<style>
span { border-color: #FF9F0E; }
span { border-color: rgb(255,159,14); }
td.TdClassName
{
border-color: #FF9F0E;
}
.TagClassName
{
border-color: #FF9F0E;
}
</style>