Shades of Atomic Tangerine #F6996C
Tints of Atomic Tangerine #F6996C
RGB
CMYK
RGB Variations
Color information
#F6996C (or 0xF6996C) is known color: Atomic Tangerine. HEX triplet: F6, 99 and 6C. RGB value is (246,153,108). Sum of RGB (Red+Green+Blue) = 246+153+108=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6996C is #096693. Grayscale: #AFAFAF. Windows color (decimal): -616084 or 7117302. OLE color: 7117302.
HSL color Cylindrical-coordinate representation of color #F6996C: hue angle of 19.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6996C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 108 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.04 |
| HSL | 19.57º | 0.88% | 0.69% | - |
| HSV(B) | 19.57º | 0.56% | 0.96% | - |
| XYZ | 52.1 | 43.46 | 19.83 | - |
| YUV | 175.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 108 | 0 | 0.38 | 0.56 | 0.04 | 19.57 | 0.88 | 0.69 |
| Hex | F6 | 99 | 6C | 0 | 26 | 38 | 4 | 14 | 58 | 45 |
| Octal | 366 | 231 | 154 | 0 | 46 | 70 | 4 | 24 | 130 | 105 |
| Binary | 11110110 | 10011001 | 1101100 | 0 | 100110 | 111000 | 100 | 10100 | 1011000 | 1000101 |
Color Harmonies of #F6996C
Complementary color
Monochromatic Colors of #F6996C
Black with #F6996C
Text Example
Text Example
White with #F6996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6996C; }
p { color: rgb(246,153,108); }
H1.HeaderClassName
{
color: #F6996C;
}
.AnyTagClassName
{
color: #F6996C;
}
</style>
background-color css
<style>
a { background-color: #F6996C; }
a { background-color: rgb(246,153,108); }
div.DivClassName
{
background-color: #F6996C;
}
.BgClassName
{
background-color: #F6996C;
}
</style>
border-color css
<style>
span { border-color: #F6996C; }
span { border-color: rgb(246,153,108); }
td.TdClassName
{
border-color: #F6996C;
}
.TagClassName
{
border-color: #F6996C;
}
</style>