Shades of Atomic Tangerine #FC955E
Tints of Atomic Tangerine #FC955E
RGB
CMYK
RGB Variations
Color information
#FC955E (or 0xFC955E) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 5E. RGB value is (252,149,94). Sum of RGB (Red+Green+Blue) = 252+149+94=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC955E is #036AA1. Grayscale: #ADADAD. Windows color (decimal): -223906 or 6198780. OLE color: 6198780.
HSL color Cylindrical-coordinate representation of color #FC955E: hue angle of 20.89º 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 #FC955E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 94 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.01 |
| HSL | 20.89º | 0.96% | 0.68% | - |
| HSV(B) | 20.89º | 0.63% | 0.99% | - |
| XYZ | 52.91 | 43 | 16.1 | - |
| YUV | 173.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 94 | 0 | 0.41 | 0.63 | 0.01 | 20.89 | 0.96 | 0.68 |
| Hex | FC | 95 | 5E | 0 | 29 | 3F | 1 | 15 | 60 | 44 |
| Octal | 374 | 225 | 136 | 0 | 51 | 77 | 1 | 25 | 140 | 104 |
| Binary | 11111100 | 10010101 | 1011110 | 0 | 101001 | 111111 | 1 | 10101 | 1100000 | 1000100 |
Color Harmonies of #FC955E
Complementary color
Monochromatic Colors of #FC955E
Black with #FC955E
Text Example
Text Example
White with #FC955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC955E; }
p { color: rgb(252,149,94); }
H1.HeaderClassName
{
color: #FC955E;
}
.AnyTagClassName
{
color: #FC955E;
}
</style>
background-color css
<style>
a { background-color: #FC955E; }
a { background-color: rgb(252,149,94); }
div.DivClassName
{
background-color: #FC955E;
}
.BgClassName
{
background-color: #FC955E;
}
</style>
border-color css
<style>
span { border-color: #FC955E; }
span { border-color: rgb(252,149,94); }
td.TdClassName
{
border-color: #FC955E;
}
.TagClassName
{
border-color: #FC955E;
}
</style>