Shades of Atomic Tangerine #FC9863
Tints of Atomic Tangerine #FC9863
RGB
CMYK
RGB Variations
Color information
#FC9863 (or 0xFC9863) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 63. RGB value is (252,152,99). Sum of RGB (Red+Green+Blue) = 252+152+99=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9863 is #03679C. Grayscale: #B0B0B0. Windows color (decimal): -223133 or 6527228. OLE color: 6527228.
HSL color Cylindrical-coordinate representation of color #FC9863: hue angle of 20.78º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC9863 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 99 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.01 |
| HSL | 20.78º | 0.96% | 0.69% | - |
| HSV(B) | 20.78º | 0.61% | 0.99% | - |
| XYZ | 53.63 | 44.05 | 17.48 | - |
| YUV | 175.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 99 | 0 | 0.40 | 0.61 | 0.01 | 20.78 | 0.96 | 0.69 |
| Hex | FC | 98 | 63 | 0 | 28 | 3D | 1 | 15 | 60 | 45 |
| Octal | 374 | 230 | 143 | 0 | 50 | 75 | 1 | 25 | 140 | 105 |
| Binary | 11111100 | 10011000 | 1100011 | 0 | 101000 | 111101 | 1 | 10101 | 1100000 | 1000101 |
Color Harmonies of #FC9863
Complementary color
Monochromatic Colors of #FC9863
Black with #FC9863
Text Example
Text Example
White with #FC9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9863; }
p { color: rgb(252,152,99); }
H1.HeaderClassName
{
color: #FC9863;
}
.AnyTagClassName
{
color: #FC9863;
}
</style>
background-color css
<style>
a { background-color: #FC9863; }
a { background-color: rgb(252,152,99); }
div.DivClassName
{
background-color: #FC9863;
}
.BgClassName
{
background-color: #FC9863;
}
</style>
border-color css
<style>
span { border-color: #FC9863; }
span { border-color: rgb(252,152,99); }
td.TdClassName
{
border-color: #FC9863;
}
.TagClassName
{
border-color: #FC9863;
}
</style>