Shades of Dark Tangerine #F0A21C
Tints of Dark Tangerine #F0A21C
RGB
CMYK
RGB Variations
Color information
#F0A21C (or 0xF0A21C) is known color: Dark Tangerine. HEX triplet: F0, A2 and 1C. RGB value is (240,162,28). Sum of RGB (Red+Green+Blue) = 240+162+28=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A21C is #0F5DE3. Grayscale: #AAAAAA. Windows color (decimal): -1007076 or 1876720. OLE color: 1876720.
HSL color Cylindrical-coordinate representation of color #F0A21C: hue angle of 37.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A21C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.06 |
| HSL | 37.92º | 0.88% | 0.53% | - |
| HSV(B) | 37.92º | 0.88% | 0.94% | - |
| XYZ | 49.07 | 44.45 | 7.09 | - |
| YUV | 170.05 | 47.84 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 28 | 0 | 0.32 | 0.88 | 0.06 | 37.92 | 0.88 | 0.53 |
| Hex | F0 | A2 | 1C | 0 | 20 | 58 | 6 | 26 | 58 | 35 |
| Octal | 360 | 242 | 34 | 0 | 40 | 130 | 6 | 46 | 130 | 65 |
| Binary | 11110000 | 10100010 | 11100 | 0 | 100000 | 1011000 | 110 | 100110 | 1011000 | 110101 |
Color Harmonies of #F0A21C
Complementary color
Monochromatic Colors of #F0A21C
Black with #F0A21C
Text Example
Text Example
White with #F0A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A21C; }
p { color: rgb(240,162,28); }
H1.HeaderClassName
{
color: #F0A21C;
}
.AnyTagClassName
{
color: #F0A21C;
}
</style>
background-color css
<style>
a { background-color: #F0A21C; }
a { background-color: rgb(240,162,28); }
div.DivClassName
{
background-color: #F0A21C;
}
.BgClassName
{
background-color: #F0A21C;
}
</style>
border-color css
<style>
span { border-color: #F0A21C; }
span { border-color: rgb(240,162,28); }
td.TdClassName
{
border-color: #F0A21C;
}
.TagClassName
{
border-color: #F0A21C;
}
</style>