Shades of Atomic Tangerine #F29063
Tints of Atomic Tangerine #F29063
RGB
CMYK
RGB Variations
Color information
#F29063 (or 0xF29063) is known color: Atomic Tangerine. HEX triplet: F2, 90 and 63. RGB value is (242,144,99). Sum of RGB (Red+Green+Blue) = 242+144+99=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F29063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29063 is #0D6F9C. Grayscale: #A8A8A8. Windows color (decimal): -880541 or 6525170. OLE color: 6525170.
HSL color Cylindrical-coordinate representation of color #F29063: hue angle of 18.88º 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 #F29063 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 99 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.05 |
| HSL | 18.88º | 0.85% | 0.67% | - |
| HSV(B) | 18.88º | 0.59% | 0.95% | - |
| XYZ | 48.84 | 39.72 | 16.9 | - |
| YUV | 168.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 99 | 0 | 0.40 | 0.59 | 0.05 | 18.88 | 0.85 | 0.67 |
| Hex | F2 | 90 | 63 | 0 | 28 | 3B | 5 | 13 | 55 | 43 |
| Octal | 362 | 220 | 143 | 0 | 50 | 73 | 5 | 23 | 125 | 103 |
| Binary | 11110010 | 10010000 | 1100011 | 0 | 101000 | 111011 | 101 | 10011 | 1010101 | 1000011 |
Color Harmonies of #F29063
Complementary color
Monochromatic Colors of #F29063
Black with #F29063
Text Example
Text Example
White with #F29063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29063; }
p { color: rgb(242,144,99); }
H1.HeaderClassName
{
color: #F29063;
}
.AnyTagClassName
{
color: #F29063;
}
</style>
background-color css
<style>
a { background-color: #F29063; }
a { background-color: rgb(242,144,99); }
div.DivClassName
{
background-color: #F29063;
}
.BgClassName
{
background-color: #F29063;
}
</style>
border-color css
<style>
span { border-color: #F29063; }
span { border-color: rgb(242,144,99); }
td.TdClassName
{
border-color: #F29063;
}
.TagClassName
{
border-color: #F29063;
}
</style>