Shades of Atomic Tangerine #FC935E
Tints of Atomic Tangerine #FC935E
RGB
CMYK
RGB Variations
Color information
#FC935E (or 0xFC935E) is known color: Atomic Tangerine. HEX triplet: FC, 93 and 5E. RGB value is (252,147,94). Sum of RGB (Red+Green+Blue) = 252+147+94=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC935E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC935E is #036CA1. Grayscale: #ACACAC. Windows color (decimal): -224418 or 6198268. OLE color: 6198268.
HSL color Cylindrical-coordinate representation of color #FC935E: hue angle of 20.13º 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 #FC935E is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 94 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.01 |
| HSL | 20.13º | 0.96% | 0.68% | - |
| HSV(B) | 20.13º | 0.63% | 0.99% | - |
| XYZ | 52.6 | 42.37 | 16 | - |
| YUV | 172.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 94 | 0 | 0.42 | 0.63 | 0.01 | 20.13 | 0.96 | 0.68 |
| Hex | FC | 93 | 5E | 0 | 2A | 3F | 1 | 14 | 60 | 44 |
| Octal | 374 | 223 | 136 | 0 | 52 | 77 | 1 | 24 | 140 | 104 |
| Binary | 11111100 | 10010011 | 1011110 | 0 | 101010 | 111111 | 1 | 10100 | 1100000 | 1000100 |
Color Harmonies of #FC935E
Complementary color
Monochromatic Colors of #FC935E
Black with #FC935E
Text Example
Text Example
White with #FC935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC935E; }
p { color: rgb(252,147,94); }
H1.HeaderClassName
{
color: #FC935E;
}
.AnyTagClassName
{
color: #FC935E;
}
</style>
background-color css
<style>
a { background-color: #FC935E; }
a { background-color: rgb(252,147,94); }
div.DivClassName
{
background-color: #FC935E;
}
.BgClassName
{
background-color: #FC935E;
}
</style>
border-color css
<style>
span { border-color: #FC935E; }
span { border-color: rgb(252,147,94); }
td.TdClassName
{
border-color: #FC935E;
}
.TagClassName
{
border-color: #FC935E;
}
</style>