Shades of Atomic Tangerine #FC9063
Tints of Atomic Tangerine #FC9063
RGB
CMYK
RGB Variations
Color information
#FC9063 (or 0xFC9063) is known color: Atomic Tangerine. HEX triplet: FC, 90 and 63. RGB value is (252,144,99). Sum of RGB (Red+Green+Blue) = 252+144+99=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9063 is #036F9C. Grayscale: #ABABAB. Windows color (decimal): -225181 or 6525180. OLE color: 6525180.
HSL color Cylindrical-coordinate representation of color #FC9063: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC9063 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 99 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.01 |
| HSL | 17.65º | 0.96% | 0.69% | - |
| HSV(B) | 17.65º | 0.61% | 0.99% | - |
| XYZ | 52.37 | 41.54 | 17.06 | - |
| YUV | 171.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 99 | 0 | 0.43 | 0.61 | 0.01 | 17.65 | 0.96 | 0.69 |
| Hex | FC | 90 | 63 | 0 | 2B | 3D | 1 | 12 | 60 | 45 |
| Octal | 374 | 220 | 143 | 0 | 53 | 75 | 1 | 22 | 140 | 105 |
| Binary | 11111100 | 10010000 | 1100011 | 0 | 101011 | 111101 | 1 | 10010 | 1100000 | 1000101 |
Color Harmonies of #FC9063
Complementary color
Monochromatic Colors of #FC9063
Black with #FC9063
Text Example
Text Example
White with #FC9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9063; }
p { color: rgb(252,144,99); }
H1.HeaderClassName
{
color: #FC9063;
}
.AnyTagClassName
{
color: #FC9063;
}
</style>
background-color css
<style>
a { background-color: #FC9063; }
a { background-color: rgb(252,144,99); }
div.DivClassName
{
background-color: #FC9063;
}
.BgClassName
{
background-color: #FC9063;
}
</style>
border-color css
<style>
span { border-color: #FC9063; }
span { border-color: rgb(252,144,99); }
td.TdClassName
{
border-color: #FC9063;
}
.TagClassName
{
border-color: #FC9063;
}
</style>