Shades of Sunshade #FC9A40
Tints of Sunshade #FC9A40
RGB
CMYK
RGB Variations
Color information
#FC9A40 (or 0xFC9A40) is known color: Sunshade. HEX triplet: FC, 9A and 40. RGB value is (252,154,64). Sum of RGB (Red+Green+Blue) = 252+154+64=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A40 is #0365BF. Grayscale: #ADADAD. Windows color (decimal): -222656 or 4233980. OLE color: 4233980.
HSL color Cylindrical-coordinate representation of color #FC9A40: hue angle of 28.72º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC9A40 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 64 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.01 |
| HSL | 28.72º | 0.97% | 0.62% | - |
| HSV(B) | 28.72º | 0.75% | 0.99% | - |
| XYZ | 52.63 | 44.18 | 10.6 | - |
| YUV | 173.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 64 | 0 | 0.39 | 0.75 | 0.01 | 28.72 | 0.97 | 0.62 |
| Hex | FC | 9A | 40 | 0 | 27 | 4B | 1 | 1D | 61 | 3E |
| Octal | 374 | 232 | 100 | 0 | 47 | 113 | 1 | 35 | 141 | 76 |
| Binary | 11111100 | 10011010 | 1000000 | 0 | 100111 | 1001011 | 1 | 11101 | 1100001 | 111110 |
Color Harmonies of #FC9A40
Complementary color
Monochromatic Colors of #FC9A40
Black with #FC9A40
Text Example
Text Example
White with #FC9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A40; }
p { color: rgb(252,154,64); }
H1.HeaderClassName
{
color: #FC9A40;
}
.AnyTagClassName
{
color: #FC9A40;
}
</style>
background-color css
<style>
a { background-color: #FC9A40; }
a { background-color: rgb(252,154,64); }
div.DivClassName
{
background-color: #FC9A40;
}
.BgClassName
{
background-color: #FC9A40;
}
</style>
border-color css
<style>
span { border-color: #FC9A40; }
span { border-color: rgb(252,154,64); }
td.TdClassName
{
border-color: #FC9A40;
}
.TagClassName
{
border-color: #FC9A40;
}
</style>