Shades of Atomic Tangerine #FC976C
Tints of Atomic Tangerine #FC976C
RGB
CMYK
RGB Variations
Color information
#FC976C (or 0xFC976C) is known color: Atomic Tangerine. HEX triplet: FC, 97 and 6C. RGB value is (252,151,108). Sum of RGB (Red+Green+Blue) = 252+151+108=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC976C is #036893. Grayscale: #B0B0B0. Windows color (decimal): -223380 or 7116796. OLE color: 7116796.
HSL color Cylindrical-coordinate representation of color #FC976C: hue angle of 17.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC976C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 108 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.01 |
| HSL | 17.92º | 0.96% | 0.71% | - |
| HSV(B) | 17.92º | 0.57% | 0.99% | - |
| XYZ | 53.92 | 43.91 | 19.82 | - |
| YUV | 176.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 108 | 0 | 0.40 | 0.57 | 0.01 | 17.92 | 0.96 | 0.71 |
| Hex | FC | 97 | 6C | 0 | 28 | 39 | 1 | 12 | 60 | 47 |
| Octal | 374 | 227 | 154 | 0 | 50 | 71 | 1 | 22 | 140 | 107 |
| Binary | 11111100 | 10010111 | 1101100 | 0 | 101000 | 111001 | 1 | 10010 | 1100000 | 1000111 |
Color Harmonies of #FC976C
Complementary color
Monochromatic Colors of #FC976C
Black with #FC976C
Text Example
Text Example
White with #FC976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC976C; }
p { color: rgb(252,151,108); }
H1.HeaderClassName
{
color: #FC976C;
}
.AnyTagClassName
{
color: #FC976C;
}
</style>
background-color css
<style>
a { background-color: #FC976C; }
a { background-color: rgb(252,151,108); }
div.DivClassName
{
background-color: #FC976C;
}
.BgClassName
{
background-color: #FC976C;
}
</style>
border-color css
<style>
span { border-color: #FC976C; }
span { border-color: rgb(252,151,108); }
td.TdClassName
{
border-color: #FC976C;
}
.TagClassName
{
border-color: #FC976C;
}
</style>