Shades of Atomic Tangerine #FC9370
Tints of Atomic Tangerine #FC9370
RGB
CMYK
RGB Variations
Color information
#FC9370 (or 0xFC9370) is known color: Atomic Tangerine. HEX triplet: FC, 93 and 70. RGB value is (252,147,112). Sum of RGB (Red+Green+Blue) = 252+147+112=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9370 is #036C8F. Grayscale: #AEAEAE. Windows color (decimal): -224400 or 7377916. OLE color: 7377916.
HSL color Cylindrical-coordinate representation of color #FC9370: hue angle of 15º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC9370 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 112 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.01 |
| HSL | 15º | 0.96% | 0.71% | - |
| HSV(B) | 15º | 0.56% | 0.99% | - |
| XYZ | 53.5 | 42.73 | 20.76 | - |
| YUV | 174.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 112 | 0 | 0.42 | 0.56 | 0.01 | 15 | 0.96 | 0.71 |
| Hex | FC | 93 | 70 | 0 | 2A | 38 | 1 | F | 60 | 47 |
| Octal | 374 | 223 | 160 | 0 | 52 | 70 | 1 | 17 | 140 | 107 |
| Binary | 11111100 | 10010011 | 1110000 | 0 | 101010 | 111000 | 1 | 1111 | 1100000 | 1000111 |
Color Harmonies of #FC9370
Complementary color
Monochromatic Colors of #FC9370
Black with #FC9370
Text Example
Text Example
White with #FC9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9370; }
p { color: rgb(252,147,112); }
H1.HeaderClassName
{
color: #FC9370;
}
.AnyTagClassName
{
color: #FC9370;
}
</style>
background-color css
<style>
a { background-color: #FC9370; }
a { background-color: rgb(252,147,112); }
div.DivClassName
{
background-color: #FC9370;
}
.BgClassName
{
background-color: #FC9370;
}
</style>
border-color css
<style>
span { border-color: #FC9370; }
span { border-color: rgb(252,147,112); }
td.TdClassName
{
border-color: #FC9370;
}
.TagClassName
{
border-color: #FC9370;
}
</style>