Shades of Atomic Tangerine #FC8B68
Tints of Atomic Tangerine #FC8B68
RGB
CMYK
RGB Variations
Color information
#FC8B68 (or 0xFC8B68) is known color: Atomic Tangerine. HEX triplet: FC, 8B and 68. RGB value is (252,139,104). Sum of RGB (Red+Green+Blue) = 252+139+104=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B68 is #037497. Grayscale: #A9A9A9. Windows color (decimal): -226456 or 6851580. OLE color: 6851580.
HSL color Cylindrical-coordinate representation of color #FC8B68: hue angle of 14.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC8B68 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 104 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.01 |
| HSL | 14.19º | 0.96% | 0.7% | - |
| HSV(B) | 14.19º | 0.59% | 0.99% | - |
| XYZ | 51.88 | 40.16 | 18.11 | - |
| YUV | 168.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 104 | 0 | 0.45 | 0.59 | 0.01 | 14.19 | 0.96 | 0.7 |
| Hex | FC | 8B | 68 | 0 | 2D | 3B | 1 | E | 60 | 46 |
| Octal | 374 | 213 | 150 | 0 | 55 | 73 | 1 | 16 | 140 | 106 |
| Binary | 11111100 | 10001011 | 1101000 | 0 | 101101 | 111011 | 1 | 1110 | 1100000 | 1000110 |
Color Harmonies of #FC8B68
Complementary color
Monochromatic Colors of #FC8B68
Black with #FC8B68
Text Example
Text Example
White with #FC8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B68; }
p { color: rgb(252,139,104); }
H1.HeaderClassName
{
color: #FC8B68;
}
.AnyTagClassName
{
color: #FC8B68;
}
</style>
background-color css
<style>
a { background-color: #FC8B68; }
a { background-color: rgb(252,139,104); }
div.DivClassName
{
background-color: #FC8B68;
}
.BgClassName
{
background-color: #FC8B68;
}
</style>
border-color css
<style>
span { border-color: #FC8B68; }
span { border-color: rgb(252,139,104); }
td.TdClassName
{
border-color: #FC8B68;
}
.TagClassName
{
border-color: #FC8B68;
}
</style>