Shades of Atomic Tangerine #F2986C
Tints of Atomic Tangerine #F2986C
RGB
CMYK
RGB Variations
Color information
#F2986C (or 0xF2986C) is known color: Atomic Tangerine. HEX triplet: F2, 98 and 6C. RGB value is (242,152,108). Sum of RGB (Red+Green+Blue) = 242+152+108=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2986C is #0D6793. Grayscale: #AEAEAE. Windows color (decimal): -878484 or 7117042. OLE color: 7117042.
HSL color Cylindrical-coordinate representation of color #F2986C: hue angle of 19.7º 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 #F2986C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 108 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.05 |
| HSL | 19.7º | 0.84% | 0.69% | - |
| HSV(B) | 19.7º | 0.55% | 0.95% | - |
| XYZ | 50.55 | 42.42 | 19.71 | - |
| YUV | 173.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 108 | 0 | 0.37 | 0.55 | 0.05 | 19.7 | 0.84 | 0.69 |
| Hex | F2 | 98 | 6C | 0 | 25 | 37 | 5 | 14 | 54 | 45 |
| Octal | 362 | 230 | 154 | 0 | 45 | 67 | 5 | 24 | 124 | 105 |
| Binary | 11110010 | 10011000 | 1101100 | 0 | 100101 | 110111 | 101 | 10100 | 1010100 | 1000101 |
Color Harmonies of #F2986C
Complementary color
Monochromatic Colors of #F2986C
Black with #F2986C
Text Example
Text Example
White with #F2986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2986C; }
p { color: rgb(242,152,108); }
H1.HeaderClassName
{
color: #F2986C;
}
.AnyTagClassName
{
color: #F2986C;
}
</style>
background-color css
<style>
a { background-color: #F2986C; }
a { background-color: rgb(242,152,108); }
div.DivClassName
{
background-color: #F2986C;
}
.BgClassName
{
background-color: #F2986C;
}
</style>
border-color css
<style>
span { border-color: #F2986C; }
span { border-color: rgb(242,152,108); }
td.TdClassName
{
border-color: #F2986C;
}
.TagClassName
{
border-color: #F2986C;
}
</style>