Shades of Dark Tangerine #F2A21A
Tints of Dark Tangerine #F2A21A
RGB
CMYK
RGB Variations
Color information
#F2A21A (or 0xF2A21A) is known color: Dark Tangerine. HEX triplet: F2, A2 and 1A. RGB value is (242,162,26). Sum of RGB (Red+Green+Blue) = 242+162+26=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A21A is #0D5DE5. Grayscale: #ABABAB. Windows color (decimal): -876006 or 1745650. OLE color: 1745650.
HSL color Cylindrical-coordinate representation of color #F2A21A: hue angle of 37.78º 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 #F2A21A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 26 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.05 |
| HSL | 37.78º | 0.89% | 0.53% | - |
| HSV(B) | 37.78º | 0.89% | 0.95% | - |
| XYZ | 49.72 | 44.79 | 7 | - |
| YUV | 170.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 26 | 0 | 0.33 | 0.89 | 0.05 | 37.78 | 0.89 | 0.53 |
| Hex | F2 | A2 | 1A | 0 | 21 | 59 | 5 | 26 | 59 | 35 |
| Octal | 362 | 242 | 32 | 0 | 41 | 131 | 5 | 46 | 131 | 65 |
| Binary | 11110010 | 10100010 | 11010 | 0 | 100001 | 1011001 | 101 | 100110 | 1011001 | 110101 |
Color Harmonies of #F2A21A
Complementary color
Monochromatic Colors of #F2A21A
Black with #F2A21A
Text Example
Text Example
White with #F2A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A21A; }
p { color: rgb(242,162,26); }
H1.HeaderClassName
{
color: #F2A21A;
}
.AnyTagClassName
{
color: #F2A21A;
}
</style>
background-color css
<style>
a { background-color: #F2A21A; }
a { background-color: rgb(242,162,26); }
div.DivClassName
{
background-color: #F2A21A;
}
.BgClassName
{
background-color: #F2A21A;
}
</style>
border-color css
<style>
span { border-color: #F2A21A; }
span { border-color: rgb(242,162,26); }
td.TdClassName
{
border-color: #F2A21A;
}
.TagClassName
{
border-color: #F2A21A;
}
</style>