Shades of Atomic Tangerine #FC9A6A
Tints of Atomic Tangerine #FC9A6A
RGB
CMYK
RGB Variations
Color information
#FC9A6A (or 0xFC9A6A) is known color: Atomic Tangerine. HEX triplet: FC, 9A and 6A. RGB value is (252,154,106). Sum of RGB (Red+Green+Blue) = 252+154+106=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A6A is #036595. Grayscale: #B2B2B2. Windows color (decimal): -222614 or 6986492. OLE color: 6986492.
HSL color Cylindrical-coordinate representation of color #FC9A6A: hue angle of 19.73º 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 #FC9A6A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 106 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.01 |
| HSL | 19.73º | 0.96% | 0.7% | - |
| HSV(B) | 19.73º | 0.58% | 0.99% | - |
| XYZ | 54.3 | 44.85 | 19.43 | - |
| YUV | 177.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 106 | 0 | 0.39 | 0.58 | 0.01 | 19.73 | 0.96 | 0.7 |
| Hex | FC | 9A | 6A | 0 | 27 | 3A | 1 | 14 | 60 | 46 |
| Octal | 374 | 232 | 152 | 0 | 47 | 72 | 1 | 24 | 140 | 106 |
| Binary | 11111100 | 10011010 | 1101010 | 0 | 100111 | 111010 | 1 | 10100 | 1100000 | 1000110 |
Color Harmonies of #FC9A6A
Complementary color
Monochromatic Colors of #FC9A6A
Black with #FC9A6A
Text Example
Text Example
White with #FC9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A6A; }
p { color: rgb(252,154,106); }
H1.HeaderClassName
{
color: #FC9A6A;
}
.AnyTagClassName
{
color: #FC9A6A;
}
</style>
background-color css
<style>
a { background-color: #FC9A6A; }
a { background-color: rgb(252,154,106); }
div.DivClassName
{
background-color: #FC9A6A;
}
.BgClassName
{
background-color: #FC9A6A;
}
</style>
border-color css
<style>
span { border-color: #FC9A6A; }
span { border-color: rgb(252,154,106); }
td.TdClassName
{
border-color: #FC9A6A;
}
.TagClassName
{
border-color: #FC9A6A;
}
</style>