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