Shades of Atomic Tangerine #FC996A
Tints of Atomic Tangerine #FC996A
RGB
CMYK
RGB Variations
Color information
#FC996A (or 0xFC996A) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 6A. RGB value is (252,153,106). Sum of RGB (Red+Green+Blue) = 252+153+106=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC996A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC996A is #036695. Grayscale: #B1B1B1. Windows color (decimal): -222870 or 6986236. OLE color: 6986236.
HSL color Cylindrical-coordinate representation of color #FC996A: hue angle of 19.32º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC996A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 106 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.01 |
| HSL | 19.32º | 0.96% | 0.7% | - |
| HSV(B) | 19.32º | 0.58% | 0.99% | - |
| XYZ | 54.14 | 44.52 | 19.38 | - |
| YUV | 177.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 106 | 0 | 0.39 | 0.58 | 0.01 | 19.32 | 0.96 | 0.7 |
| Hex | FC | 99 | 6A | 0 | 27 | 3A | 1 | 13 | 60 | 46 |
| Octal | 374 | 231 | 152 | 0 | 47 | 72 | 1 | 23 | 140 | 106 |
| Binary | 11111100 | 10011001 | 1101010 | 0 | 100111 | 111010 | 1 | 10011 | 1100000 | 1000110 |
Color Harmonies of #FC996A
Complementary color
Monochromatic Colors of #FC996A
Black with #FC996A
Text Example
Text Example
White with #FC996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC996A; }
p { color: rgb(252,153,106); }
H1.HeaderClassName
{
color: #FC996A;
}
.AnyTagClassName
{
color: #FC996A;
}
</style>
background-color css
<style>
a { background-color: #FC996A; }
a { background-color: rgb(252,153,106); }
div.DivClassName
{
background-color: #FC996A;
}
.BgClassName
{
background-color: #FC996A;
}
</style>
border-color css
<style>
span { border-color: #FC996A; }
span { border-color: rgb(252,153,106); }
td.TdClassName
{
border-color: #FC996A;
}
.TagClassName
{
border-color: #FC996A;
}
</style>