Shades of Sunshade #FC914E
Tints of Sunshade #FC914E
RGB
CMYK
RGB Variations
Color information
#FC914E (or 0xFC914E) is known color: Sunshade. HEX triplet: FC, 91 and 4E. RGB value is (252,145,78). Sum of RGB (Red+Green+Blue) = 252+145+78=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC914E is #036EB1. Grayscale: #A9A9A9. Windows color (decimal): -224946 or 5149180. OLE color: 5149180.
HSL color Cylindrical-coordinate representation of color #FC914E: hue angle of 23.1º 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 #FC914E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 78 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.01 |
| HSL | 23.1º | 0.97% | 0.65% | - |
| HSV(B) | 23.1º | 0.69% | 0.99% | - |
| XYZ | 51.65 | 41.5 | 12.5 | - |
| YUV | 169.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 78 | 0 | 0.42 | 0.69 | 0.01 | 23.1 | 0.97 | 0.65 |
| Hex | FC | 91 | 4E | 0 | 2A | 45 | 1 | 17 | 61 | 41 |
| Octal | 374 | 221 | 116 | 0 | 52 | 105 | 1 | 27 | 141 | 101 |
| Binary | 11111100 | 10010001 | 1001110 | 0 | 101010 | 1000101 | 1 | 10111 | 1100001 | 1000001 |
Color Harmonies of #FC914E
Complementary color
Monochromatic Colors of #FC914E
Black with #FC914E
Text Example
Text Example
White with #FC914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC914E; }
p { color: rgb(252,145,78); }
H1.HeaderClassName
{
color: #FC914E;
}
.AnyTagClassName
{
color: #FC914E;
}
</style>
background-color css
<style>
a { background-color: #FC914E; }
a { background-color: rgb(252,145,78); }
div.DivClassName
{
background-color: #FC914E;
}
.BgClassName
{
background-color: #FC914E;
}
</style>
border-color css
<style>
span { border-color: #FC914E; }
span { border-color: rgb(252,145,78); }
td.TdClassName
{
border-color: #FC914E;
}
.TagClassName
{
border-color: #FC914E;
}
</style>