Shades of Atomic Tangerine #F2936A
Tints of Atomic Tangerine #F2936A
RGB
CMYK
RGB Variations
Color information
#F2936A (or 0xF2936A) is known color: Atomic Tangerine. HEX triplet: F2, 93 and 6A. RGB value is (242,147,106). Sum of RGB (Red+Green+Blue) = 242+147+106=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2936A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2936A is #0D6C95. Grayscale: #AAAAAA. Windows color (decimal): -879766 or 6984690. OLE color: 6984690.
HSL color Cylindrical-coordinate representation of color #F2936A: hue angle of 18.09º 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 #F2936A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 106 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.05 |
| HSL | 18.09º | 0.84% | 0.68% | - |
| HSV(B) | 18.09º | 0.56% | 0.95% | - |
| XYZ | 49.65 | 40.79 | 18.89 | - |
| YUV | 170.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 106 | 0 | 0.39 | 0.56 | 0.05 | 18.09 | 0.84 | 0.68 |
| Hex | F2 | 93 | 6A | 0 | 27 | 38 | 5 | 12 | 54 | 44 |
| Octal | 362 | 223 | 152 | 0 | 47 | 70 | 5 | 22 | 124 | 104 |
| Binary | 11110010 | 10010011 | 1101010 | 0 | 100111 | 111000 | 101 | 10010 | 1010100 | 1000100 |
Color Harmonies of #F2936A
Complementary color
Monochromatic Colors of #F2936A
Black with #F2936A
Text Example
Text Example
White with #F2936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2936A; }
p { color: rgb(242,147,106); }
H1.HeaderClassName
{
color: #F2936A;
}
.AnyTagClassName
{
color: #F2936A;
}
</style>
background-color css
<style>
a { background-color: #F2936A; }
a { background-color: rgb(242,147,106); }
div.DivClassName
{
background-color: #F2936A;
}
.BgClassName
{
background-color: #F2936A;
}
</style>
border-color css
<style>
span { border-color: #F2936A; }
span { border-color: rgb(242,147,106); }
td.TdClassName
{
border-color: #F2936A;
}
.TagClassName
{
border-color: #F2936A;
}
</style>