Shades of Atomic Tangerine #F29268
Tints of Atomic Tangerine #F29268
RGB
CMYK
RGB Variations
Color information
#F29268 (or 0xF29268) is known color: Atomic Tangerine. HEX triplet: F2, 92 and 68. RGB value is (242,146,104). Sum of RGB (Red+Green+Blue) = 242+146+104=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F29268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29268 is #0D6D97. Grayscale: #AAAAAA. Windows color (decimal): -880024 or 6853362. OLE color: 6853362.
HSL color Cylindrical-coordinate representation of color #F29268: hue angle of 18.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F29268 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 104 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.05 |
| HSL | 18.26º | 0.84% | 0.68% | - |
| HSV(B) | 18.26º | 0.57% | 0.95% | - |
| XYZ | 49.4 | 40.43 | 18.3 | - |
| YUV | 169.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 104 | 0 | 0.40 | 0.57 | 0.05 | 18.26 | 0.84 | 0.68 |
| Hex | F2 | 92 | 68 | 0 | 28 | 39 | 5 | 12 | 54 | 44 |
| Octal | 362 | 222 | 150 | 0 | 50 | 71 | 5 | 22 | 124 | 104 |
| Binary | 11110010 | 10010010 | 1101000 | 0 | 101000 | 111001 | 101 | 10010 | 1010100 | 1000100 |
Color Harmonies of #F29268
Complementary color
Monochromatic Colors of #F29268
Black with #F29268
Text Example
Text Example
White with #F29268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29268; }
p { color: rgb(242,146,104); }
H1.HeaderClassName
{
color: #F29268;
}
.AnyTagClassName
{
color: #F29268;
}
</style>
background-color css
<style>
a { background-color: #F29268; }
a { background-color: rgb(242,146,104); }
div.DivClassName
{
background-color: #F29268;
}
.BgClassName
{
background-color: #F29268;
}
</style>
border-color css
<style>
span { border-color: #F29268; }
span { border-color: rgb(242,146,104); }
td.TdClassName
{
border-color: #F29268;
}
.TagClassName
{
border-color: #F29268;
}
</style>