Shades of Atomic Tangerine #F08D65
Tints of Atomic Tangerine #F08D65
RGB
CMYK
RGB Variations
Color information
#F08D65 (or 0xF08D65) is known color: Atomic Tangerine. HEX triplet: F0, 8D and 65. RGB value is (240,141,101). Sum of RGB (Red+Green+Blue) = 240+141+101=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D65 is #0F729A. Grayscale: #A6A6A6. Windows color (decimal): -1012379 or 6655472. OLE color: 6655472.
HSL color Cylindrical-coordinate representation of color #F08D65: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08D65 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 101 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.06 |
| HSL | 17.27º | 0.82% | 0.67% | - |
| HSV(B) | 17.27º | 0.58% | 0.94% | - |
| XYZ | 47.81 | 38.51 | 17.23 | - |
| YUV | 166.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 101 | 0 | 0.41 | 0.58 | 0.06 | 17.27 | 0.82 | 0.67 |
| Hex | F0 | 8D | 65 | 0 | 29 | 3A | 6 | 11 | 52 | 43 |
| Octal | 360 | 215 | 145 | 0 | 51 | 72 | 6 | 21 | 122 | 103 |
| Binary | 11110000 | 10001101 | 1100101 | 0 | 101001 | 111010 | 110 | 10001 | 1010010 | 1000011 |
Color Harmonies of #F08D65
Complementary color
Monochromatic Colors of #F08D65
Black with #F08D65
Text Example
Text Example
White with #F08D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D65; }
p { color: rgb(240,141,101); }
H1.HeaderClassName
{
color: #F08D65;
}
.AnyTagClassName
{
color: #F08D65;
}
</style>
background-color css
<style>
a { background-color: #F08D65; }
a { background-color: rgb(240,141,101); }
div.DivClassName
{
background-color: #F08D65;
}
.BgClassName
{
background-color: #F08D65;
}
</style>
border-color css
<style>
span { border-color: #F08D65; }
span { border-color: rgb(240,141,101); }
td.TdClassName
{
border-color: #F08D65;
}
.TagClassName
{
border-color: #F08D65;
}
</style>