Shades of Atomic Tangerine #F28B68
Tints of Atomic Tangerine #F28B68
RGB
CMYK
RGB Variations
Color information
#F28B68 (or 0xF28B68) is known color: Atomic Tangerine. HEX triplet: F2, 8B and 68. RGB value is (242,139,104). Sum of RGB (Red+Green+Blue) = 242+139+104=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B68 is #0D7497. Grayscale: #A6A6A6. Windows color (decimal): -881816 or 6851570. OLE color: 6851570.
HSL color Cylindrical-coordinate representation of color #F28B68: hue angle of 15.22º 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 #F28B68 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 15.22º | 0.84% | 0.68% | - |
| HSV(B) | 15.22º | 0.57% | 0.95% | - |
| XYZ | 48.35 | 38.34 | 17.95 | - |
| YUV | 165.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 104 | 0 | 0.43 | 0.57 | 0.05 | 15.22 | 0.84 | 0.68 |
| Hex | F2 | 8B | 68 | 0 | 2B | 39 | 5 | F | 54 | 44 |
| Octal | 362 | 213 | 150 | 0 | 53 | 71 | 5 | 17 | 124 | 104 |
| Binary | 11110010 | 10001011 | 1101000 | 0 | 101011 | 111001 | 101 | 1111 | 1010100 | 1000100 |
Color Harmonies of #F28B68
Complementary color
Monochromatic Colors of #F28B68
Black with #F28B68
Text Example
Text Example
White with #F28B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B68; }
p { color: rgb(242,139,104); }
H1.HeaderClassName
{
color: #F28B68;
}
.AnyTagClassName
{
color: #F28B68;
}
</style>
background-color css
<style>
a { background-color: #F28B68; }
a { background-color: rgb(242,139,104); }
div.DivClassName
{
background-color: #F28B68;
}
.BgClassName
{
background-color: #F28B68;
}
</style>
border-color css
<style>
span { border-color: #F28B68; }
span { border-color: rgb(242,139,104); }
td.TdClassName
{
border-color: #F28B68;
}
.TagClassName
{
border-color: #F28B68;
}
</style>