Shades of Pumpkin #FC5E1C
Tints of Pumpkin #FC5E1C
RGB
CMYK
RGB Variations
Color information
#FC5E1C (or 0xFC5E1C) is known color: Pumpkin. HEX triplet: FC, 5E and 1C. RGB value is (252,94,28). Sum of RGB (Red+Green+Blue) = 252+94+28=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E1C is #03A1E3. Grayscale: #868686. Windows color (decimal): -238052 or 1859324. OLE color: 1859324.
HSL color Cylindrical-coordinate representation of color #FC5E1C: hue angle of 17.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC5E1C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 28 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.01 |
| HSL | 17.68º | 0.97% | 0.55% | - |
| HSV(B) | 17.68º | 0.89% | 0.99% | - |
| XYZ | 44.36 | 28.78 | 4.32 | - |
| YUV | 133.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 28 | 0 | 0.63 | 0.89 | 0.01 | 17.68 | 0.97 | 0.55 |
| Hex | FC | 5E | 1C | 0 | 3F | 59 | 1 | 12 | 61 | 37 |
| Octal | 374 | 136 | 34 | 0 | 77 | 131 | 1 | 22 | 141 | 67 |
| Binary | 11111100 | 1011110 | 11100 | 0 | 111111 | 1011001 | 1 | 10010 | 1100001 | 110111 |
Color Harmonies of #FC5E1C
Complementary color
Monochromatic Colors of #FC5E1C
Black with #FC5E1C
Text Example
Text Example
White with #FC5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E1C; }
p { color: rgb(252,94,28); }
H1.HeaderClassName
{
color: #FC5E1C;
}
.AnyTagClassName
{
color: #FC5E1C;
}
</style>
background-color css
<style>
a { background-color: #FC5E1C; }
a { background-color: rgb(252,94,28); }
div.DivClassName
{
background-color: #FC5E1C;
}
.BgClassName
{
background-color: #FC5E1C;
}
</style>
border-color css
<style>
span { border-color: #FC5E1C; }
span { border-color: rgb(252,94,28); }
td.TdClassName
{
border-color: #FC5E1C;
}
.TagClassName
{
border-color: #FC5E1C;
}
</style>