Shades of Dark Tangerine #F2B211
Tints of Dark Tangerine #F2B211
RGB
CMYK
RGB Variations
Color information
#F2B211 (or 0xF2B211) is known color: Dark Tangerine. HEX triplet: F2, B2 and 11. RGB value is (242,178,17). Sum of RGB (Red+Green+Blue) = 242+178+17=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B211 is #0D4DEE. Grayscale: #B3B3B3. Windows color (decimal): -871919 or 1159922. OLE color: 1159922.
HSL color Cylindrical-coordinate representation of color #F2B211: hue angle of 42.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2B211 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 17 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.05 |
| HSL | 42.93º | 0.9% | 0.51% | - |
| HSV(B) | 42.93º | 0.93% | 0.95% | - |
| XYZ | 52.64 | 50.76 | 7.55 | - |
| YUV | 178.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 17 | 0 | 0.26 | 0.93 | 0.05 | 42.93 | 0.9 | 0.51 |
| Hex | F2 | B2 | 11 | 0 | 1A | 5D | 5 | 2B | 5A | 33 |
| Octal | 362 | 262 | 21 | 0 | 32 | 135 | 5 | 53 | 132 | 63 |
| Binary | 11110010 | 10110010 | 10001 | 0 | 11010 | 1011101 | 101 | 101011 | 1011010 | 110011 |
Color Harmonies of #F2B211
Complementary color
Monochromatic Colors of #F2B211
Black with #F2B211
Text Example
Text Example
White with #F2B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B211; }
p { color: rgb(242,178,17); }
H1.HeaderClassName
{
color: #F2B211;
}
.AnyTagClassName
{
color: #F2B211;
}
</style>
background-color css
<style>
a { background-color: #F2B211; }
a { background-color: rgb(242,178,17); }
div.DivClassName
{
background-color: #F2B211;
}
.BgClassName
{
background-color: #F2B211;
}
</style>
border-color css
<style>
span { border-color: #F2B211; }
span { border-color: rgb(242,178,17); }
td.TdClassName
{
border-color: #F2B211;
}
.TagClassName
{
border-color: #F2B211;
}
</style>