Shades of Atomic Tangerine #F2966C
Tints of Atomic Tangerine #F2966C
RGB
CMYK
RGB Variations
Color information
#F2966C (or 0xF2966C) is known color: Atomic Tangerine. HEX triplet: F2, 96 and 6C. RGB value is (242,150,108). Sum of RGB (Red+Green+Blue) = 242+150+108=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2966C is #0D6993. Grayscale: #ACACAC. Windows color (decimal): -878996 or 7116530. OLE color: 7116530.
HSL color Cylindrical-coordinate representation of color #F2966C: hue angle of 18.81º 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 #F2966C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 108 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.05 |
| HSL | 18.81º | 0.84% | 0.69% | - |
| HSV(B) | 18.81º | 0.55% | 0.95% | - |
| XYZ | 50.23 | 41.77 | 19.6 | - |
| YUV | 172.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 108 | 0 | 0.38 | 0.55 | 0.05 | 18.81 | 0.84 | 0.69 |
| Hex | F2 | 96 | 6C | 0 | 26 | 37 | 5 | 13 | 54 | 45 |
| Octal | 362 | 226 | 154 | 0 | 46 | 67 | 5 | 23 | 124 | 105 |
| Binary | 11110010 | 10010110 | 1101100 | 0 | 100110 | 110111 | 101 | 10011 | 1010100 | 1000101 |
Color Harmonies of #F2966C
Complementary color
Monochromatic Colors of #F2966C
Black with #F2966C
Text Example
Text Example
White with #F2966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2966C; }
p { color: rgb(242,150,108); }
H1.HeaderClassName
{
color: #F2966C;
}
.AnyTagClassName
{
color: #F2966C;
}
</style>
background-color css
<style>
a { background-color: #F2966C; }
a { background-color: rgb(242,150,108); }
div.DivClassName
{
background-color: #F2966C;
}
.BgClassName
{
background-color: #F2966C;
}
</style>
border-color css
<style>
span { border-color: #F2966C; }
span { border-color: rgb(242,150,108); }
td.TdClassName
{
border-color: #F2966C;
}
.TagClassName
{
border-color: #F2966C;
}
</style>