Shades of Atomic Tangerine #F29565
Tints of Atomic Tangerine #F29565
RGB
CMYK
RGB Variations
Color information
#F29565 (or 0xF29565) is known color: Atomic Tangerine. HEX triplet: F2, 95 and 65. RGB value is (242,149,101). Sum of RGB (Red+Green+Blue) = 242+149+101=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F29565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29565 is #0D6A9A. Grayscale: #ABABAB. Windows color (decimal): -879259 or 6657522. OLE color: 6657522.
HSL color Cylindrical-coordinate representation of color #F29565: hue angle of 20.43º 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 #F29565 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 101 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.05 |
| HSL | 20.43º | 0.84% | 0.67% | - |
| HSV(B) | 20.43º | 0.58% | 0.95% | - |
| XYZ | 49.71 | 41.31 | 17.67 | - |
| YUV | 171.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 101 | 0 | 0.38 | 0.58 | 0.05 | 20.43 | 0.84 | 0.67 |
| Hex | F2 | 95 | 65 | 0 | 26 | 3A | 5 | 14 | 54 | 43 |
| Octal | 362 | 225 | 145 | 0 | 46 | 72 | 5 | 24 | 124 | 103 |
| Binary | 11110010 | 10010101 | 1100101 | 0 | 100110 | 111010 | 101 | 10100 | 1010100 | 1000011 |
Color Harmonies of #F29565
Complementary color
Monochromatic Colors of #F29565
Black with #F29565
Text Example
Text Example
White with #F29565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29565; }
p { color: rgb(242,149,101); }
H1.HeaderClassName
{
color: #F29565;
}
.AnyTagClassName
{
color: #F29565;
}
</style>
background-color css
<style>
a { background-color: #F29565; }
a { background-color: rgb(242,149,101); }
div.DivClassName
{
background-color: #F29565;
}
.BgClassName
{
background-color: #F29565;
}
</style>
border-color css
<style>
span { border-color: #F29565; }
span { border-color: rgb(242,149,101); }
td.TdClassName
{
border-color: #F29565;
}
.TagClassName
{
border-color: #F29565;
}
</style>