Shades of Dark Tangerine #F2B21A
Tints of Dark Tangerine #F2B21A
RGB
CMYK
RGB Variations
Color information
#F2B21A (or 0xF2B21A) is known color: Dark Tangerine. HEX triplet: F2, B2 and 1A. RGB value is (242,178,26). Sum of RGB (Red+Green+Blue) = 242+178+26=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B21A is #0D4DE5. Grayscale: #B4B4B4. Windows color (decimal): -871910 or 1749746. OLE color: 1749746.
HSL color Cylindrical-coordinate representation of color #F2B21A: hue angle of 42.22º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2B21A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 26 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.05 |
| HSL | 42.22º | 0.89% | 0.53% | - |
| HSV(B) | 42.22º | 0.89% | 0.95% | - |
| XYZ | 52.72 | 50.79 | 8 | - |
| YUV | 179.81 | 41.2 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 26 | 0 | 0.26 | 0.89 | 0.05 | 42.22 | 0.89 | 0.53 |
| Hex | F2 | B2 | 1A | 0 | 1A | 59 | 5 | 2A | 59 | 35 |
| Octal | 362 | 262 | 32 | 0 | 32 | 131 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110010 | 11010 | 0 | 11010 | 1011001 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B21A
Complementary color
Monochromatic Colors of #F2B21A
Black with #F2B21A
Text Example
Text Example
White with #F2B21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B21A; }
p { color: rgb(242,178,26); }
H1.HeaderClassName
{
color: #F2B21A;
}
.AnyTagClassName
{
color: #F2B21A;
}
</style>
background-color css
<style>
a { background-color: #F2B21A; }
a { background-color: rgb(242,178,26); }
div.DivClassName
{
background-color: #F2B21A;
}
.BgClassName
{
background-color: #F2B21A;
}
</style>
border-color css
<style>
span { border-color: #F2B21A; }
span { border-color: rgb(242,178,26); }
td.TdClassName
{
border-color: #F2B21A;
}
.TagClassName
{
border-color: #F2B21A;
}
</style>