Shades of Atomic Tangerine #F28C66
Tints of Atomic Tangerine #F28C66
RGB
CMYK
RGB Variations
Color information
#F28C66 (or 0xF28C66) is known color: Atomic Tangerine. HEX triplet: F2, 8C and 66. RGB value is (242,140,102). Sum of RGB (Red+Green+Blue) = 242+140+102=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C66 is #0D7399. Grayscale: #A6A6A6. Windows color (decimal): -881562 or 6720754. OLE color: 6720754.
HSL color Cylindrical-coordinate representation of color #F28C66: hue angle of 16.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28C66 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 102 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.05 |
| HSL | 16.29º | 0.84% | 0.67% | - |
| HSV(B) | 16.29º | 0.58% | 0.95% | - |
| XYZ | 48.39 | 38.59 | 17.47 | - |
| YUV | 166.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 102 | 0 | 0.42 | 0.58 | 0.05 | 16.29 | 0.84 | 0.67 |
| Hex | F2 | 8C | 66 | 0 | 2A | 3A | 5 | 10 | 54 | 43 |
| Octal | 362 | 214 | 146 | 0 | 52 | 72 | 5 | 20 | 124 | 103 |
| Binary | 11110010 | 10001100 | 1100110 | 0 | 101010 | 111010 | 101 | 10000 | 1010100 | 1000011 |
Color Harmonies of #F28C66
Complementary color
Monochromatic Colors of #F28C66
Black with #F28C66
Text Example
Text Example
White with #F28C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C66; }
p { color: rgb(242,140,102); }
H1.HeaderClassName
{
color: #F28C66;
}
.AnyTagClassName
{
color: #F28C66;
}
</style>
background-color css
<style>
a { background-color: #F28C66; }
a { background-color: rgb(242,140,102); }
div.DivClassName
{
background-color: #F28C66;
}
.BgClassName
{
background-color: #F28C66;
}
</style>
border-color css
<style>
span { border-color: #F28C66; }
span { border-color: rgb(242,140,102); }
td.TdClassName
{
border-color: #F28C66;
}
.TagClassName
{
border-color: #F28C66;
}
</style>