Shades of Atomic Tangerine #F2996B
Tints of Atomic Tangerine #F2996B
RGB
CMYK
RGB Variations
Color information
#F2996B (or 0xF2996B) is known color: Atomic Tangerine. HEX triplet: F2, 99 and 6B. RGB value is (242,153,107). Sum of RGB (Red+Green+Blue) = 242+153+107=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2996B is #0D6694. Grayscale: #AEAEAE. Windows color (decimal): -878229 or 7051762. OLE color: 7051762.
HSL color Cylindrical-coordinate representation of color #F2996B: hue angle of 20.44º 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 #F2996B is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 107 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.05 |
| HSL | 20.44º | 0.84% | 0.68% | - |
| HSV(B) | 20.44º | 0.56% | 0.95% | - |
| XYZ | 50.66 | 42.72 | 19.49 | - |
| YUV | 174.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 107 | 0 | 0.37 | 0.56 | 0.05 | 20.44 | 0.84 | 0.68 |
| Hex | F2 | 99 | 6B | 0 | 25 | 38 | 5 | 14 | 54 | 44 |
| Octal | 362 | 231 | 153 | 0 | 45 | 70 | 5 | 24 | 124 | 104 |
| Binary | 11110010 | 10011001 | 1101011 | 0 | 100101 | 111000 | 101 | 10100 | 1010100 | 1000100 |
Color Harmonies of #F2996B
Complementary color
Monochromatic Colors of #F2996B
Black with #F2996B
Text Example
Text Example
White with #F2996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2996B; }
p { color: rgb(242,153,107); }
H1.HeaderClassName
{
color: #F2996B;
}
.AnyTagClassName
{
color: #F2996B;
}
</style>
background-color css
<style>
a { background-color: #F2996B; }
a { background-color: rgb(242,153,107); }
div.DivClassName
{
background-color: #F2996B;
}
.BgClassName
{
background-color: #F2996B;
}
</style>
border-color css
<style>
span { border-color: #F2996B; }
span { border-color: rgb(242,153,107); }
td.TdClassName
{
border-color: #F2996B;
}
.TagClassName
{
border-color: #F2996B;
}
</style>