Shades of Atomic Tangerine #F29566
Tints of Atomic Tangerine #F29566
RGB
CMYK
RGB Variations
Color information
#F29566 (or 0xF29566) is known color: Atomic Tangerine. HEX triplet: F2, 95 and 66. RGB value is (242,149,102). Sum of RGB (Red+Green+Blue) = 242+149+102=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F29566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29566 is #0D6A99. Grayscale: #ABABAB. Windows color (decimal): -879258 or 6723058. OLE color: 6723058.
HSL color Cylindrical-coordinate representation of color #F29566: hue angle of 20.14º 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 #F29566 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 102 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.05 |
| HSL | 20.14º | 0.84% | 0.67% | - |
| HSV(B) | 20.14º | 0.58% | 0.95% | - |
| XYZ | 49.76 | 41.33 | 17.93 | - |
| YUV | 171.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 102 | 0 | 0.38 | 0.58 | 0.05 | 20.14 | 0.84 | 0.67 |
| Hex | F2 | 95 | 66 | 0 | 26 | 3A | 5 | 14 | 54 | 43 |
| Octal | 362 | 225 | 146 | 0 | 46 | 72 | 5 | 24 | 124 | 103 |
| Binary | 11110010 | 10010101 | 1100110 | 0 | 100110 | 111010 | 101 | 10100 | 1010100 | 1000011 |
Color Harmonies of #F29566
Complementary color
Monochromatic Colors of #F29566
Black with #F29566
Text Example
Text Example
White with #F29566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29566; }
p { color: rgb(242,149,102); }
H1.HeaderClassName
{
color: #F29566;
}
.AnyTagClassName
{
color: #F29566;
}
</style>
background-color css
<style>
a { background-color: #F29566; }
a { background-color: rgb(242,149,102); }
div.DivClassName
{
background-color: #F29566;
}
.BgClassName
{
background-color: #F29566;
}
</style>
border-color css
<style>
span { border-color: #F29566; }
span { border-color: rgb(242,149,102); }
td.TdClassName
{
border-color: #F29566;
}
.TagClassName
{
border-color: #F29566;
}
</style>