Shades of Atomic Tangerine #FC935B
Tints of Atomic Tangerine #FC935B
RGB
CMYK
RGB Variations
Color information
#FC935B (or 0xFC935B) is known color: Atomic Tangerine. HEX triplet: FC, 93 and 5B. RGB value is (252,147,91). Sum of RGB (Red+Green+Blue) = 252+147+91=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC935B is #036CA4. Grayscale: #ACACAC. Windows color (decimal): -224421 or 6001660. OLE color: 6001660.
HSL color Cylindrical-coordinate representation of color #FC935B: hue angle of 20.87º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC935B is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 91 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.01 |
| HSL | 20.87º | 0.96% | 0.67% | - |
| HSV(B) | 20.87º | 0.64% | 0.99% | - |
| XYZ | 52.47 | 42.32 | 15.3 | - |
| YUV | 172.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 91 | 0 | 0.42 | 0.64 | 0.01 | 20.87 | 0.96 | 0.67 |
| Hex | FC | 93 | 5B | 0 | 2A | 40 | 1 | 15 | 60 | 43 |
| Octal | 374 | 223 | 133 | 0 | 52 | 100 | 1 | 25 | 140 | 103 |
| Binary | 11111100 | 10010011 | 1011011 | 0 | 101010 | 1000000 | 1 | 10101 | 1100000 | 1000011 |
Color Harmonies of #FC935B
Complementary color
Monochromatic Colors of #FC935B
Black with #FC935B
Text Example
Text Example
White with #FC935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC935B; }
p { color: rgb(252,147,91); }
H1.HeaderClassName
{
color: #FC935B;
}
.AnyTagClassName
{
color: #FC935B;
}
</style>
background-color css
<style>
a { background-color: #FC935B; }
a { background-color: rgb(252,147,91); }
div.DivClassName
{
background-color: #FC935B;
}
.BgClassName
{
background-color: #FC935B;
}
</style>
border-color css
<style>
span { border-color: #FC935B; }
span { border-color: rgb(252,147,91); }
td.TdClassName
{
border-color: #FC935B;
}
.TagClassName
{
border-color: #FC935B;
}
</style>