Shades of Sunshade #FC9D3E
Tints of Sunshade #FC9D3E
RGB
CMYK
RGB Variations
Color information
#FC9D3E (or 0xFC9D3E) is known color: Sunshade. HEX triplet: FC, 9D and 3E. RGB value is (252,157,62). Sum of RGB (Red+Green+Blue) = 252+157+62=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D3E is #0362C1. Grayscale: #AFAFAF. Windows color (decimal): -221890 or 4103676. OLE color: 4103676.
HSL color Cylindrical-coordinate representation of color #FC9D3E: hue angle of 30º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC9D3E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 62 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.01 |
| HSL | 30º | 0.97% | 0.62% | - |
| HSV(B) | 30º | 0.75% | 0.99% | - |
| XYZ | 53.07 | 45.16 | 10.48 | - |
| YUV | 174.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 62 | 0 | 0.38 | 0.75 | 0.01 | 30 | 0.97 | 0.62 |
| Hex | FC | 9D | 3E | 0 | 26 | 4B | 1 | 1E | 61 | 3E |
| Octal | 374 | 235 | 76 | 0 | 46 | 113 | 1 | 36 | 141 | 76 |
| Binary | 11111100 | 10011101 | 111110 | 0 | 100110 | 1001011 | 1 | 11110 | 1100001 | 111110 |
Color Harmonies of #FC9D3E
Complementary color
Monochromatic Colors of #FC9D3E
Black with #FC9D3E
Text Example
Text Example
White with #FC9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D3E; }
p { color: rgb(252,157,62); }
H1.HeaderClassName
{
color: #FC9D3E;
}
.AnyTagClassName
{
color: #FC9D3E;
}
</style>
background-color css
<style>
a { background-color: #FC9D3E; }
a { background-color: rgb(252,157,62); }
div.DivClassName
{
background-color: #FC9D3E;
}
.BgClassName
{
background-color: #FC9D3E;
}
</style>
border-color css
<style>
span { border-color: #FC9D3E; }
span { border-color: rgb(252,157,62); }
td.TdClassName
{
border-color: #FC9D3E;
}
.TagClassName
{
border-color: #FC9D3E;
}
</style>