Shades of Atomic Tangerine #F0966B
Tints of Atomic Tangerine #F0966B
RGB
CMYK
RGB Variations
Color information
#F0966B (or 0xF0966B) is known color: Atomic Tangerine. HEX triplet: F0, 96 and 6B. RGB value is (240,150,107). Sum of RGB (Red+Green+Blue) = 240+150+107=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0966B is #0F6994. Grayscale: #ACACAC. Windows color (decimal): -1010069 or 7050992. OLE color: 7050992.
HSL color Cylindrical-coordinate representation of color #F0966B: hue angle of 19.4º degrees, saturation: 0.82, 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 #F0966B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 107 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 19.4º | 0.82% | 0.68% | - |
| HSV(B) | 19.4º | 0.55% | 0.94% | - |
| XYZ | 49.5 | 41.4 | 19.29 | - |
| YUV | 172.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 107 | 0 | 0.37 | 0.55 | 0.06 | 19.4 | 0.82 | 0.68 |
| Hex | F0 | 96 | 6B | 0 | 25 | 37 | 6 | 13 | 52 | 44 |
| Octal | 360 | 226 | 153 | 0 | 45 | 67 | 6 | 23 | 122 | 104 |
| Binary | 11110000 | 10010110 | 1101011 | 0 | 100101 | 110111 | 110 | 10011 | 1010010 | 1000100 |
Color Harmonies of #F0966B
Complementary color
Monochromatic Colors of #F0966B
Black with #F0966B
Text Example
Text Example
White with #F0966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0966B; }
p { color: rgb(240,150,107); }
H1.HeaderClassName
{
color: #F0966B;
}
.AnyTagClassName
{
color: #F0966B;
}
</style>
background-color css
<style>
a { background-color: #F0966B; }
a { background-color: rgb(240,150,107); }
div.DivClassName
{
background-color: #F0966B;
}
.BgClassName
{
background-color: #F0966B;
}
</style>
border-color css
<style>
span { border-color: #F0966B; }
span { border-color: rgb(240,150,107); }
td.TdClassName
{
border-color: #F0966B;
}
.TagClassName
{
border-color: #F0966B;
}
</style>