Shades of Atomic Tangerine #F28F68
Tints of Atomic Tangerine #F28F68
RGB
CMYK
RGB Variations
Color information
#F28F68 (or 0xF28F68) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 68. RGB value is (242,143,104). Sum of RGB (Red+Green+Blue) = 242+143+104=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F68 is #0D7097. Grayscale: #A8A8A8. Windows color (decimal): -880792 or 6852594. OLE color: 6852594.
HSL color Cylindrical-coordinate representation of color #F28F68: hue angle of 16.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28F68 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 104 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.05 |
| HSL | 16.96º | 0.84% | 0.68% | - |
| HSV(B) | 16.96º | 0.57% | 0.95% | - |
| XYZ | 48.94 | 39.52 | 18.15 | - |
| YUV | 168.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 104 | 0 | 0.41 | 0.57 | 0.05 | 16.96 | 0.84 | 0.68 |
| Hex | F2 | 8F | 68 | 0 | 29 | 39 | 5 | 11 | 54 | 44 |
| Octal | 362 | 217 | 150 | 0 | 51 | 71 | 5 | 21 | 124 | 104 |
| Binary | 11110010 | 10001111 | 1101000 | 0 | 101001 | 111001 | 101 | 10001 | 1010100 | 1000100 |
Color Harmonies of #F28F68
Complementary color
Monochromatic Colors of #F28F68
Black with #F28F68
Text Example
Text Example
White with #F28F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F68; }
p { color: rgb(242,143,104); }
H1.HeaderClassName
{
color: #F28F68;
}
.AnyTagClassName
{
color: #F28F68;
}
</style>
background-color css
<style>
a { background-color: #F28F68; }
a { background-color: rgb(242,143,104); }
div.DivClassName
{
background-color: #F28F68;
}
.BgClassName
{
background-color: #F28F68;
}
</style>
border-color css
<style>
span { border-color: #F28F68; }
span { border-color: rgb(242,143,104); }
td.TdClassName
{
border-color: #F28F68;
}
.TagClassName
{
border-color: #F28F68;
}
</style>