Shades of Atomic Tangerine #F08D67
Tints of Atomic Tangerine #F08D67
RGB
CMYK
RGB Variations
Color information
#F08D67 (or 0xF08D67) is known color: Atomic Tangerine. HEX triplet: F0, 8D and 67. RGB value is (240,141,103). Sum of RGB (Red+Green+Blue) = 240+141+103=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D67 is #0F7298. Grayscale: #A6A6A6. Windows color (decimal): -1012377 or 6786544. OLE color: 6786544.
HSL color Cylindrical-coordinate representation of color #F08D67: hue angle of 16.64º 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 #F08D67 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 103 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.06 |
| HSL | 16.64º | 0.82% | 0.67% | - |
| HSV(B) | 16.64º | 0.57% | 0.94% | - |
| XYZ | 47.91 | 38.55 | 17.75 | - |
| YUV | 166.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 103 | 0 | 0.41 | 0.57 | 0.06 | 16.64 | 0.82 | 0.67 |
| Hex | F0 | 8D | 67 | 0 | 29 | 39 | 6 | 11 | 52 | 43 |
| Octal | 360 | 215 | 147 | 0 | 51 | 71 | 6 | 21 | 122 | 103 |
| Binary | 11110000 | 10001101 | 1100111 | 0 | 101001 | 111001 | 110 | 10001 | 1010010 | 1000011 |
Color Harmonies of #F08D67
Complementary color
Monochromatic Colors of #F08D67
Black with #F08D67
Text Example
Text Example
White with #F08D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D67; }
p { color: rgb(240,141,103); }
H1.HeaderClassName
{
color: #F08D67;
}
.AnyTagClassName
{
color: #F08D67;
}
</style>
background-color css
<style>
a { background-color: #F08D67; }
a { background-color: rgb(240,141,103); }
div.DivClassName
{
background-color: #F08D67;
}
.BgClassName
{
background-color: #F08D67;
}
</style>
border-color css
<style>
span { border-color: #F08D67; }
span { border-color: rgb(240,141,103); }
td.TdClassName
{
border-color: #F08D67;
}
.TagClassName
{
border-color: #F08D67;
}
</style>