Shades of Atomic Tangerine #FC935C
Tints of Atomic Tangerine #FC935C
RGB
CMYK
RGB Variations
Color information
#FC935C (or 0xFC935C) is known color: Atomic Tangerine. HEX triplet: FC, 93 and 5C. RGB value is (252,147,92). Sum of RGB (Red+Green+Blue) = 252+147+92=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC935C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC935C is #036CA3. Grayscale: #ACACAC. Windows color (decimal): -224420 or 6067196. OLE color: 6067196.
HSL color Cylindrical-coordinate representation of color #FC935C: hue angle of 20.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC935C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.01 |
| HSL | 20.63º | 0.96% | 0.67% | - |
| HSV(B) | 20.63º | 0.63% | 0.99% | - |
| XYZ | 52.51 | 42.34 | 15.53 | - |
| YUV | 172.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 92 | 0 | 0.42 | 0.63 | 0.01 | 20.63 | 0.96 | 0.67 |
| Hex | FC | 93 | 5C | 0 | 2A | 3F | 1 | 15 | 60 | 43 |
| Octal | 374 | 223 | 134 | 0 | 52 | 77 | 1 | 25 | 140 | 103 |
| Binary | 11111100 | 10010011 | 1011100 | 0 | 101010 | 111111 | 1 | 10101 | 1100000 | 1000011 |
Color Harmonies of #FC935C
Complementary color
Monochromatic Colors of #FC935C
Black with #FC935C
Text Example
Text Example
White with #FC935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC935C; }
p { color: rgb(252,147,92); }
H1.HeaderClassName
{
color: #FC935C;
}
.AnyTagClassName
{
color: #FC935C;
}
</style>
background-color css
<style>
a { background-color: #FC935C; }
a { background-color: rgb(252,147,92); }
div.DivClassName
{
background-color: #FC935C;
}
.BgClassName
{
background-color: #FC935C;
}
</style>
border-color css
<style>
span { border-color: #FC935C; }
span { border-color: rgb(252,147,92); }
td.TdClassName
{
border-color: #FC935C;
}
.TagClassName
{
border-color: #FC935C;
}
</style>