Shades of Dark Tangerine #F2AB0D
Tints of Dark Tangerine #F2AB0D
RGB
CMYK
RGB Variations
Color information
#F2AB0D (or 0xF2AB0D) is known color: Dark Tangerine. HEX triplet: F2, AB and 0D. RGB value is (242,171,13). Sum of RGB (Red+Green+Blue) = 242+171+13=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB0D is #0D54F2. Grayscale: #AEAEAE. Windows color (decimal): -873715 or 895986. OLE color: 895986.
HSL color Cylindrical-coordinate representation of color #F2AB0D: hue angle of 41.4º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2AB0D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.05 |
| HSL | 41.4º | 0.9% | 0.5% | - |
| HSV(B) | 41.4º | 0.95% | 0.95% | - |
| XYZ | 51.25 | 48.03 | 6.95 | - |
| YUV | 174.22 | 37.02 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 13 | 0 | 0.29 | 0.95 | 0.05 | 41.4 | 0.9 | 0.5 |
| Hex | F2 | AB | D | 0 | 1D | 5F | 5 | 29 | 5A | 32 |
| Octal | 362 | 253 | 15 | 0 | 35 | 137 | 5 | 51 | 132 | 62 |
| Binary | 11110010 | 10101011 | 1101 | 0 | 11101 | 1011111 | 101 | 101001 | 1011010 | 110010 |
Color Harmonies of #F2AB0D
Complementary color
Monochromatic Colors of #F2AB0D
Black with #F2AB0D
Text Example
Text Example
White with #F2AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB0D; }
p { color: rgb(242,171,13); }
H1.HeaderClassName
{
color: #F2AB0D;
}
.AnyTagClassName
{
color: #F2AB0D;
}
</style>
background-color css
<style>
a { background-color: #F2AB0D; }
a { background-color: rgb(242,171,13); }
div.DivClassName
{
background-color: #F2AB0D;
}
.BgClassName
{
background-color: #F2AB0D;
}
</style>
border-color css
<style>
span { border-color: #F2AB0D; }
span { border-color: rgb(242,171,13); }
td.TdClassName
{
border-color: #F2AB0D;
}
.TagClassName
{
border-color: #F2AB0D;
}
</style>