Shades of Sunshade #FCA345
Tints of Sunshade #FCA345
RGB
CMYK
RGB Variations
Color information
#FCA345 (or 0xFCA345) is known color: Sunshade. HEX triplet: FC, A3 and 45. RGB value is (252,163,69). Sum of RGB (Red+Green+Blue) = 252+163+69=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA345 is #035CBA. Grayscale: #B3B3B3. Windows color (decimal): -220347 or 4563964. OLE color: 4563964.
HSL color Cylindrical-coordinate representation of color #FCA345: hue angle of 30.82º 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 #FCA345 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 69 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.01 |
| HSL | 30.82º | 0.97% | 0.63% | - |
| HSV(B) | 30.82º | 0.73% | 0.99% | - |
| XYZ | 54.32 | 47.32 | 11.9 | - |
| YUV | 178.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 69 | 0 | 0.35 | 0.73 | 0.01 | 30.82 | 0.97 | 0.63 |
| Hex | FC | A3 | 45 | 0 | 23 | 49 | 1 | 1F | 61 | 3F |
| Octal | 374 | 243 | 105 | 0 | 43 | 111 | 1 | 37 | 141 | 77 |
| Binary | 11111100 | 10100011 | 1000101 | 0 | 100011 | 1001001 | 1 | 11111 | 1100001 | 111111 |
Color Harmonies of #FCA345
Complementary color
Monochromatic Colors of #FCA345
Black with #FCA345
Text Example
Text Example
White with #FCA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA345; }
p { color: rgb(252,163,69); }
H1.HeaderClassName
{
color: #FCA345;
}
.AnyTagClassName
{
color: #FCA345;
}
</style>
background-color css
<style>
a { background-color: #FCA345; }
a { background-color: rgb(252,163,69); }
div.DivClassName
{
background-color: #FCA345;
}
.BgClassName
{
background-color: #FCA345;
}
</style>
border-color css
<style>
span { border-color: #FCA345; }
span { border-color: rgb(252,163,69); }
td.TdClassName
{
border-color: #FCA345;
}
.TagClassName
{
border-color: #FCA345;
}
</style>