Shades of Atomic Tangerine #F09066
Tints of Atomic Tangerine #F09066
RGB
CMYK
RGB Variations
Color information
#F09066 (or 0xF09066) is known color: Atomic Tangerine. HEX triplet: F0, 90 and 66. RGB value is (240,144,102). Sum of RGB (Red+Green+Blue) = 240+144+102=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F09066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09066 is #0F6F99. Grayscale: #A8A8A8. Windows color (decimal): -1011610 or 6721776. OLE color: 6721776.
HSL color Cylindrical-coordinate representation of color #F09066: hue angle of 18.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F09066 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 102 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.06 |
| HSL | 18.26º | 0.82% | 0.67% | - |
| HSV(B) | 18.26º | 0.58% | 0.94% | - |
| XYZ | 48.31 | 39.43 | 17.64 | - |
| YUV | 167.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 102 | 0 | 0.4 | 0.58 | 0.06 | 18.26 | 0.82 | 0.67 |
| Hex | F0 | 90 | 66 | 0 | 28 | 3A | 6 | 12 | 52 | 43 |
| Octal | 360 | 220 | 146 | 0 | 50 | 72 | 6 | 22 | 122 | 103 |
| Binary | 11110000 | 10010000 | 1100110 | 0 | 101000 | 111010 | 110 | 10010 | 1010010 | 1000011 |
Color Harmonies of #F09066
Complementary color
Monochromatic Colors of #F09066
Black with #F09066
Text Example
Text Example
White with #F09066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09066; }
p { color: rgb(240,144,102); }
H1.HeaderClassName
{
color: #F09066;
}
.AnyTagClassName
{
color: #F09066;
}
</style>
background-color css
<style>
a { background-color: #F09066; }
a { background-color: rgb(240,144,102); }
div.DivClassName
{
background-color: #F09066;
}
.BgClassName
{
background-color: #F09066;
}
</style>
border-color css
<style>
span { border-color: #F09066; }
span { border-color: rgb(240,144,102); }
td.TdClassName
{
border-color: #F09066;
}
.TagClassName
{
border-color: #F09066;
}
</style>