Shades of Dark Tangerine #FF9A14
Tints of Dark Tangerine #FF9A14
RGB
CMYK
RGB Variations
Color information
#FF9A14 (or 0xFF9A14) is known color: Dark Tangerine. HEX triplet: FF, 9A and 14. RGB value is (255,154,20). Sum of RGB (Red+Green+Blue) = 255+154+20=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A14 is #0065EB. Grayscale: #A9A9A9. Windows color (decimal): -26092 or 1350399. OLE color: 1350399.
HSL color Cylindrical-coordinate representation of color #FF9A14: hue angle of 34.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9A14 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 20 | - |
| CMYK | 0 | 0.40 | 0.92 | 0 |
| HSL | 34.21º | 1% | 0.54% | - |
| HSV(B) | 34.21º | 0.92% | 1% | - |
| XYZ | 52.92 | 44.42 | 6.45 | - |
| YUV | 168.92 | 43.96 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 20 | 0 | 0.40 | 0.92 | 0 | 34.21 | 1 | 0.54 |
| Hex | FF | 9A | 14 | 0 | 28 | 5C | 0 | 22 | 64 | 36 |
| Octal | 377 | 232 | 24 | 0 | 50 | 134 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011010 | 10100 | 0 | 101000 | 1011100 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9A14
Complementary color
Monochromatic Colors of #FF9A14
Black with #FF9A14
Text Example
Text Example
White with #FF9A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A14; }
p { color: rgb(255,154,20); }
H1.HeaderClassName
{
color: #FF9A14;
}
.AnyTagClassName
{
color: #FF9A14;
}
</style>
background-color css
<style>
a { background-color: #FF9A14; }
a { background-color: rgb(255,154,20); }
div.DivClassName
{
background-color: #FF9A14;
}
.BgClassName
{
background-color: #FF9A14;
}
</style>
border-color css
<style>
span { border-color: #FF9A14; }
span { border-color: rgb(255,154,20); }
td.TdClassName
{
border-color: #FF9A14;
}
.TagClassName
{
border-color: #FF9A14;
}
</style>