Shades of Dark Tangerine #F5AB1D
Tints of Dark Tangerine #F5AB1D
RGB
CMYK
RGB Variations
Color information
#F5AB1D (or 0xF5AB1D) is known color: Dark Tangerine. HEX triplet: F5, AB and 1D. RGB value is (245,171,29). Sum of RGB (Red+Green+Blue) = 245+171+29=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB1D is #0A54E2. Grayscale: #B1B1B1. Windows color (decimal): -677091 or 1944565. OLE color: 1944565.
HSL color Cylindrical-coordinate representation of color #F5AB1D: hue angle of 39.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5AB1D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.04 |
| HSL | 39.44º | 0.92% | 0.54% | - |
| HSV(B) | 39.44º | 0.88% | 0.96% | - |
| XYZ | 52.44 | 48.63 | 7.78 | - |
| YUV | 176.94 | 44.52 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 29 | 0 | 0.30 | 0.88 | 0.04 | 39.44 | 0.92 | 0.54 |
| Hex | F5 | AB | 1D | 0 | 1E | 58 | 4 | 27 | 5C | 36 |
| Octal | 365 | 253 | 35 | 0 | 36 | 130 | 4 | 47 | 134 | 66 |
| Binary | 11110101 | 10101011 | 11101 | 0 | 11110 | 1011000 | 100 | 100111 | 1011100 | 110110 |
Color Harmonies of #F5AB1D
Complementary color
Monochromatic Colors of #F5AB1D
Black with #F5AB1D
Text Example
Text Example
White with #F5AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB1D; }
p { color: rgb(245,171,29); }
H1.HeaderClassName
{
color: #F5AB1D;
}
.AnyTagClassName
{
color: #F5AB1D;
}
</style>
background-color css
<style>
a { background-color: #F5AB1D; }
a { background-color: rgb(245,171,29); }
div.DivClassName
{
background-color: #F5AB1D;
}
.BgClassName
{
background-color: #F5AB1D;
}
</style>
border-color css
<style>
span { border-color: #F5AB1D; }
span { border-color: rgb(245,171,29); }
td.TdClassName
{
border-color: #F5AB1D;
}
.TagClassName
{
border-color: #F5AB1D;
}
</style>