Shades of Atomic Tangerine #F28D6B
Tints of Atomic Tangerine #F28D6B
RGB
CMYK
RGB Variations
Color information
#F28D6B (or 0xF28D6B) is known color: Atomic Tangerine. HEX triplet: F2, 8D and 6B. RGB value is (242,141,107). Sum of RGB (Red+Green+Blue) = 242+141+107=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D6B is #0D7294. Grayscale: #A7A7A7. Windows color (decimal): -881301 or 7048690. OLE color: 7048690.
HSL color Cylindrical-coordinate representation of color #F28D6B: hue angle of 15.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F28D6B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 107 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.05 |
| HSL | 15.11º | 0.84% | 0.68% | - |
| HSV(B) | 15.11º | 0.56% | 0.95% | - |
| XYZ | 48.8 | 38.99 | 18.86 | - |
| YUV | 167.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 107 | 0 | 0.42 | 0.56 | 0.05 | 15.11 | 0.84 | 0.68 |
| Hex | F2 | 8D | 6B | 0 | 2A | 38 | 5 | F | 54 | 44 |
| Octal | 362 | 215 | 153 | 0 | 52 | 70 | 5 | 17 | 124 | 104 |
| Binary | 11110010 | 10001101 | 1101011 | 0 | 101010 | 111000 | 101 | 1111 | 1010100 | 1000100 |
Color Harmonies of #F28D6B
Complementary color
Monochromatic Colors of #F28D6B
Black with #F28D6B
Text Example
Text Example
White with #F28D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D6B; }
p { color: rgb(242,141,107); }
H1.HeaderClassName
{
color: #F28D6B;
}
.AnyTagClassName
{
color: #F28D6B;
}
</style>
background-color css
<style>
a { background-color: #F28D6B; }
a { background-color: rgb(242,141,107); }
div.DivClassName
{
background-color: #F28D6B;
}
.BgClassName
{
background-color: #F28D6B;
}
</style>
border-color css
<style>
span { border-color: #F28D6B; }
span { border-color: rgb(242,141,107); }
td.TdClassName
{
border-color: #F28D6B;
}
.TagClassName
{
border-color: #F28D6B;
}
</style>