Shades of Atomic Tangerine #FC8C6B
Tints of Atomic Tangerine #FC8C6B
RGB
CMYK
RGB Variations
Color information
#FC8C6B (or 0xFC8C6B) is known color: Atomic Tangerine. HEX triplet: FC, 8C and 6B. RGB value is (252,140,107). Sum of RGB (Red+Green+Blue) = 252+140+107=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C6B is #037394. Grayscale: #A9A9A9. Windows color (decimal): -226197 or 7048444. OLE color: 7048444.
HSL color Cylindrical-coordinate representation of color #FC8C6B: hue angle of 13.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC8C6B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 107 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.01 |
| HSL | 13.66º | 0.96% | 0.7% | - |
| HSV(B) | 13.66º | 0.58% | 0.99% | - |
| XYZ | 52.18 | 40.51 | 18.98 | - |
| YUV | 169.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 107 | 0 | 0.44 | 0.58 | 0.01 | 13.66 | 0.96 | 0.7 |
| Hex | FC | 8C | 6B | 0 | 2C | 3A | 1 | E | 60 | 46 |
| Octal | 374 | 214 | 153 | 0 | 54 | 72 | 1 | 16 | 140 | 106 |
| Binary | 11111100 | 10001100 | 1101011 | 0 | 101100 | 111010 | 1 | 1110 | 1100000 | 1000110 |
Color Harmonies of #FC8C6B
Complementary color
Monochromatic Colors of #FC8C6B
Black with #FC8C6B
Text Example
Text Example
White with #FC8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C6B; }
p { color: rgb(252,140,107); }
H1.HeaderClassName
{
color: #FC8C6B;
}
.AnyTagClassName
{
color: #FC8C6B;
}
</style>
background-color css
<style>
a { background-color: #FC8C6B; }
a { background-color: rgb(252,140,107); }
div.DivClassName
{
background-color: #FC8C6B;
}
.BgClassName
{
background-color: #FC8C6B;
}
</style>
border-color css
<style>
span { border-color: #FC8C6B; }
span { border-color: rgb(252,140,107); }
td.TdClassName
{
border-color: #FC8C6B;
}
.TagClassName
{
border-color: #FC8C6B;
}
</style>