Shades of Atomic Tangerine #F0986A
Tints of Atomic Tangerine #F0986A
RGB
CMYK
RGB Variations
Color information
#F0986A (or 0xF0986A) is known color: Atomic Tangerine. HEX triplet: F0, 98 and 6A. RGB value is (240,152,106). Sum of RGB (Red+Green+Blue) = 240+152+106=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0986A is #0F6795. Grayscale: #ADADAD. Windows color (decimal): -1009558 or 6985968. OLE color: 6985968.
HSL color Cylindrical-coordinate representation of color #F0986A: hue angle of 20.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0986A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 106 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.06 |
| HSL | 20.6º | 0.82% | 0.68% | - |
| HSV(B) | 20.6º | 0.56% | 0.94% | - |
| XYZ | 49.76 | 42.02 | 19.12 | - |
| YUV | 173.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 106 | 0 | 0.37 | 0.56 | 0.06 | 20.6 | 0.82 | 0.68 |
| Hex | F0 | 98 | 6A | 0 | 25 | 38 | 6 | 15 | 52 | 44 |
| Octal | 360 | 230 | 152 | 0 | 45 | 70 | 6 | 25 | 122 | 104 |
| Binary | 11110000 | 10011000 | 1101010 | 0 | 100101 | 111000 | 110 | 10101 | 1010010 | 1000100 |
Color Harmonies of #F0986A
Complementary color
Monochromatic Colors of #F0986A
Black with #F0986A
Text Example
Text Example
White with #F0986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0986A; }
p { color: rgb(240,152,106); }
H1.HeaderClassName
{
color: #F0986A;
}
.AnyTagClassName
{
color: #F0986A;
}
</style>
background-color css
<style>
a { background-color: #F0986A; }
a { background-color: rgb(240,152,106); }
div.DivClassName
{
background-color: #F0986A;
}
.BgClassName
{
background-color: #F0986A;
}
</style>
border-color css
<style>
span { border-color: #F0986A; }
span { border-color: rgb(240,152,106); }
td.TdClassName
{
border-color: #F0986A;
}
.TagClassName
{
border-color: #F0986A;
}
</style>