Shades of Atomic Tangerine #F2986A
Tints of Atomic Tangerine #F2986A
RGB
CMYK
RGB Variations
Color information
#F2986A (or 0xF2986A) is known color: Atomic Tangerine. HEX triplet: F2, 98 and 6A. RGB value is (242,152,106). Sum of RGB (Red+Green+Blue) = 242+152+106=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2986A is #0D6795. Grayscale: #ADADAD. Windows color (decimal): -878486 or 6985970. OLE color: 6985970.
HSL color Cylindrical-coordinate representation of color #F2986A: hue angle of 20.29º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2986A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 106 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.05 |
| HSL | 20.29º | 0.84% | 0.68% | - |
| HSV(B) | 20.29º | 0.56% | 0.95% | - |
| XYZ | 50.45 | 42.37 | 19.16 | - |
| YUV | 173.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 106 | 0 | 0.37 | 0.56 | 0.05 | 20.29 | 0.84 | 0.68 |
| Hex | F2 | 98 | 6A | 0 | 25 | 38 | 5 | 14 | 54 | 44 |
| Octal | 362 | 230 | 152 | 0 | 45 | 70 | 5 | 24 | 124 | 104 |
| Binary | 11110010 | 10011000 | 1101010 | 0 | 100101 | 111000 | 101 | 10100 | 1010100 | 1000100 |
Color Harmonies of #F2986A
Complementary color
Monochromatic Colors of #F2986A
Black with #F2986A
Text Example
Text Example
White with #F2986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2986A; }
p { color: rgb(242,152,106); }
H1.HeaderClassName
{
color: #F2986A;
}
.AnyTagClassName
{
color: #F2986A;
}
</style>
background-color css
<style>
a { background-color: #F2986A; }
a { background-color: rgb(242,152,106); }
div.DivClassName
{
background-color: #F2986A;
}
.BgClassName
{
background-color: #F2986A;
}
</style>
border-color css
<style>
span { border-color: #F2986A; }
span { border-color: rgb(242,152,106); }
td.TdClassName
{
border-color: #F2986A;
}
.TagClassName
{
border-color: #F2986A;
}
</style>