Shades of Atomic Tangerine #FC8F65
Tints of Atomic Tangerine #FC8F65
RGB
CMYK
RGB Variations
Color information
#FC8F65 (or 0xFC8F65) is known color: Atomic Tangerine. HEX triplet: FC, 8F and 65. RGB value is (252,143,101). Sum of RGB (Red+Green+Blue) = 252+143+101=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F65 is #03709A. Grayscale: #ABABAB. Windows color (decimal): -225435 or 6655996. OLE color: 6655996.
HSL color Cylindrical-coordinate representation of color #FC8F65: hue angle of 16.69º 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 #FC8F65 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 101 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.01 |
| HSL | 16.69º | 0.96% | 0.69% | - |
| HSV(B) | 16.69º | 0.6% | 0.99% | - |
| XYZ | 52.32 | 41.28 | 17.52 | - |
| YUV | 170.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 101 | 0 | 0.43 | 0.60 | 0.01 | 16.69 | 0.96 | 0.69 |
| Hex | FC | 8F | 65 | 0 | 2B | 3C | 1 | 11 | 60 | 45 |
| Octal | 374 | 217 | 145 | 0 | 53 | 74 | 1 | 21 | 140 | 105 |
| Binary | 11111100 | 10001111 | 1100101 | 0 | 101011 | 111100 | 1 | 10001 | 1100000 | 1000101 |
Color Harmonies of #FC8F65
Complementary color
Monochromatic Colors of #FC8F65
Black with #FC8F65
Text Example
Text Example
White with #FC8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F65; }
p { color: rgb(252,143,101); }
H1.HeaderClassName
{
color: #FC8F65;
}
.AnyTagClassName
{
color: #FC8F65;
}
</style>
background-color css
<style>
a { background-color: #FC8F65; }
a { background-color: rgb(252,143,101); }
div.DivClassName
{
background-color: #FC8F65;
}
.BgClassName
{
background-color: #FC8F65;
}
</style>
border-color css
<style>
span { border-color: #FC8F65; }
span { border-color: rgb(252,143,101); }
td.TdClassName
{
border-color: #FC8F65;
}
.TagClassName
{
border-color: #FC8F65;
}
</style>