Shades of Dark Tangerine #F2AB0B
Tints of Dark Tangerine #F2AB0B
RGB
CMYK
RGB Variations
Color information
#F2AB0B (or 0xF2AB0B) is known color: Dark Tangerine. HEX triplet: F2, AB and 0B. RGB value is (242,171,11). Sum of RGB (Red+Green+Blue) = 242+171+11=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB0B is #0D54F4. Grayscale: #AEAEAE. Windows color (decimal): -873717 or 764914. OLE color: 764914.
HSL color Cylindrical-coordinate representation of color #F2AB0B: hue angle of 41.56º degrees, saturation: 0.91, 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 #F2AB0B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.05 |
| HSL | 41.56º | 0.91% | 0.5% | - |
| HSV(B) | 41.56º | 0.95% | 0.95% | - |
| XYZ | 51.24 | 48.03 | 6.89 | - |
| YUV | 173.99 | 36.02 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 11 | 0 | 0.29 | 0.95 | 0.05 | 41.56 | 0.91 | 0.5 |
| Hex | F2 | AB | B | 0 | 1D | 5F | 5 | 2A | 5B | 32 |
| Octal | 362 | 253 | 13 | 0 | 35 | 137 | 5 | 52 | 133 | 62 |
| Binary | 11110010 | 10101011 | 1011 | 0 | 11101 | 1011111 | 101 | 101010 | 1011011 | 110010 |
Color Harmonies of #F2AB0B
Complementary color
Monochromatic Colors of #F2AB0B
Black with #F2AB0B
Text Example
Text Example
White with #F2AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB0B; }
p { color: rgb(242,171,11); }
H1.HeaderClassName
{
color: #F2AB0B;
}
.AnyTagClassName
{
color: #F2AB0B;
}
</style>
background-color css
<style>
a { background-color: #F2AB0B; }
a { background-color: rgb(242,171,11); }
div.DivClassName
{
background-color: #F2AB0B;
}
.BgClassName
{
background-color: #F2AB0B;
}
</style>
border-color css
<style>
span { border-color: #F2AB0B; }
span { border-color: rgb(242,171,11); }
td.TdClassName
{
border-color: #F2AB0B;
}
.TagClassName
{
border-color: #F2AB0B;
}
</style>