Shades of Atomic Tangerine #F28C65
Tints of Atomic Tangerine #F28C65
RGB
CMYK
RGB Variations
Color information
#F28C65 (or 0xF28C65) is known color: Atomic Tangerine. HEX triplet: F2, 8C and 65. RGB value is (242,140,101). Sum of RGB (Red+Green+Blue) = 242+140+101=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C65 is #0D739A. Grayscale: #A6A6A6. Windows color (decimal): -881563 or 6655218. OLE color: 6655218.
HSL color Cylindrical-coordinate representation of color #F28C65: hue angle of 16.6º 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 #F28C65 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 101 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.05 |
| HSL | 16.6º | 0.84% | 0.67% | - |
| HSV(B) | 16.6º | 0.58% | 0.95% | - |
| XYZ | 48.35 | 38.57 | 17.21 | - |
| YUV | 166.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 101 | 0 | 0.42 | 0.58 | 0.05 | 16.6 | 0.84 | 0.67 |
| Hex | F2 | 8C | 65 | 0 | 2A | 3A | 5 | 11 | 54 | 43 |
| Octal | 362 | 214 | 145 | 0 | 52 | 72 | 5 | 21 | 124 | 103 |
| Binary | 11110010 | 10001100 | 1100101 | 0 | 101010 | 111010 | 101 | 10001 | 1010100 | 1000011 |
Color Harmonies of #F28C65
Complementary color
Monochromatic Colors of #F28C65
Black with #F28C65
Text Example
Text Example
White with #F28C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C65; }
p { color: rgb(242,140,101); }
H1.HeaderClassName
{
color: #F28C65;
}
.AnyTagClassName
{
color: #F28C65;
}
</style>
background-color css
<style>
a { background-color: #F28C65; }
a { background-color: rgb(242,140,101); }
div.DivClassName
{
background-color: #F28C65;
}
.BgClassName
{
background-color: #F28C65;
}
</style>
border-color css
<style>
span { border-color: #F28C65; }
span { border-color: rgb(242,140,101); }
td.TdClassName
{
border-color: #F28C65;
}
.TagClassName
{
border-color: #F28C65;
}
</style>