Shades of Sunshade #FC9145
Tints of Sunshade #FC9145
RGB
CMYK
RGB Variations
Color information
#FC9145 (or 0xFC9145) is known color: Sunshade. HEX triplet: FC, 91 and 45. RGB value is (252,145,69). Sum of RGB (Red+Green+Blue) = 252+145+69=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9145 is #036EBA. Grayscale: #A8A8A8. Windows color (decimal): -224955 or 4559356. OLE color: 4559356.
HSL color Cylindrical-coordinate representation of color #FC9145: hue angle of 24.92º 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 #FC9145 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 69 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.01 |
| HSL | 24.92º | 0.97% | 0.63% | - |
| HSV(B) | 24.92º | 0.73% | 0.99% | - |
| XYZ | 51.34 | 41.38 | 10.91 | - |
| YUV | 168.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 69 | 0 | 0.42 | 0.73 | 0.01 | 24.92 | 0.97 | 0.63 |
| Hex | FC | 91 | 45 | 0 | 2A | 49 | 1 | 19 | 61 | 3F |
| Octal | 374 | 221 | 105 | 0 | 52 | 111 | 1 | 31 | 141 | 77 |
| Binary | 11111100 | 10010001 | 1000101 | 0 | 101010 | 1001001 | 1 | 11001 | 1100001 | 111111 |
Color Harmonies of #FC9145
Complementary color
Monochromatic Colors of #FC9145
Black with #FC9145
Text Example
Text Example
White with #FC9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9145; }
p { color: rgb(252,145,69); }
H1.HeaderClassName
{
color: #FC9145;
}
.AnyTagClassName
{
color: #FC9145;
}
</style>
background-color css
<style>
a { background-color: #FC9145; }
a { background-color: rgb(252,145,69); }
div.DivClassName
{
background-color: #FC9145;
}
.BgClassName
{
background-color: #FC9145;
}
</style>
border-color css
<style>
span { border-color: #FC9145; }
span { border-color: rgb(252,145,69); }
td.TdClassName
{
border-color: #FC9145;
}
.TagClassName
{
border-color: #FC9145;
}
</style>