Shades of Atomic Tangerine #F29466
Tints of Atomic Tangerine #F29466
RGB
CMYK
RGB Variations
Color information
#F29466 (or 0xF29466) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 66. RGB value is (242,148,102). Sum of RGB (Red+Green+Blue) = 242+148+102=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F29466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29466 is #0D6B99. Grayscale: #ABABAB. Windows color (decimal): -879514 or 6722802. OLE color: 6722802.
HSL color Cylindrical-coordinate representation of color #F29466: hue angle of 19.71º 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 #F29466 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 102 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.05 |
| HSL | 19.71º | 0.84% | 0.67% | - |
| HSV(B) | 19.71º | 0.58% | 0.95% | - |
| XYZ | 49.61 | 41.02 | 17.87 | - |
| YUV | 170.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 102 | 0 | 0.39 | 0.58 | 0.05 | 19.71 | 0.84 | 0.67 |
| Hex | F2 | 94 | 66 | 0 | 27 | 3A | 5 | 14 | 54 | 43 |
| Octal | 362 | 224 | 146 | 0 | 47 | 72 | 5 | 24 | 124 | 103 |
| Binary | 11110010 | 10010100 | 1100110 | 0 | 100111 | 111010 | 101 | 10100 | 1010100 | 1000011 |
Color Harmonies of #F29466
Complementary color
Monochromatic Colors of #F29466
Black with #F29466
Text Example
Text Example
White with #F29466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29466; }
p { color: rgb(242,148,102); }
H1.HeaderClassName
{
color: #F29466;
}
.AnyTagClassName
{
color: #F29466;
}
</style>
background-color css
<style>
a { background-color: #F29466; }
a { background-color: rgb(242,148,102); }
div.DivClassName
{
background-color: #F29466;
}
.BgClassName
{
background-color: #F29466;
}
</style>
border-color css
<style>
span { border-color: #F29466; }
span { border-color: rgb(242,148,102); }
td.TdClassName
{
border-color: #F29466;
}
.TagClassName
{
border-color: #F29466;
}
</style>