Shades of Atomic Tangerine #FC955A
Tints of Atomic Tangerine #FC955A
RGB
CMYK
RGB Variations
Color information
#FC955A (or 0xFC955A) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 5A. RGB value is (252,149,90). Sum of RGB (Red+Green+Blue) = 252+149+90=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC955A is #036AA5. Grayscale: #ADADAD. Windows color (decimal): -223910 or 5936636. OLE color: 5936636.
HSL color Cylindrical-coordinate representation of color #FC955A: hue angle of 21.85º 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 #FC955A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 90 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.01 |
| HSL | 21.85º | 0.96% | 0.67% | - |
| HSV(B) | 21.85º | 0.64% | 0.99% | - |
| XYZ | 52.74 | 42.93 | 15.18 | - |
| YUV | 173.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 90 | 0 | 0.41 | 0.64 | 0.01 | 21.85 | 0.96 | 0.67 |
| Hex | FC | 95 | 5A | 0 | 29 | 40 | 1 | 16 | 60 | 43 |
| Octal | 374 | 225 | 132 | 0 | 51 | 100 | 1 | 26 | 140 | 103 |
| Binary | 11111100 | 10010101 | 1011010 | 0 | 101001 | 1000000 | 1 | 10110 | 1100000 | 1000011 |
Color Harmonies of #FC955A
Complementary color
Monochromatic Colors of #FC955A
Black with #FC955A
Text Example
Text Example
White with #FC955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC955A; }
p { color: rgb(252,149,90); }
H1.HeaderClassName
{
color: #FC955A;
}
.AnyTagClassName
{
color: #FC955A;
}
</style>
background-color css
<style>
a { background-color: #FC955A; }
a { background-color: rgb(252,149,90); }
div.DivClassName
{
background-color: #FC955A;
}
.BgClassName
{
background-color: #FC955A;
}
</style>
border-color css
<style>
span { border-color: #FC955A; }
span { border-color: rgb(252,149,90); }
td.TdClassName
{
border-color: #FC955A;
}
.TagClassName
{
border-color: #FC955A;
}
</style>