Shades of Atomic Tangerine #F29162
Tints of Atomic Tangerine #F29162
RGB
CMYK
RGB Variations
Color information
#F29162 (or 0xF29162) is known color: Atomic Tangerine. HEX triplet: F2, 91 and 62. RGB value is (242,145,98). Sum of RGB (Red+Green+Blue) = 242+145+98=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F29162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29162 is #0D6E9D. Grayscale: #A8A8A8. Windows color (decimal): -880286 or 6459890. OLE color: 6459890.
HSL color Cylindrical-coordinate representation of color #F29162: hue angle of 19.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F29162 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 98 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.05 |
| HSL | 19.58º | 0.85% | 0.67% | - |
| HSV(B) | 19.58º | 0.6% | 0.95% | - |
| XYZ | 48.95 | 40.01 | 16.7 | - |
| YUV | 168.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 98 | 0 | 0.40 | 0.60 | 0.05 | 19.58 | 0.85 | 0.67 |
| Hex | F2 | 91 | 62 | 0 | 28 | 3C | 5 | 14 | 55 | 43 |
| Octal | 362 | 221 | 142 | 0 | 50 | 74 | 5 | 24 | 125 | 103 |
| Binary | 11110010 | 10010001 | 1100010 | 0 | 101000 | 111100 | 101 | 10100 | 1010101 | 1000011 |
Color Harmonies of #F29162
Complementary color
Monochromatic Colors of #F29162
Black with #F29162
Text Example
Text Example
White with #F29162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29162; }
p { color: rgb(242,145,98); }
H1.HeaderClassName
{
color: #F29162;
}
.AnyTagClassName
{
color: #F29162;
}
</style>
background-color css
<style>
a { background-color: #F29162; }
a { background-color: rgb(242,145,98); }
div.DivClassName
{
background-color: #F29162;
}
.BgClassName
{
background-color: #F29162;
}
</style>
border-color css
<style>
span { border-color: #F29162; }
span { border-color: rgb(242,145,98); }
td.TdClassName
{
border-color: #F29162;
}
.TagClassName
{
border-color: #F29162;
}
</style>