Shades of Sunshade #FC914D
Tints of Sunshade #FC914D
RGB
CMYK
RGB Variations
Color information
#FC914D (or 0xFC914D) is known color: Sunshade. HEX triplet: FC, 91 and 4D. RGB value is (252,145,77). Sum of RGB (Red+Green+Blue) = 252+145+77=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC914D is #036EB2. Grayscale: #A9A9A9. Windows color (decimal): -224947 or 5083644. OLE color: 5083644.
HSL color Cylindrical-coordinate representation of color #FC914D: hue angle of 23.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC914D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 77 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.01 |
| HSL | 23.31º | 0.97% | 0.65% | - |
| HSV(B) | 23.31º | 0.69% | 0.99% | - |
| XYZ | 51.61 | 41.48 | 12.31 | - |
| YUV | 169.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 77 | 0 | 0.42 | 0.69 | 0.01 | 23.31 | 0.97 | 0.65 |
| Hex | FC | 91 | 4D | 0 | 2A | 45 | 1 | 17 | 61 | 41 |
| Octal | 374 | 221 | 115 | 0 | 52 | 105 | 1 | 27 | 141 | 101 |
| Binary | 11111100 | 10010001 | 1001101 | 0 | 101010 | 1000101 | 1 | 10111 | 1100001 | 1000001 |
Color Harmonies of #FC914D
Complementary color
Monochromatic Colors of #FC914D
Black with #FC914D
Text Example
Text Example
White with #FC914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC914D; }
p { color: rgb(252,145,77); }
H1.HeaderClassName
{
color: #FC914D;
}
.AnyTagClassName
{
color: #FC914D;
}
</style>
background-color css
<style>
a { background-color: #FC914D; }
a { background-color: rgb(252,145,77); }
div.DivClassName
{
background-color: #FC914D;
}
.BgClassName
{
background-color: #FC914D;
}
</style>
border-color css
<style>
span { border-color: #FC914D; }
span { border-color: rgb(252,145,77); }
td.TdClassName
{
border-color: #FC914D;
}
.TagClassName
{
border-color: #FC914D;
}
</style>