Shades of Atomic Tangerine #F2986D
Tints of Atomic Tangerine #F2986D
RGB
CMYK
RGB Variations
Color information
#F2986D (or 0xF2986D) is known color: Atomic Tangerine. HEX triplet: F2, 98 and 6D. RGB value is (242,152,109). Sum of RGB (Red+Green+Blue) = 242+152+109=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2986D is #0D6792. Grayscale: #AEAEAE. Windows color (decimal): -878483 or 7182578. OLE color: 7182578.
HSL color Cylindrical-coordinate representation of color #F2986D: hue angle of 19.4º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2986D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 109 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.05 |
| HSL | 19.4º | 0.84% | 0.69% | - |
| HSV(B) | 19.4º | 0.55% | 0.95% | - |
| XYZ | 50.61 | 42.44 | 19.99 | - |
| YUV | 174.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 109 | 0 | 0.37 | 0.55 | 0.05 | 19.4 | 0.84 | 0.69 |
| Hex | F2 | 98 | 6D | 0 | 25 | 37 | 5 | 13 | 54 | 45 |
| Octal | 362 | 230 | 155 | 0 | 45 | 67 | 5 | 23 | 124 | 105 |
| Binary | 11110010 | 10011000 | 1101101 | 0 | 100101 | 110111 | 101 | 10011 | 1010100 | 1000101 |
Color Harmonies of #F2986D
Complementary color
Monochromatic Colors of #F2986D
Black with #F2986D
Text Example
Text Example
White with #F2986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2986D; }
p { color: rgb(242,152,109); }
H1.HeaderClassName
{
color: #F2986D;
}
.AnyTagClassName
{
color: #F2986D;
}
</style>
background-color css
<style>
a { background-color: #F2986D; }
a { background-color: rgb(242,152,109); }
div.DivClassName
{
background-color: #F2986D;
}
.BgClassName
{
background-color: #F2986D;
}
</style>
border-color css
<style>
span { border-color: #F2986D; }
span { border-color: rgb(242,152,109); }
td.TdClassName
{
border-color: #F2986D;
}
.TagClassName
{
border-color: #F2986D;
}
</style>