Shades of Atomic Tangerine #F29666
Tints of Atomic Tangerine #F29666
RGB
CMYK
RGB Variations
Color information
#F29666 (or 0xF29666) is known color: Atomic Tangerine. HEX triplet: F2, 96 and 66. RGB value is (242,150,102). Sum of RGB (Red+Green+Blue) = 242+150+102=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F29666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29666 is #0D6999. Grayscale: #ACACAC. Windows color (decimal): -879002 or 6723314. OLE color: 6723314.
HSL color Cylindrical-coordinate representation of color #F29666: hue angle of 20.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F29666 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 102 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.05 |
| HSL | 20.57º | 0.84% | 0.67% | - |
| HSV(B) | 20.57º | 0.58% | 0.95% | - |
| XYZ | 49.92 | 41.65 | 17.98 | - |
| YUV | 172.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 102 | 0 | 0.38 | 0.58 | 0.05 | 20.57 | 0.84 | 0.67 |
| Hex | F2 | 96 | 66 | 0 | 26 | 3A | 5 | 15 | 54 | 43 |
| Octal | 362 | 226 | 146 | 0 | 46 | 72 | 5 | 25 | 124 | 103 |
| Binary | 11110010 | 10010110 | 1100110 | 0 | 100110 | 111010 | 101 | 10101 | 1010100 | 1000011 |
Color Harmonies of #F29666
Complementary color
Monochromatic Colors of #F29666
Black with #F29666
Text Example
Text Example
White with #F29666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29666; }
p { color: rgb(242,150,102); }
H1.HeaderClassName
{
color: #F29666;
}
.AnyTagClassName
{
color: #F29666;
}
</style>
background-color css
<style>
a { background-color: #F29666; }
a { background-color: rgb(242,150,102); }
div.DivClassName
{
background-color: #F29666;
}
.BgClassName
{
background-color: #F29666;
}
</style>
border-color css
<style>
span { border-color: #F29666; }
span { border-color: rgb(242,150,102); }
td.TdClassName
{
border-color: #F29666;
}
.TagClassName
{
border-color: #F29666;
}
</style>