Shades of Atomic Tangerine #FC946C
Tints of Atomic Tangerine #FC946C
RGB
CMYK
RGB Variations
Color information
#FC946C (or 0xFC946C) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 6C. RGB value is (252,148,108). Sum of RGB (Red+Green+Blue) = 252+148+108=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC946C is #036B93. Grayscale: #AEAEAE. Windows color (decimal): -224148 or 7116028. OLE color: 7116028.
HSL color Cylindrical-coordinate representation of color #FC946C: hue angle of 16.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC946C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 108 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.01 |
| HSL | 16.67º | 0.96% | 0.71% | - |
| HSV(B) | 16.67º | 0.57% | 0.99% | - |
| XYZ | 53.44 | 42.96 | 19.66 | - |
| YUV | 174.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 108 | 0 | 0.41 | 0.57 | 0.01 | 16.67 | 0.96 | 0.71 |
| Hex | FC | 94 | 6C | 0 | 29 | 39 | 1 | 11 | 60 | 47 |
| Octal | 374 | 224 | 154 | 0 | 51 | 71 | 1 | 21 | 140 | 107 |
| Binary | 11111100 | 10010100 | 1101100 | 0 | 101001 | 111001 | 1 | 10001 | 1100000 | 1000111 |
Color Harmonies of #FC946C
Complementary color
Monochromatic Colors of #FC946C
Black with #FC946C
Text Example
Text Example
White with #FC946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC946C; }
p { color: rgb(252,148,108); }
H1.HeaderClassName
{
color: #FC946C;
}
.AnyTagClassName
{
color: #FC946C;
}
</style>
background-color css
<style>
a { background-color: #FC946C; }
a { background-color: rgb(252,148,108); }
div.DivClassName
{
background-color: #FC946C;
}
.BgClassName
{
background-color: #FC946C;
}
</style>
border-color css
<style>
span { border-color: #FC946C; }
span { border-color: rgb(252,148,108); }
td.TdClassName
{
border-color: #FC946C;
}
.TagClassName
{
border-color: #FC946C;
}
</style>