Shades of Atomic Tangerine #F09560
Tints of Atomic Tangerine #F09560
RGB
CMYK
RGB Variations
Color information
#F09560 (or 0xF09560) is known color: Atomic Tangerine. HEX triplet: F0, 95 and 60. RGB value is (240,149,96). Sum of RGB (Red+Green+Blue) = 240+149+96=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F09560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09560 is #0F6A9F. Grayscale: #AAAAAA. Windows color (decimal): -1010336 or 6329840. OLE color: 6329840.
HSL color Cylindrical-coordinate representation of color #F09560: hue angle of 22.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F09560 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 96 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.06 |
| HSL | 22.08º | 0.83% | 0.66% | - |
| HSV(B) | 22.08º | 0.6% | 0.94% | - |
| XYZ | 48.79 | 40.86 | 16.38 | - |
| YUV | 170.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 96 | 0 | 0.38 | 0.6 | 0.06 | 22.08 | 0.83 | 0.66 |
| Hex | F0 | 95 | 60 | 0 | 26 | 3C | 6 | 16 | 53 | 42 |
| Octal | 360 | 225 | 140 | 0 | 46 | 74 | 6 | 26 | 123 | 102 |
| Binary | 11110000 | 10010101 | 1100000 | 0 | 100110 | 111100 | 110 | 10110 | 1010011 | 1000010 |
Color Harmonies of #F09560
Complementary color
Monochromatic Colors of #F09560
Black with #F09560
Text Example
Text Example
White with #F09560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09560; }
p { color: rgb(240,149,96); }
H1.HeaderClassName
{
color: #F09560;
}
.AnyTagClassName
{
color: #F09560;
}
</style>
background-color css
<style>
a { background-color: #F09560; }
a { background-color: rgb(240,149,96); }
div.DivClassName
{
background-color: #F09560;
}
.BgClassName
{
background-color: #F09560;
}
</style>
border-color css
<style>
span { border-color: #F09560; }
span { border-color: rgb(240,149,96); }
td.TdClassName
{
border-color: #F09560;
}
.TagClassName
{
border-color: #F09560;
}
</style>