Shades of Sunshade #FCA044
Tints of Sunshade #FCA044
RGB
CMYK
RGB Variations
Color information
#FCA044 (or 0xFCA044) is known color: Sunshade. HEX triplet: FC, A0 and 44. RGB value is (252,160,68). Sum of RGB (Red+Green+Blue) = 252+160+68=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA044 is #035FBB. Grayscale: #B1B1B1. Windows color (decimal): -221116 or 4497660. OLE color: 4497660.
HSL color Cylindrical-coordinate representation of color #FCA044: hue angle of 30º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCA044 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 68 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.01 |
| HSL | 30º | 0.97% | 0.63% | - |
| HSV(B) | 30º | 0.73% | 0.99% | - |
| XYZ | 53.76 | 46.25 | 11.56 | - |
| YUV | 177.02 | 66.48 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 68 | 0 | 0.37 | 0.73 | 0.01 | 30 | 0.97 | 0.63 |
| Hex | FC | A0 | 44 | 0 | 25 | 49 | 1 | 1E | 61 | 3F |
| Octal | 374 | 240 | 104 | 0 | 45 | 111 | 1 | 36 | 141 | 77 |
| Binary | 11111100 | 10100000 | 1000100 | 0 | 100101 | 1001001 | 1 | 11110 | 1100001 | 111111 |
Color Harmonies of #FCA044
Complementary color
Monochromatic Colors of #FCA044
Black with #FCA044
Text Example
Text Example
White with #FCA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA044; }
p { color: rgb(252,160,68); }
H1.HeaderClassName
{
color: #FCA044;
}
.AnyTagClassName
{
color: #FCA044;
}
</style>
background-color css
<style>
a { background-color: #FCA044; }
a { background-color: rgb(252,160,68); }
div.DivClassName
{
background-color: #FCA044;
}
.BgClassName
{
background-color: #FCA044;
}
</style>
border-color css
<style>
span { border-color: #FCA044; }
span { border-color: rgb(252,160,68); }
td.TdClassName
{
border-color: #FCA044;
}
.TagClassName
{
border-color: #FCA044;
}
</style>