Shades of Sunshade #FCA255
Tints of Sunshade #FCA255
RGB
CMYK
RGB Variations
Color information
#FCA255 (or 0xFCA255) is known color: Sunshade. HEX triplet: FC, A2 and 55. RGB value is (252,162,85). Sum of RGB (Red+Green+Blue) = 252+162+85=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA255 is #035DAA. Grayscale: #B4B4B4. Windows color (decimal): -220587 or 5612284. OLE color: 5612284.
HSL color Cylindrical-coordinate representation of color #FCA255: hue angle of 27.66º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCA255 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 85 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.01 |
| HSL | 27.66º | 0.97% | 0.66% | - |
| HSV(B) | 27.66º | 0.66% | 0.99% | - |
| XYZ | 54.7 | 47.19 | 14.82 | - |
| YUV | 180.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 85 | 0 | 0.36 | 0.66 | 0.01 | 27.66 | 0.97 | 0.66 |
| Hex | FC | A2 | 55 | 0 | 24 | 42 | 1 | 1C | 61 | 42 |
| Octal | 374 | 242 | 125 | 0 | 44 | 102 | 1 | 34 | 141 | 102 |
| Binary | 11111100 | 10100010 | 1010101 | 0 | 100100 | 1000010 | 1 | 11100 | 1100001 | 1000010 |
Color Harmonies of #FCA255
Complementary color
Monochromatic Colors of #FCA255
Black with #FCA255
Text Example
Text Example
White with #FCA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA255; }
p { color: rgb(252,162,85); }
H1.HeaderClassName
{
color: #FCA255;
}
.AnyTagClassName
{
color: #FCA255;
}
</style>
background-color css
<style>
a { background-color: #FCA255; }
a { background-color: rgb(252,162,85); }
div.DivClassName
{
background-color: #FCA255;
}
.BgClassName
{
background-color: #FCA255;
}
</style>
border-color css
<style>
span { border-color: #FCA255; }
span { border-color: rgb(252,162,85); }
td.TdClassName
{
border-color: #FCA255;
}
.TagClassName
{
border-color: #FCA255;
}
</style>