Shades of Dark Tangerine #F2B119
Tints of Dark Tangerine #F2B119
RGB
CMYK
RGB Variations
Color information
#F2B119 (or 0xF2B119) is known color: Dark Tangerine. HEX triplet: F2, B1 and 19. RGB value is (242,177,25). Sum of RGB (Red+Green+Blue) = 242+177+25=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B119 is #0D4EE6. Grayscale: #B3B3B3. Windows color (decimal): -872167 or 1683954. OLE color: 1683954.
HSL color Cylindrical-coordinate representation of color #F2B119: hue angle of 42.03º 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 #F2B119 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.05 |
| HSL | 42.03º | 0.89% | 0.52% | - |
| HSV(B) | 42.03º | 0.9% | 0.95% | - |
| XYZ | 52.52 | 50.39 | 7.88 | - |
| YUV | 179.11 | 41.03 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 25 | 0 | 0.27 | 0.90 | 0.05 | 42.03 | 0.89 | 0.52 |
| Hex | F2 | B1 | 19 | 0 | 1B | 5A | 5 | 2A | 59 | 34 |
| Octal | 362 | 261 | 31 | 0 | 33 | 132 | 5 | 52 | 131 | 64 |
| Binary | 11110010 | 10110001 | 11001 | 0 | 11011 | 1011010 | 101 | 101010 | 1011001 | 110100 |
Color Harmonies of #F2B119
Complementary color
Monochromatic Colors of #F2B119
Black with #F2B119
Text Example
Text Example
White with #F2B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B119; }
p { color: rgb(242,177,25); }
H1.HeaderClassName
{
color: #F2B119;
}
.AnyTagClassName
{
color: #F2B119;
}
</style>
background-color css
<style>
a { background-color: #F2B119; }
a { background-color: rgb(242,177,25); }
div.DivClassName
{
background-color: #F2B119;
}
.BgClassName
{
background-color: #F2B119;
}
</style>
border-color css
<style>
span { border-color: #F2B119; }
span { border-color: rgb(242,177,25); }
td.TdClassName
{
border-color: #F2B119;
}
.TagClassName
{
border-color: #F2B119;
}
</style>