Shades of Atomic Tangerine #F0966C
Tints of Atomic Tangerine #F0966C
RGB
CMYK
RGB Variations
Color information
#F0966C (or 0xF0966C) is known color: Atomic Tangerine. HEX triplet: F0, 96 and 6C. RGB value is (240,150,108). Sum of RGB (Red+Green+Blue) = 240+150+108=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0966C is #0F6993. Grayscale: #ACACAC. Windows color (decimal): -1010068 or 7116528. OLE color: 7116528.
HSL color Cylindrical-coordinate representation of color #F0966C: hue angle of 19.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0966C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 108 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 19.09º | 0.81% | 0.68% | - |
| HSV(B) | 19.09º | 0.55% | 0.94% | - |
| XYZ | 49.55 | 41.42 | 19.57 | - |
| YUV | 172.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 108 | 0 | 0.37 | 0.55 | 0.06 | 19.09 | 0.81 | 0.68 |
| Hex | F0 | 96 | 6C | 0 | 25 | 37 | 6 | 13 | 51 | 44 |
| Octal | 360 | 226 | 154 | 0 | 45 | 67 | 6 | 23 | 121 | 104 |
| Binary | 11110000 | 10010110 | 1101100 | 0 | 100101 | 110111 | 110 | 10011 | 1010001 | 1000100 |
Color Harmonies of #F0966C
Complementary color
Monochromatic Colors of #F0966C
Black with #F0966C
Text Example
Text Example
White with #F0966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0966C; }
p { color: rgb(240,150,108); }
H1.HeaderClassName
{
color: #F0966C;
}
.AnyTagClassName
{
color: #F0966C;
}
</style>
background-color css
<style>
a { background-color: #F0966C; }
a { background-color: rgb(240,150,108); }
div.DivClassName
{
background-color: #F0966C;
}
.BgClassName
{
background-color: #F0966C;
}
</style>
border-color css
<style>
span { border-color: #F0966C; }
span { border-color: rgb(240,150,108); }
td.TdClassName
{
border-color: #F0966C;
}
.TagClassName
{
border-color: #F0966C;
}
</style>