Shades of Atomic Tangerine #F29460
Tints of Atomic Tangerine #F29460
RGB
CMYK
RGB Variations
Color information
#F29460 (or 0xF29460) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 60. RGB value is (242,148,96). Sum of RGB (Red+Green+Blue) = 242+148+96=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F29460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29460 is #0D6B9F. Grayscale: #AAAAAA. Windows color (decimal): -879520 or 6329586. OLE color: 6329586.
HSL color Cylindrical-coordinate representation of color #F29460: hue angle of 21.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F29460 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 96 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.05 |
| HSL | 21.37º | 0.85% | 0.66% | - |
| HSV(B) | 21.37º | 0.6% | 0.95% | - |
| XYZ | 49.32 | 40.9 | 16.36 | - |
| YUV | 170.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 96 | 0 | 0.39 | 0.60 | 0.05 | 21.37 | 0.85 | 0.66 |
| Hex | F2 | 94 | 60 | 0 | 27 | 3C | 5 | 15 | 55 | 42 |
| Octal | 362 | 224 | 140 | 0 | 47 | 74 | 5 | 25 | 125 | 102 |
| Binary | 11110010 | 10010100 | 1100000 | 0 | 100111 | 111100 | 101 | 10101 | 1010101 | 1000010 |
Color Harmonies of #F29460
Complementary color
Monochromatic Colors of #F29460
Black with #F29460
Text Example
Text Example
White with #F29460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29460; }
p { color: rgb(242,148,96); }
H1.HeaderClassName
{
color: #F29460;
}
.AnyTagClassName
{
color: #F29460;
}
</style>
background-color css
<style>
a { background-color: #F29460; }
a { background-color: rgb(242,148,96); }
div.DivClassName
{
background-color: #F29460;
}
.BgClassName
{
background-color: #F29460;
}
</style>
border-color css
<style>
span { border-color: #F29460; }
span { border-color: rgb(242,148,96); }
td.TdClassName
{
border-color: #F29460;
}
.TagClassName
{
border-color: #F29460;
}
</style>