Shades of Atomic Tangerine #F29864
Tints of Atomic Tangerine #F29864
RGB
CMYK
RGB Variations
Color information
#F29864 (or 0xF29864) is known color: Atomic Tangerine. HEX triplet: F2, 98 and 64. RGB value is (242,152,100). Sum of RGB (Red+Green+Blue) = 242+152+100=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F29864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29864 is #0D679B. Grayscale: #ADADAD. Windows color (decimal): -878492 or 6592754. OLE color: 6592754.
HSL color Cylindrical-coordinate representation of color #F29864: hue angle of 21.97º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F29864 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 100 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.05 |
| HSL | 21.97º | 0.85% | 0.67% | - |
| HSV(B) | 21.97º | 0.59% | 0.95% | - |
| XYZ | 50.15 | 42.25 | 17.57 | - |
| YUV | 172.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 100 | 0 | 0.37 | 0.59 | 0.05 | 21.97 | 0.85 | 0.67 |
| Hex | F2 | 98 | 64 | 0 | 25 | 3B | 5 | 16 | 55 | 43 |
| Octal | 362 | 230 | 144 | 0 | 45 | 73 | 5 | 26 | 125 | 103 |
| Binary | 11110010 | 10011000 | 1100100 | 0 | 100101 | 111011 | 101 | 10110 | 1010101 | 1000011 |
Color Harmonies of #F29864
Complementary color
Monochromatic Colors of #F29864
Black with #F29864
Text Example
Text Example
White with #F29864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29864; }
p { color: rgb(242,152,100); }
H1.HeaderClassName
{
color: #F29864;
}
.AnyTagClassName
{
color: #F29864;
}
</style>
background-color css
<style>
a { background-color: #F29864; }
a { background-color: rgb(242,152,100); }
div.DivClassName
{
background-color: #F29864;
}
.BgClassName
{
background-color: #F29864;
}
</style>
border-color css
<style>
span { border-color: #F29864; }
span { border-color: rgb(242,152,100); }
td.TdClassName
{
border-color: #F29864;
}
.TagClassName
{
border-color: #F29864;
}
</style>