Shades of Dark Tangerine #F5AB0E
Tints of Dark Tangerine #F5AB0E
RGB
CMYK
RGB Variations
Color information
#F5AB0E (or 0xF5AB0E) is known color: Dark Tangerine. HEX triplet: F5, AB and 0E. RGB value is (245,171,14). Sum of RGB (Red+Green+Blue) = 245+171+14=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB0E is #0A54F1. Grayscale: #AFAFAF. Windows color (decimal): -677106 or 961525. OLE color: 961525.
HSL color Cylindrical-coordinate representation of color #F5AB0E: hue angle of 40.78º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5AB0E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.04 |
| HSL | 40.78º | 0.92% | 0.51% | - |
| HSV(B) | 40.78º | 0.94% | 0.96% | - |
| XYZ | 52.3 | 48.57 | 7.03 | - |
| YUV | 175.23 | 37.02 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 14 | 0 | 0.30 | 0.94 | 0.04 | 40.78 | 0.92 | 0.51 |
| Hex | F5 | AB | E | 0 | 1E | 5E | 4 | 29 | 5C | 33 |
| Octal | 365 | 253 | 16 | 0 | 36 | 136 | 4 | 51 | 134 | 63 |
| Binary | 11110101 | 10101011 | 1110 | 0 | 11110 | 1011110 | 100 | 101001 | 1011100 | 110011 |
Color Harmonies of #F5AB0E
Complementary color
Monochromatic Colors of #F5AB0E
Black with #F5AB0E
Text Example
Text Example
White with #F5AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB0E; }
p { color: rgb(245,171,14); }
H1.HeaderClassName
{
color: #F5AB0E;
}
.AnyTagClassName
{
color: #F5AB0E;
}
</style>
background-color css
<style>
a { background-color: #F5AB0E; }
a { background-color: rgb(245,171,14); }
div.DivClassName
{
background-color: #F5AB0E;
}
.BgClassName
{
background-color: #F5AB0E;
}
</style>
border-color css
<style>
span { border-color: #F5AB0E; }
span { border-color: rgb(245,171,14); }
td.TdClassName
{
border-color: #F5AB0E;
}
.TagClassName
{
border-color: #F5AB0E;
}
</style>