Shades of Atomic Tangerine #F28D68
Tints of Atomic Tangerine #F28D68
RGB
CMYK
RGB Variations
Color information
#F28D68 (or 0xF28D68) is known color: Atomic Tangerine. HEX triplet: F2, 8D and 68. RGB value is (242,141,104). Sum of RGB (Red+Green+Blue) = 242+141+104=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D68 is #0D7297. Grayscale: #A7A7A7. Windows color (decimal): -881304 or 6852082. OLE color: 6852082.
HSL color Cylindrical-coordinate representation of color #F28D68: hue angle of 16.09º 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 #F28D68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 104 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.05 |
| HSL | 16.09º | 0.84% | 0.68% | - |
| HSV(B) | 16.09º | 0.57% | 0.95% | - |
| XYZ | 48.64 | 38.93 | 18.05 | - |
| YUV | 166.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 104 | 0 | 0.42 | 0.57 | 0.05 | 16.09 | 0.84 | 0.68 |
| Hex | F2 | 8D | 68 | 0 | 2A | 39 | 5 | 10 | 54 | 44 |
| Octal | 362 | 215 | 150 | 0 | 52 | 71 | 5 | 20 | 124 | 104 |
| Binary | 11110010 | 10001101 | 1101000 | 0 | 101010 | 111001 | 101 | 10000 | 1010100 | 1000100 |
Color Harmonies of #F28D68
Complementary color
Monochromatic Colors of #F28D68
Black with #F28D68
Text Example
Text Example
White with #F28D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D68; }
p { color: rgb(242,141,104); }
H1.HeaderClassName
{
color: #F28D68;
}
.AnyTagClassName
{
color: #F28D68;
}
</style>
background-color css
<style>
a { background-color: #F28D68; }
a { background-color: rgb(242,141,104); }
div.DivClassName
{
background-color: #F28D68;
}
.BgClassName
{
background-color: #F28D68;
}
</style>
border-color css
<style>
span { border-color: #F28D68; }
span { border-color: rgb(242,141,104); }
td.TdClassName
{
border-color: #F28D68;
}
.TagClassName
{
border-color: #F28D68;
}
</style>