Shades of Sunshade #FCA350
Tints of Sunshade #FCA350
RGB
CMYK
RGB Variations
Color information
#FCA350 (or 0xFCA350) is known color: Sunshade. HEX triplet: FC, A3 and 50. RGB value is (252,163,80). Sum of RGB (Red+Green+Blue) = 252+163+80=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA350 is #035CAF. Grayscale: #B4B4B4. Windows color (decimal): -220336 or 5284860. OLE color: 5284860.
HSL color Cylindrical-coordinate representation of color #FCA350: hue angle of 28.95º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCA350 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 80 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.01 |
| HSL | 28.95º | 0.97% | 0.65% | - |
| HSV(B) | 28.95º | 0.68% | 0.99% | - |
| XYZ | 54.69 | 47.47 | 13.87 | - |
| YUV | 180.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 80 | 0 | 0.35 | 0.68 | 0.01 | 28.95 | 0.97 | 0.65 |
| Hex | FC | A3 | 50 | 0 | 23 | 44 | 1 | 1D | 61 | 41 |
| Octal | 374 | 243 | 120 | 0 | 43 | 104 | 1 | 35 | 141 | 101 |
| Binary | 11111100 | 10100011 | 1010000 | 0 | 100011 | 1000100 | 1 | 11101 | 1100001 | 1000001 |
Color Harmonies of #FCA350
Complementary color
Monochromatic Colors of #FCA350
Black with #FCA350
Text Example
Text Example
White with #FCA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA350; }
p { color: rgb(252,163,80); }
H1.HeaderClassName
{
color: #FCA350;
}
.AnyTagClassName
{
color: #FCA350;
}
</style>
background-color css
<style>
a { background-color: #FCA350; }
a { background-color: rgb(252,163,80); }
div.DivClassName
{
background-color: #FCA350;
}
.BgClassName
{
background-color: #FCA350;
}
</style>
border-color css
<style>
span { border-color: #FCA350; }
span { border-color: rgb(252,163,80); }
td.TdClassName
{
border-color: #FCA350;
}
.TagClassName
{
border-color: #FCA350;
}
</style>