Shades of Atomic Tangerine #F29068
Tints of Atomic Tangerine #F29068
RGB
CMYK
RGB Variations
Color information
#F29068 (or 0xF29068) is known color: Atomic Tangerine. HEX triplet: F2, 90 and 68. RGB value is (242,144,104). Sum of RGB (Red+Green+Blue) = 242+144+104=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F29068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29068 is #0D6F97. Grayscale: #A9A9A9. Windows color (decimal): -880536 or 6852850. OLE color: 6852850.
HSL color Cylindrical-coordinate representation of color #F29068: hue angle of 17.39º 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 #F29068 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 104 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.05 |
| HSL | 17.39º | 0.84% | 0.68% | - |
| HSV(B) | 17.39º | 0.57% | 0.95% | - |
| XYZ | 49.09 | 39.82 | 18.2 | - |
| YUV | 168.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 104 | 0 | 0.40 | 0.57 | 0.05 | 17.39 | 0.84 | 0.68 |
| Hex | F2 | 90 | 68 | 0 | 28 | 39 | 5 | 11 | 54 | 44 |
| Octal | 362 | 220 | 150 | 0 | 50 | 71 | 5 | 21 | 124 | 104 |
| Binary | 11110010 | 10010000 | 1101000 | 0 | 101000 | 111001 | 101 | 10001 | 1010100 | 1000100 |
Color Harmonies of #F29068
Complementary color
Monochromatic Colors of #F29068
Black with #F29068
Text Example
Text Example
White with #F29068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29068; }
p { color: rgb(242,144,104); }
H1.HeaderClassName
{
color: #F29068;
}
.AnyTagClassName
{
color: #F29068;
}
</style>
background-color css
<style>
a { background-color: #F29068; }
a { background-color: rgb(242,144,104); }
div.DivClassName
{
background-color: #F29068;
}
.BgClassName
{
background-color: #F29068;
}
</style>
border-color css
<style>
span { border-color: #F29068; }
span { border-color: rgb(242,144,104); }
td.TdClassName
{
border-color: #F29068;
}
.TagClassName
{
border-color: #F29068;
}
</style>