Shades of Dark Tangerine #F2B019
Tints of Dark Tangerine #F2B019
RGB
CMYK
RGB Variations
Color information
#F2B019 (or 0xF2B019) is known color: Dark Tangerine. HEX triplet: F2, B0 and 19. RGB value is (242,176,25). Sum of RGB (Red+Green+Blue) = 242+176+25=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B019 is #0D4FE6. Grayscale: #B3B3B3. Windows color (decimal): -872423 or 1683698. OLE color: 1683698.
HSL color Cylindrical-coordinate representation of color #F2B019: hue angle of 41.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2B019 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.05 |
| HSL | 41.75º | 0.89% | 0.52% | - |
| HSV(B) | 41.75º | 0.9% | 0.95% | - |
| XYZ | 52.32 | 50 | 7.81 | - |
| YUV | 178.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 25 | 0 | 0.27 | 0.90 | 0.05 | 41.75 | 0.89 | 0.52 |
| Hex | F2 | B0 | 19 | 0 | 1B | 5A | 5 | 2A | 59 | 34 |
| Octal | 362 | 260 | 31 | 0 | 33 | 132 | 5 | 52 | 131 | 64 |
| Binary | 11110010 | 10110000 | 11001 | 0 | 11011 | 1011010 | 101 | 101010 | 1011001 | 110100 |
Color Harmonies of #F2B019
Complementary color
Monochromatic Colors of #F2B019
Black with #F2B019
Text Example
Text Example
White with #F2B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B019; }
p { color: rgb(242,176,25); }
H1.HeaderClassName
{
color: #F2B019;
}
.AnyTagClassName
{
color: #F2B019;
}
</style>
background-color css
<style>
a { background-color: #F2B019; }
a { background-color: rgb(242,176,25); }
div.DivClassName
{
background-color: #F2B019;
}
.BgClassName
{
background-color: #F2B019;
}
</style>
border-color css
<style>
span { border-color: #F2B019; }
span { border-color: rgb(242,176,25); }
td.TdClassName
{
border-color: #F2B019;
}
.TagClassName
{
border-color: #F2B019;
}
</style>