Shades of Atomic Tangerine #FC966D
Tints of Atomic Tangerine #FC966D
RGB
CMYK
RGB Variations
Color information
#FC966D (or 0xFC966D) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 6D. RGB value is (252,150,109). Sum of RGB (Red+Green+Blue) = 252+150+109=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC966D is #036992. Grayscale: #B0B0B0. Windows color (decimal): -223635 or 7182076. OLE color: 7182076.
HSL color Cylindrical-coordinate representation of color #FC966D: hue angle of 17.2º 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 #FC966D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 109 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.01 |
| HSL | 17.2º | 0.96% | 0.71% | - |
| HSV(B) | 17.2º | 0.57% | 0.99% | - |
| XYZ | 53.81 | 43.61 | 20.05 | - |
| YUV | 175.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 109 | 0 | 0.40 | 0.57 | 0.01 | 17.2 | 0.96 | 0.71 |
| Hex | FC | 96 | 6D | 0 | 28 | 39 | 1 | 11 | 60 | 47 |
| Octal | 374 | 226 | 155 | 0 | 50 | 71 | 1 | 21 | 140 | 107 |
| Binary | 11111100 | 10010110 | 1101101 | 0 | 101000 | 111001 | 1 | 10001 | 1100000 | 1000111 |
Color Harmonies of #FC966D
Complementary color
Monochromatic Colors of #FC966D
Black with #FC966D
Text Example
Text Example
White with #FC966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC966D; }
p { color: rgb(252,150,109); }
H1.HeaderClassName
{
color: #FC966D;
}
.AnyTagClassName
{
color: #FC966D;
}
</style>
background-color css
<style>
a { background-color: #FC966D; }
a { background-color: rgb(252,150,109); }
div.DivClassName
{
background-color: #FC966D;
}
.BgClassName
{
background-color: #FC966D;
}
</style>
border-color css
<style>
span { border-color: #FC966D; }
span { border-color: rgb(252,150,109); }
td.TdClassName
{
border-color: #FC966D;
}
.TagClassName
{
border-color: #FC966D;
}
</style>