Shades of Dark Tangerine #F2B010
Tints of Dark Tangerine #F2B010
RGB
CMYK
RGB Variations
Color information
#F2B010 (or 0xF2B010) is known color: Dark Tangerine. HEX triplet: F2, B0 and 10. RGB value is (242,176,16). Sum of RGB (Red+Green+Blue) = 242+176+16=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B010 is #0D4FEF. Grayscale: #B2B2B2. Windows color (decimal): -872432 or 1093874. OLE color: 1093874.
HSL color Cylindrical-coordinate representation of color #F2B010: hue angle of 42.48º 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 #F2B010 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.05 |
| HSL | 42.48º | 0.9% | 0.51% | - |
| HSV(B) | 42.48º | 0.93% | 0.95% | - |
| XYZ | 52.24 | 49.97 | 7.38 | - |
| YUV | 177.49 | 36.87 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 16 | 0 | 0.27 | 0.93 | 0.05 | 42.48 | 0.9 | 0.51 |
| Hex | F2 | B0 | 10 | 0 | 1B | 5D | 5 | 2A | 5A | 33 |
| Octal | 362 | 260 | 20 | 0 | 33 | 135 | 5 | 52 | 132 | 63 |
| Binary | 11110010 | 10110000 | 10000 | 0 | 11011 | 1011101 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F2B010
Complementary color
Monochromatic Colors of #F2B010
Black with #F2B010
Text Example
Text Example
White with #F2B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B010; }
p { color: rgb(242,176,16); }
H1.HeaderClassName
{
color: #F2B010;
}
.AnyTagClassName
{
color: #F2B010;
}
</style>
background-color css
<style>
a { background-color: #F2B010; }
a { background-color: rgb(242,176,16); }
div.DivClassName
{
background-color: #F2B010;
}
.BgClassName
{
background-color: #F2B010;
}
</style>
border-color css
<style>
span { border-color: #F2B010; }
span { border-color: rgb(242,176,16); }
td.TdClassName
{
border-color: #F2B010;
}
.TagClassName
{
border-color: #F2B010;
}
</style>