Shades of Atomic Tangerine #F0976B
Tints of Atomic Tangerine #F0976B
RGB
CMYK
RGB Variations
Color information
#F0976B (or 0xF0976B) is known color: Atomic Tangerine. HEX triplet: F0, 97 and 6B. RGB value is (240,151,107). Sum of RGB (Red+Green+Blue) = 240+151+107=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0976B is #0F6894. Grayscale: #ACACAC. Windows color (decimal): -1009813 or 7051248. OLE color: 7051248.
HSL color Cylindrical-coordinate representation of color #F0976B: hue angle of 19.85º 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 #F0976B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 107 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 19.85º | 0.82% | 0.68% | - |
| HSV(B) | 19.85º | 0.55% | 0.94% | - |
| XYZ | 49.66 | 41.72 | 19.35 | - |
| YUV | 172.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 107 | 0 | 0.37 | 0.55 | 0.06 | 19.85 | 0.82 | 0.68 |
| Hex | F0 | 97 | 6B | 0 | 25 | 37 | 6 | 14 | 52 | 44 |
| Octal | 360 | 227 | 153 | 0 | 45 | 67 | 6 | 24 | 122 | 104 |
| Binary | 11110000 | 10010111 | 1101011 | 0 | 100101 | 110111 | 110 | 10100 | 1010010 | 1000100 |
Color Harmonies of #F0976B
Complementary color
Monochromatic Colors of #F0976B
Black with #F0976B
Text Example
Text Example
White with #F0976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0976B; }
p { color: rgb(240,151,107); }
H1.HeaderClassName
{
color: #F0976B;
}
.AnyTagClassName
{
color: #F0976B;
}
</style>
background-color css
<style>
a { background-color: #F0976B; }
a { background-color: rgb(240,151,107); }
div.DivClassName
{
background-color: #F0976B;
}
.BgClassName
{
background-color: #F0976B;
}
</style>
border-color css
<style>
span { border-color: #F0976B; }
span { border-color: rgb(240,151,107); }
td.TdClassName
{
border-color: #F0976B;
}
.TagClassName
{
border-color: #F0976B;
}
</style>