Shades of Atomic Tangerine #F0996A
Tints of Atomic Tangerine #F0996A
RGB
CMYK
RGB Variations
Color information
#F0996A (or 0xF0996A) is known color: Atomic Tangerine. HEX triplet: F0, 99 and 6A. RGB value is (240,153,106). Sum of RGB (Red+Green+Blue) = 240+153+106=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0996A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0996A is #0F6695. Grayscale: #ADADAD. Windows color (decimal): -1009302 or 6986224. OLE color: 6986224.
HSL color Cylindrical-coordinate representation of color #F0996A: hue angle of 21.04º 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 #F0996A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 106 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.06 |
| HSL | 21.04º | 0.82% | 0.68% | - |
| HSV(B) | 21.04º | 0.56% | 0.94% | - |
| XYZ | 49.93 | 42.35 | 19.18 | - |
| YUV | 173.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 106 | 0 | 0.36 | 0.56 | 0.06 | 21.04 | 0.82 | 0.68 |
| Hex | F0 | 99 | 6A | 0 | 24 | 38 | 6 | 15 | 52 | 44 |
| Octal | 360 | 231 | 152 | 0 | 44 | 70 | 6 | 25 | 122 | 104 |
| Binary | 11110000 | 10011001 | 1101010 | 0 | 100100 | 111000 | 110 | 10101 | 1010010 | 1000100 |
Color Harmonies of #F0996A
Complementary color
Monochromatic Colors of #F0996A
Black with #F0996A
Text Example
Text Example
White with #F0996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0996A; }
p { color: rgb(240,153,106); }
H1.HeaderClassName
{
color: #F0996A;
}
.AnyTagClassName
{
color: #F0996A;
}
</style>
background-color css
<style>
a { background-color: #F0996A; }
a { background-color: rgb(240,153,106); }
div.DivClassName
{
background-color: #F0996A;
}
.BgClassName
{
background-color: #F0996A;
}
</style>
border-color css
<style>
span { border-color: #F0996A; }
span { border-color: rgb(240,153,106); }
td.TdClassName
{
border-color: #F0996A;
}
.TagClassName
{
border-color: #F0996A;
}
</style>