Shades of Atomic Tangerine #FC9E65
Tints of Atomic Tangerine #FC9E65
RGB
CMYK
RGB Variations
Color information
#FC9E65 (or 0xFC9E65) is known color: Atomic Tangerine. HEX triplet: FC, 9E and 65. RGB value is (252,158,101). Sum of RGB (Red+Green+Blue) = 252+158+101=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9E65 is #03619A. Grayscale: #B3B3B3. Windows color (decimal): -221595 or 6659836. OLE color: 6659836.
HSL color Cylindrical-coordinate representation of color #FC9E65: hue angle of 22.65º 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 #FC9E65 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 101 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.01 |
| HSL | 22.65º | 0.96% | 0.69% | - |
| HSV(B) | 22.65º | 0.6% | 0.99% | - |
| XYZ | 54.72 | 46.09 | 18.32 | - |
| YUV | 179.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 101 | 0 | 0.37 | 0.60 | 0.01 | 22.65 | 0.96 | 0.69 |
| Hex | FC | 9E | 65 | 0 | 25 | 3C | 1 | 17 | 60 | 45 |
| Octal | 374 | 236 | 145 | 0 | 45 | 74 | 1 | 27 | 140 | 105 |
| Binary | 11111100 | 10011110 | 1100101 | 0 | 100101 | 111100 | 1 | 10111 | 1100000 | 1000101 |
Color Harmonies of #FC9E65
Complementary color
Monochromatic Colors of #FC9E65
Black with #FC9E65
Text Example
Text Example
White with #FC9E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9E65; }
p { color: rgb(252,158,101); }
H1.HeaderClassName
{
color: #FC9E65;
}
.AnyTagClassName
{
color: #FC9E65;
}
</style>
background-color css
<style>
a { background-color: #FC9E65; }
a { background-color: rgb(252,158,101); }
div.DivClassName
{
background-color: #FC9E65;
}
.BgClassName
{
background-color: #FC9E65;
}
</style>
border-color css
<style>
span { border-color: #FC9E65; }
span { border-color: rgb(252,158,101); }
td.TdClassName
{
border-color: #FC9E65;
}
.TagClassName
{
border-color: #FC9E65;
}
</style>