Shades of Dark Tangerine #FFA90E
Tints of Dark Tangerine #FFA90E
RGB
CMYK
RGB Variations
Color information
#FFA90E (or 0xFFA90E) is known color: Dark Tangerine. HEX triplet: FF, A9 and 0E. RGB value is (255,169,14). Sum of RGB (Red+Green+Blue) = 255+169+14=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA90E is #0056F1. Grayscale: #B1B1B1. Windows color (decimal): -22258 or 961023. OLE color: 961023.
HSL color Cylindrical-coordinate representation of color #FFA90E: hue angle of 38.59º 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 #FFA90E is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 14 | - |
| CMYK | 0 | 0.34 | 0.95 | 0 |
| HSL | 38.59º | 1% | 0.53% | - |
| HSV(B) | 38.59º | 0.95% | 1% | - |
| XYZ | 55.51 | 49.67 | 7.08 | - |
| YUV | 177.04 | 35.99 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 14 | 0 | 0.34 | 0.95 | 0 | 38.59 | 1 | 0.53 |
| Hex | FF | A9 | E | 0 | 22 | 5F | 0 | 27 | 64 | 35 |
| Octal | 377 | 251 | 16 | 0 | 42 | 137 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101001 | 1110 | 0 | 100010 | 1011111 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFA90E
Complementary color
Monochromatic Colors of #FFA90E
Black with #FFA90E
Text Example
Text Example
White with #FFA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA90E; }
p { color: rgb(255,169,14); }
H1.HeaderClassName
{
color: #FFA90E;
}
.AnyTagClassName
{
color: #FFA90E;
}
</style>
background-color css
<style>
a { background-color: #FFA90E; }
a { background-color: rgb(255,169,14); }
div.DivClassName
{
background-color: #FFA90E;
}
.BgClassName
{
background-color: #FFA90E;
}
</style>
border-color css
<style>
span { border-color: #FFA90E; }
span { border-color: rgb(255,169,14); }
td.TdClassName
{
border-color: #FFA90E;
}
.TagClassName
{
border-color: #FFA90E;
}
</style>