Shades of Atomic Tangerine #F09068
Tints of Atomic Tangerine #F09068
RGB
CMYK
RGB Variations
Color information
#F09068 (or 0xF09068) is known color: Atomic Tangerine. HEX triplet: F0, 90 and 68. RGB value is (240,144,104). Sum of RGB (Red+Green+Blue) = 240+144+104=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F09068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09068 is #0F6F97. Grayscale: #A8A8A8. Windows color (decimal): -1011608 or 6852848. OLE color: 6852848.
HSL color Cylindrical-coordinate representation of color #F09068: hue angle of 17.65º 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 #F09068 is Cyan = 0, Magento = 0.4, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 104 | - |
| CMYK | 0 | 0.4 | 0.57 | 0.06 |
| HSL | 17.65º | 0.82% | 0.67% | - |
| HSV(B) | 17.65º | 0.57% | 0.94% | - |
| XYZ | 48.41 | 39.47 | 18.16 | - |
| YUV | 168.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 104 | 0 | 0.4 | 0.57 | 0.06 | 17.65 | 0.82 | 0.67 |
| Hex | F0 | 90 | 68 | 0 | 28 | 39 | 6 | 12 | 52 | 43 |
| Octal | 360 | 220 | 150 | 0 | 50 | 71 | 6 | 22 | 122 | 103 |
| Binary | 11110000 | 10010000 | 1101000 | 0 | 101000 | 111001 | 110 | 10010 | 1010010 | 1000011 |
Color Harmonies of #F09068
Complementary color
Monochromatic Colors of #F09068
Black with #F09068
Text Example
Text Example
White with #F09068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09068; }
p { color: rgb(240,144,104); }
H1.HeaderClassName
{
color: #F09068;
}
.AnyTagClassName
{
color: #F09068;
}
</style>
background-color css
<style>
a { background-color: #F09068; }
a { background-color: rgb(240,144,104); }
div.DivClassName
{
background-color: #F09068;
}
.BgClassName
{
background-color: #F09068;
}
</style>
border-color css
<style>
span { border-color: #F09068; }
span { border-color: rgb(240,144,104); }
td.TdClassName
{
border-color: #F09068;
}
.TagClassName
{
border-color: #F09068;
}
</style>