Shades of Pumpkin #FC5E1E
Tints of Pumpkin #FC5E1E
RGB
CMYK
RGB Variations
Color information
#FC5E1E (or 0xFC5E1E) is known color: Pumpkin. HEX triplet: FC, 5E and 1E. RGB value is (252,94,30). Sum of RGB (Red+Green+Blue) = 252+94+30=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E1E is #03A1E1. Grayscale: #868686. Windows color (decimal): -238050 or 1990396. OLE color: 1990396.
HSL color Cylindrical-coordinate representation of color #FC5E1E: hue angle of 17.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC5E1E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 30 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.01 |
| HSL | 17.3º | 0.97% | 0.55% | - |
| HSV(B) | 17.3º | 0.88% | 0.99% | - |
| XYZ | 44.38 | 28.79 | 4.45 | - |
| YUV | 133.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 30 | 0 | 0.63 | 0.88 | 0.01 | 17.3 | 0.97 | 0.55 |
| Hex | FC | 5E | 1E | 0 | 3F | 58 | 1 | 11 | 61 | 37 |
| Octal | 374 | 136 | 36 | 0 | 77 | 130 | 1 | 21 | 141 | 67 |
| Binary | 11111100 | 1011110 | 11110 | 0 | 111111 | 1011000 | 1 | 10001 | 1100001 | 110111 |
Color Harmonies of #FC5E1E
Complementary color
Monochromatic Colors of #FC5E1E
Black with #FC5E1E
Text Example
Text Example
White with #FC5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E1E; }
p { color: rgb(252,94,30); }
H1.HeaderClassName
{
color: #FC5E1E;
}
.AnyTagClassName
{
color: #FC5E1E;
}
</style>
background-color css
<style>
a { background-color: #FC5E1E; }
a { background-color: rgb(252,94,30); }
div.DivClassName
{
background-color: #FC5E1E;
}
.BgClassName
{
background-color: #FC5E1E;
}
</style>
border-color css
<style>
span { border-color: #FC5E1E; }
span { border-color: rgb(252,94,30); }
td.TdClassName
{
border-color: #FC5E1E;
}
.TagClassName
{
border-color: #FC5E1E;
}
</style>