Shades of Pumpkin #FC621D
Tints of Pumpkin #FC621D
RGB
CMYK
RGB Variations
Color information
#FC621D (or 0xFC621D) is known color: Pumpkin. HEX triplet: FC, 62 and 1D. RGB value is (252,98,29). Sum of RGB (Red+Green+Blue) = 252+98+29=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC621D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC621D is #039DE2. Grayscale: #888888. Windows color (decimal): -237027 or 1925884. OLE color: 1925884.
HSL color Cylindrical-coordinate representation of color #FC621D: hue angle of 18.57º 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 #FC621D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.01 |
| HSL | 18.57º | 0.97% | 0.55% | - |
| HSV(B) | 18.57º | 0.88% | 0.99% | - |
| XYZ | 44.73 | 29.52 | 4.5 | - |
| YUV | 136.18 | 67.52 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 29 | 0 | 0.61 | 0.88 | 0.01 | 18.57 | 0.97 | 0.55 |
| Hex | FC | 62 | 1D | 0 | 3D | 58 | 1 | 13 | 61 | 37 |
| Octal | 374 | 142 | 35 | 0 | 75 | 130 | 1 | 23 | 141 | 67 |
| Binary | 11111100 | 1100010 | 11101 | 0 | 111101 | 1011000 | 1 | 10011 | 1100001 | 110111 |
Color Harmonies of #FC621D
Complementary color
Monochromatic Colors of #FC621D
Black with #FC621D
Text Example
Text Example
White with #FC621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC621D; }
p { color: rgb(252,98,29); }
H1.HeaderClassName
{
color: #FC621D;
}
.AnyTagClassName
{
color: #FC621D;
}
</style>
background-color css
<style>
a { background-color: #FC621D; }
a { background-color: rgb(252,98,29); }
div.DivClassName
{
background-color: #FC621D;
}
.BgClassName
{
background-color: #FC621D;
}
</style>
border-color css
<style>
span { border-color: #FC621D; }
span { border-color: rgb(252,98,29); }
td.TdClassName
{
border-color: #FC621D;
}
.TagClassName
{
border-color: #FC621D;
}
</style>