Shades of Atomic Tangerine #F28F64
Tints of Atomic Tangerine #F28F64
RGB
CMYK
RGB Variations
Color information
#F28F64 (or 0xF28F64) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 64. RGB value is (242,143,100). Sum of RGB (Red+Green+Blue) = 242+143+100=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F64 is #0D709B. Grayscale: #A7A7A7. Windows color (decimal): -880796 or 6590450. OLE color: 6590450.
HSL color Cylindrical-coordinate representation of color #F28F64: hue angle of 18.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28F64 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 100 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.05 |
| HSL | 18.17º | 0.85% | 0.67% | - |
| HSV(B) | 18.17º | 0.59% | 0.95% | - |
| XYZ | 48.74 | 39.44 | 17.1 | - |
| YUV | 167.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 100 | 0 | 0.41 | 0.59 | 0.05 | 18.17 | 0.85 | 0.67 |
| Hex | F2 | 8F | 64 | 0 | 29 | 3B | 5 | 12 | 55 | 43 |
| Octal | 362 | 217 | 144 | 0 | 51 | 73 | 5 | 22 | 125 | 103 |
| Binary | 11110010 | 10001111 | 1100100 | 0 | 101001 | 111011 | 101 | 10010 | 1010101 | 1000011 |
Color Harmonies of #F28F64
Complementary color
Monochromatic Colors of #F28F64
Black with #F28F64
Text Example
Text Example
White with #F28F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F64; }
p { color: rgb(242,143,100); }
H1.HeaderClassName
{
color: #F28F64;
}
.AnyTagClassName
{
color: #F28F64;
}
</style>
background-color css
<style>
a { background-color: #F28F64; }
a { background-color: rgb(242,143,100); }
div.DivClassName
{
background-color: #F28F64;
}
.BgClassName
{
background-color: #F28F64;
}
</style>
border-color css
<style>
span { border-color: #F28F64; }
span { border-color: rgb(242,143,100); }
td.TdClassName
{
border-color: #F28F64;
}
.TagClassName
{
border-color: #F28F64;
}
</style>