Shades of Atomic Tangerine #FC9865
Tints of Atomic Tangerine #FC9865
RGB
CMYK
RGB Variations
Color information
#FC9865 (or 0xFC9865) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 65. RGB value is (252,152,101). Sum of RGB (Red+Green+Blue) = 252+152+101=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9865 is #03679A. Grayscale: #B0B0B0. Windows color (decimal): -223131 or 6658300. OLE color: 6658300.
HSL color Cylindrical-coordinate representation of color #FC9865: hue angle of 20.26º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC9865 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 101 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.01 |
| HSL | 20.26º | 0.96% | 0.69% | - |
| HSV(B) | 20.26º | 0.6% | 0.99% | - |
| XYZ | 53.72 | 44.09 | 17.99 | - |
| YUV | 176.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 101 | 0 | 0.40 | 0.60 | 0.01 | 20.26 | 0.96 | 0.69 |
| Hex | FC | 98 | 65 | 0 | 28 | 3C | 1 | 14 | 60 | 45 |
| Octal | 374 | 230 | 145 | 0 | 50 | 74 | 1 | 24 | 140 | 105 |
| Binary | 11111100 | 10011000 | 1100101 | 0 | 101000 | 111100 | 1 | 10100 | 1100000 | 1000101 |
Color Harmonies of #FC9865
Complementary color
Monochromatic Colors of #FC9865
Black with #FC9865
Text Example
Text Example
White with #FC9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9865; }
p { color: rgb(252,152,101); }
H1.HeaderClassName
{
color: #FC9865;
}
.AnyTagClassName
{
color: #FC9865;
}
</style>
background-color css
<style>
a { background-color: #FC9865; }
a { background-color: rgb(252,152,101); }
div.DivClassName
{
background-color: #FC9865;
}
.BgClassName
{
background-color: #FC9865;
}
</style>
border-color css
<style>
span { border-color: #FC9865; }
span { border-color: rgb(252,152,101); }
td.TdClassName
{
border-color: #FC9865;
}
.TagClassName
{
border-color: #FC9865;
}
</style>