Shades of Atomic Tangerine #F08F64
Tints of Atomic Tangerine #F08F64
RGB
CMYK
RGB Variations
Color information
#F08F64 (or 0xF08F64) is known color: Atomic Tangerine. HEX triplet: F0, 8F and 64. RGB value is (240,143,100). Sum of RGB (Red+Green+Blue) = 240+143+100=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F64 is #0F709B. Grayscale: #A7A7A7. Windows color (decimal): -1011868 or 6590448. OLE color: 6590448.
HSL color Cylindrical-coordinate representation of color #F08F64: hue angle of 18.43º 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 #F08F64 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 100 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.06 |
| HSL | 18.43º | 0.82% | 0.67% | - |
| HSV(B) | 18.43º | 0.58% | 0.94% | - |
| XYZ | 48.06 | 39.09 | 17.07 | - |
| YUV | 167.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 100 | 0 | 0.40 | 0.58 | 0.06 | 18.43 | 0.82 | 0.67 |
| Hex | F0 | 8F | 64 | 0 | 28 | 3A | 6 | 12 | 52 | 43 |
| Octal | 360 | 217 | 144 | 0 | 50 | 72 | 6 | 22 | 122 | 103 |
| Binary | 11110000 | 10001111 | 1100100 | 0 | 101000 | 111010 | 110 | 10010 | 1010010 | 1000011 |
Color Harmonies of #F08F64
Complementary color
Monochromatic Colors of #F08F64
Black with #F08F64
Text Example
Text Example
White with #F08F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F64; }
p { color: rgb(240,143,100); }
H1.HeaderClassName
{
color: #F08F64;
}
.AnyTagClassName
{
color: #F08F64;
}
</style>
background-color css
<style>
a { background-color: #F08F64; }
a { background-color: rgb(240,143,100); }
div.DivClassName
{
background-color: #F08F64;
}
.BgClassName
{
background-color: #F08F64;
}
</style>
border-color css
<style>
span { border-color: #F08F64; }
span { border-color: rgb(240,143,100); }
td.TdClassName
{
border-color: #F08F64;
}
.TagClassName
{
border-color: #F08F64;
}
</style>