Shades of Atomic Tangerine #F28E64
Tints of Atomic Tangerine #F28E64
RGB
CMYK
RGB Variations
Color information
#F28E64 (or 0xF28E64) is known color: Atomic Tangerine. HEX triplet: F2, 8E and 64. RGB value is (242,142,100). Sum of RGB (Red+Green+Blue) = 242+142+100=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E64 is #0D719B. Grayscale: #A7A7A7. Windows color (decimal): -881052 or 6590194. OLE color: 6590194.
HSL color Cylindrical-coordinate representation of color #F28E64: hue angle of 17.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28E64 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 100 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.05 |
| HSL | 17.75º | 0.85% | 0.67% | - |
| HSV(B) | 17.75º | 0.59% | 0.95% | - |
| XYZ | 48.59 | 39.14 | 17.05 | - |
| YUV | 167.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 100 | 0 | 0.41 | 0.59 | 0.05 | 17.75 | 0.85 | 0.67 |
| Hex | F2 | 8E | 64 | 0 | 29 | 3B | 5 | 12 | 55 | 43 |
| Octal | 362 | 216 | 144 | 0 | 51 | 73 | 5 | 22 | 125 | 103 |
| Binary | 11110010 | 10001110 | 1100100 | 0 | 101001 | 111011 | 101 | 10010 | 1010101 | 1000011 |
Color Harmonies of #F28E64
Complementary color
Monochromatic Colors of #F28E64
Black with #F28E64
Text Example
Text Example
White with #F28E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E64; }
p { color: rgb(242,142,100); }
H1.HeaderClassName
{
color: #F28E64;
}
.AnyTagClassName
{
color: #F28E64;
}
</style>
background-color css
<style>
a { background-color: #F28E64; }
a { background-color: rgb(242,142,100); }
div.DivClassName
{
background-color: #F28E64;
}
.BgClassName
{
background-color: #F28E64;
}
</style>
border-color css
<style>
span { border-color: #F28E64; }
span { border-color: rgb(242,142,100); }
td.TdClassName
{
border-color: #F28E64;
}
.TagClassName
{
border-color: #F28E64;
}
</style>