Shades of Dark Tangerine #F2B611
Tints of Dark Tangerine #F2B611
RGB
CMYK
RGB Variations
Color information
#F2B611 (or 0xF2B611) is known color: Dark Tangerine. HEX triplet: F2, B6 and 11. RGB value is (242,182,17). Sum of RGB (Red+Green+Blue) = 242+182+17=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B611 is #0D49EE. Grayscale: #B5B5B5. Windows color (decimal): -870895 or 1160946. OLE color: 1160946.
HSL color Cylindrical-coordinate representation of color #F2B611: hue angle of 44º 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 #F2B611 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.05 |
| HSL | 44º | 0.9% | 0.51% | - |
| HSV(B) | 44º | 0.93% | 0.95% | - |
| XYZ | 53.45 | 52.37 | 7.82 | - |
| YUV | 181.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 17 | 0 | 0.25 | 0.93 | 0.05 | 44 | 0.9 | 0.51 |
| Hex | F2 | B6 | 11 | 0 | 19 | 5D | 5 | 2C | 5A | 33 |
| Octal | 362 | 266 | 21 | 0 | 31 | 135 | 5 | 54 | 132 | 63 |
| Binary | 11110010 | 10110110 | 10001 | 0 | 11001 | 1011101 | 101 | 101100 | 1011010 | 110011 |
Color Harmonies of #F2B611
Complementary color
Monochromatic Colors of #F2B611
Black with #F2B611
Text Example
Text Example
White with #F2B611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B611; }
p { color: rgb(242,182,17); }
H1.HeaderClassName
{
color: #F2B611;
}
.AnyTagClassName
{
color: #F2B611;
}
</style>
background-color css
<style>
a { background-color: #F2B611; }
a { background-color: rgb(242,182,17); }
div.DivClassName
{
background-color: #F2B611;
}
.BgClassName
{
background-color: #F2B611;
}
</style>
border-color css
<style>
span { border-color: #F2B611; }
span { border-color: rgb(242,182,17); }
td.TdClassName
{
border-color: #F2B611;
}
.TagClassName
{
border-color: #F2B611;
}
</style>