Shades of Atomic Tangerine #FC945D
Tints of Atomic Tangerine #FC945D
RGB
CMYK
RGB Variations
Color information
#FC945D (or 0xFC945D) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 5D. RGB value is (252,148,93). Sum of RGB (Red+Green+Blue) = 252+148+93=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC945D is #036BA2. Grayscale: #ADADAD. Windows color (decimal): -224163 or 6132988. OLE color: 6132988.
HSL color Cylindrical-coordinate representation of color #FC945D: hue angle of 20.75º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC945D is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 93 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.01 |
| HSL | 20.75º | 0.96% | 0.68% | - |
| HSV(B) | 20.75º | 0.63% | 0.99% | - |
| XYZ | 52.71 | 42.67 | 15.81 | - |
| YUV | 172.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 93 | 0 | 0.41 | 0.63 | 0.01 | 20.75 | 0.96 | 0.68 |
| Hex | FC | 94 | 5D | 0 | 29 | 3F | 1 | 15 | 60 | 44 |
| Octal | 374 | 224 | 135 | 0 | 51 | 77 | 1 | 25 | 140 | 104 |
| Binary | 11111100 | 10010100 | 1011101 | 0 | 101001 | 111111 | 1 | 10101 | 1100000 | 1000100 |
Color Harmonies of #FC945D
Complementary color
Monochromatic Colors of #FC945D
Black with #FC945D
Text Example
Text Example
White with #FC945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC945D; }
p { color: rgb(252,148,93); }
H1.HeaderClassName
{
color: #FC945D;
}
.AnyTagClassName
{
color: #FC945D;
}
</style>
background-color css
<style>
a { background-color: #FC945D; }
a { background-color: rgb(252,148,93); }
div.DivClassName
{
background-color: #FC945D;
}
.BgClassName
{
background-color: #FC945D;
}
</style>
border-color css
<style>
span { border-color: #FC945D; }
span { border-color: rgb(252,148,93); }
td.TdClassName
{
border-color: #FC945D;
}
.TagClassName
{
border-color: #FC945D;
}
</style>