Shades of Atomic Tangerine #F0976C
Tints of Atomic Tangerine #F0976C
RGB
CMYK
RGB Variations
Color information
#F0976C (or 0xF0976C) is known color: Atomic Tangerine. HEX triplet: F0, 97 and 6C. RGB value is (240,151,108). Sum of RGB (Red+Green+Blue) = 240+151+108=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0976C is #0F6893. Grayscale: #ACACAC. Windows color (decimal): -1009812 or 7116784. OLE color: 7116784.
HSL color Cylindrical-coordinate representation of color #F0976C: hue angle of 19.55º 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 #F0976C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 108 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 19.55º | 0.81% | 0.68% | - |
| HSV(B) | 19.55º | 0.55% | 0.94% | - |
| XYZ | 49.71 | 41.74 | 19.62 | - |
| YUV | 172.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 108 | 0 | 0.37 | 0.55 | 0.06 | 19.55 | 0.81 | 0.68 |
| Hex | F0 | 97 | 6C | 0 | 25 | 37 | 6 | 14 | 51 | 44 |
| Octal | 360 | 227 | 154 | 0 | 45 | 67 | 6 | 24 | 121 | 104 |
| Binary | 11110000 | 10010111 | 1101100 | 0 | 100101 | 110111 | 110 | 10100 | 1010001 | 1000100 |
Color Harmonies of #F0976C
Complementary color
Monochromatic Colors of #F0976C
Black with #F0976C
Text Example
Text Example
White with #F0976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0976C; }
p { color: rgb(240,151,108); }
H1.HeaderClassName
{
color: #F0976C;
}
.AnyTagClassName
{
color: #F0976C;
}
</style>
background-color css
<style>
a { background-color: #F0976C; }
a { background-color: rgb(240,151,108); }
div.DivClassName
{
background-color: #F0976C;
}
.BgClassName
{
background-color: #F0976C;
}
</style>
border-color css
<style>
span { border-color: #F0976C; }
span { border-color: rgb(240,151,108); }
td.TdClassName
{
border-color: #F0976C;
}
.TagClassName
{
border-color: #F0976C;
}
</style>