Shades of Atomic Tangerine #FC935F
Tints of Atomic Tangerine #FC935F
RGB
CMYK
RGB Variations
Color information
#FC935F (or 0xFC935F) is known color: Atomic Tangerine. HEX triplet: FC, 93 and 5F. RGB value is (252,147,95). Sum of RGB (Red+Green+Blue) = 252+147+95=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC935F is #036CA0. Grayscale: #ACACAC. Windows color (decimal): -224417 or 6263804. OLE color: 6263804.
HSL color Cylindrical-coordinate representation of color #FC935F: hue angle of 19.87º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC935F is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 95 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.01 |
| HSL | 19.87º | 0.96% | 0.68% | - |
| HSV(B) | 19.87º | 0.62% | 0.99% | - |
| XYZ | 52.64 | 42.39 | 16.23 | - |
| YUV | 172.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 95 | 0 | 0.42 | 0.62 | 0.01 | 19.87 | 0.96 | 0.68 |
| Hex | FC | 93 | 5F | 0 | 2A | 3E | 1 | 14 | 60 | 44 |
| Octal | 374 | 223 | 137 | 0 | 52 | 76 | 1 | 24 | 140 | 104 |
| Binary | 11111100 | 10010011 | 1011111 | 0 | 101010 | 111110 | 1 | 10100 | 1100000 | 1000100 |
Color Harmonies of #FC935F
Complementary color
Monochromatic Colors of #FC935F
Black with #FC935F
Text Example
Text Example
White with #FC935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC935F; }
p { color: rgb(252,147,95); }
H1.HeaderClassName
{
color: #FC935F;
}
.AnyTagClassName
{
color: #FC935F;
}
</style>
background-color css
<style>
a { background-color: #FC935F; }
a { background-color: rgb(252,147,95); }
div.DivClassName
{
background-color: #FC935F;
}
.BgClassName
{
background-color: #FC935F;
}
</style>
border-color css
<style>
span { border-color: #FC935F; }
span { border-color: rgb(252,147,95); }
td.TdClassName
{
border-color: #FC935F;
}
.TagClassName
{
border-color: #FC935F;
}
</style>