Shades of Atomic Tangerine #FC8B65
Tints of Atomic Tangerine #FC8B65
RGB
CMYK
RGB Variations
Color information
#FC8B65 (or 0xFC8B65) is known color: Atomic Tangerine. HEX triplet: FC, 8B and 65. RGB value is (252,139,101). Sum of RGB (Red+Green+Blue) = 252+139+101=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B65 is #03749A. Grayscale: #A8A8A8. Windows color (decimal): -226459 or 6654972. OLE color: 6654972.
HSL color Cylindrical-coordinate representation of color #FC8B65: hue angle of 15.1º 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 #FC8B65 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 101 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.01 |
| HSL | 15.1º | 0.96% | 0.69% | - |
| HSV(B) | 15.1º | 0.6% | 0.99% | - |
| XYZ | 51.73 | 40.1 | 17.33 | - |
| YUV | 168.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 101 | 0 | 0.45 | 0.60 | 0.01 | 15.1 | 0.96 | 0.69 |
| Hex | FC | 8B | 65 | 0 | 2D | 3C | 1 | F | 60 | 45 |
| Octal | 374 | 213 | 145 | 0 | 55 | 74 | 1 | 17 | 140 | 105 |
| Binary | 11111100 | 10001011 | 1100101 | 0 | 101101 | 111100 | 1 | 1111 | 1100000 | 1000101 |
Color Harmonies of #FC8B65
Complementary color
Monochromatic Colors of #FC8B65
Black with #FC8B65
Text Example
Text Example
White with #FC8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B65; }
p { color: rgb(252,139,101); }
H1.HeaderClassName
{
color: #FC8B65;
}
.AnyTagClassName
{
color: #FC8B65;
}
</style>
background-color css
<style>
a { background-color: #FC8B65; }
a { background-color: rgb(252,139,101); }
div.DivClassName
{
background-color: #FC8B65;
}
.BgClassName
{
background-color: #FC8B65;
}
</style>
border-color css
<style>
span { border-color: #FC8B65; }
span { border-color: rgb(252,139,101); }
td.TdClassName
{
border-color: #FC8B65;
}
.TagClassName
{
border-color: #FC8B65;
}
</style>