Shades of Atomic Tangerine #F28E6A
Tints of Atomic Tangerine #F28E6A
RGB
CMYK
RGB Variations
Color information
#F28E6A (or 0xF28E6A) is known color: Atomic Tangerine. HEX triplet: F2, 8E and 6A. RGB value is (242,142,106). Sum of RGB (Red+Green+Blue) = 242+142+106=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E6A is #0D7195. Grayscale: #A8A8A8. Windows color (decimal): -881046 or 6983410. OLE color: 6983410.
HSL color Cylindrical-coordinate representation of color #F28E6A: hue angle of 15.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F28E6A is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 106 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.05 |
| HSL | 15.88º | 0.84% | 0.68% | - |
| HSV(B) | 15.88º | 0.56% | 0.95% | - |
| XYZ | 48.89 | 39.26 | 18.64 | - |
| YUV | 167.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 106 | 0 | 0.41 | 0.56 | 0.05 | 15.88 | 0.84 | 0.68 |
| Hex | F2 | 8E | 6A | 0 | 29 | 38 | 5 | 10 | 54 | 44 |
| Octal | 362 | 216 | 152 | 0 | 51 | 70 | 5 | 20 | 124 | 104 |
| Binary | 11110010 | 10001110 | 1101010 | 0 | 101001 | 111000 | 101 | 10000 | 1010100 | 1000100 |
Color Harmonies of #F28E6A
Complementary color
Monochromatic Colors of #F28E6A
Black with #F28E6A
Text Example
Text Example
White with #F28E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E6A; }
p { color: rgb(242,142,106); }
H1.HeaderClassName
{
color: #F28E6A;
}
.AnyTagClassName
{
color: #F28E6A;
}
</style>
background-color css
<style>
a { background-color: #F28E6A; }
a { background-color: rgb(242,142,106); }
div.DivClassName
{
background-color: #F28E6A;
}
.BgClassName
{
background-color: #F28E6A;
}
</style>
border-color css
<style>
span { border-color: #F28E6A; }
span { border-color: rgb(242,142,106); }
td.TdClassName
{
border-color: #F28E6A;
}
.TagClassName
{
border-color: #F28E6A;
}
</style>