Shades of Atomic Tangerine #F28F66
Tints of Atomic Tangerine #F28F66
RGB
CMYK
RGB Variations
Color information
#F28F66 (or 0xF28F66) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 66. RGB value is (242,143,102). Sum of RGB (Red+Green+Blue) = 242+143+102=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F66 is #0D7099. Grayscale: #A8A8A8. Windows color (decimal): -880794 or 6721522. OLE color: 6721522.
HSL color Cylindrical-coordinate representation of color #F28F66: hue angle of 17.57º 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 #F28F66 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 102 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.05 |
| HSL | 17.57º | 0.84% | 0.67% | - |
| HSV(B) | 17.57º | 0.58% | 0.95% | - |
| XYZ | 48.84 | 39.48 | 17.62 | - |
| YUV | 167.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 102 | 0 | 0.41 | 0.58 | 0.05 | 17.57 | 0.84 | 0.67 |
| Hex | F2 | 8F | 66 | 0 | 29 | 3A | 5 | 12 | 54 | 43 |
| Octal | 362 | 217 | 146 | 0 | 51 | 72 | 5 | 22 | 124 | 103 |
| Binary | 11110010 | 10001111 | 1100110 | 0 | 101001 | 111010 | 101 | 10010 | 1010100 | 1000011 |
Color Harmonies of #F28F66
Complementary color
Monochromatic Colors of #F28F66
Black with #F28F66
Text Example
Text Example
White with #F28F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F66; }
p { color: rgb(242,143,102); }
H1.HeaderClassName
{
color: #F28F66;
}
.AnyTagClassName
{
color: #F28F66;
}
</style>
background-color css
<style>
a { background-color: #F28F66; }
a { background-color: rgb(242,143,102); }
div.DivClassName
{
background-color: #F28F66;
}
.BgClassName
{
background-color: #F28F66;
}
</style>
border-color css
<style>
span { border-color: #F28F66; }
span { border-color: rgb(242,143,102); }
td.TdClassName
{
border-color: #F28F66;
}
.TagClassName
{
border-color: #F28F66;
}
</style>