Shades of Atomic Tangerine #F2936C
Tints of Atomic Tangerine #F2936C
RGB
CMYK
RGB Variations
Color information
#F2936C (or 0xF2936C) is known color: Atomic Tangerine. HEX triplet: F2, 93 and 6C. RGB value is (242,147,108). Sum of RGB (Red+Green+Blue) = 242+147+108=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2936C is #0D6C93. Grayscale: #ABABAB. Windows color (decimal): -879764 or 7115762. OLE color: 7115762.
HSL color Cylindrical-coordinate representation of color #F2936C: hue angle of 17.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2936C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.05 |
| HSL | 17.46º | 0.84% | 0.69% | - |
| HSV(B) | 17.46º | 0.55% | 0.95% | - |
| XYZ | 49.76 | 40.83 | 19.45 | - |
| YUV | 170.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 108 | 0 | 0.39 | 0.55 | 0.05 | 17.46 | 0.84 | 0.69 |
| Hex | F2 | 93 | 6C | 0 | 27 | 37 | 5 | 11 | 54 | 45 |
| Octal | 362 | 223 | 154 | 0 | 47 | 67 | 5 | 21 | 124 | 105 |
| Binary | 11110010 | 10010011 | 1101100 | 0 | 100111 | 110111 | 101 | 10001 | 1010100 | 1000101 |
Color Harmonies of #F2936C
Complementary color
Monochromatic Colors of #F2936C
Black with #F2936C
Text Example
Text Example
White with #F2936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2936C; }
p { color: rgb(242,147,108); }
H1.HeaderClassName
{
color: #F2936C;
}
.AnyTagClassName
{
color: #F2936C;
}
</style>
background-color css
<style>
a { background-color: #F2936C; }
a { background-color: rgb(242,147,108); }
div.DivClassName
{
background-color: #F2936C;
}
.BgClassName
{
background-color: #F2936C;
}
</style>
border-color css
<style>
span { border-color: #F2936C; }
span { border-color: rgb(242,147,108); }
td.TdClassName
{
border-color: #F2936C;
}
.TagClassName
{
border-color: #F2936C;
}
</style>