Shades of Atomic Tangerine #FC985A
Tints of Atomic Tangerine #FC985A
RGB
CMYK
RGB Variations
Color information
#FC985A (or 0xFC985A) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 5A. RGB value is (252,152,90). Sum of RGB (Red+Green+Blue) = 252+152+90=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC985A is #0367A5. Grayscale: #AFAFAF. Windows color (decimal): -223142 or 5937404. OLE color: 5937404.
HSL color Cylindrical-coordinate representation of color #FC985A: hue angle of 22.96º 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 #FC985A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 90 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.01 |
| HSL | 22.96º | 0.96% | 0.67% | - |
| HSV(B) | 22.96º | 0.64% | 0.99% | - |
| XYZ | 53.22 | 43.89 | 15.34 | - |
| YUV | 174.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 90 | 0 | 0.40 | 0.64 | 0.01 | 22.96 | 0.96 | 0.67 |
| Hex | FC | 98 | 5A | 0 | 28 | 40 | 1 | 17 | 60 | 43 |
| Octal | 374 | 230 | 132 | 0 | 50 | 100 | 1 | 27 | 140 | 103 |
| Binary | 11111100 | 10011000 | 1011010 | 0 | 101000 | 1000000 | 1 | 10111 | 1100000 | 1000011 |
Color Harmonies of #FC985A
Complementary color
Monochromatic Colors of #FC985A
Black with #FC985A
Text Example
Text Example
White with #FC985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC985A; }
p { color: rgb(252,152,90); }
H1.HeaderClassName
{
color: #FC985A;
}
.AnyTagClassName
{
color: #FC985A;
}
</style>
background-color css
<style>
a { background-color: #FC985A; }
a { background-color: rgb(252,152,90); }
div.DivClassName
{
background-color: #FC985A;
}
.BgClassName
{
background-color: #FC985A;
}
</style>
border-color css
<style>
span { border-color: #FC985A; }
span { border-color: rgb(252,152,90); }
td.TdClassName
{
border-color: #FC985A;
}
.TagClassName
{
border-color: #FC985A;
}
</style>