Shades of Pumpkin #FC7E1F
Tints of Pumpkin #FC7E1F
RGB
CMYK
RGB Variations
Color information
#FC7E1F (or 0xFC7E1F) is known color: Pumpkin. HEX triplet: FC, 7E and 1F. RGB value is (252,126,31). Sum of RGB (Red+Green+Blue) = 252+126+31=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E1F is #0381E0. Grayscale: #999999. Windows color (decimal): -229857 or 2064124. OLE color: 2064124.
HSL color Cylindrical-coordinate representation of color #FC7E1F: hue angle of 25.79º 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 #FC7E1F is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 31 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.01 |
| HSL | 25.79º | 0.97% | 0.55% | - |
| HSV(B) | 25.79º | 0.88% | 0.99% | - |
| XYZ | 47.85 | 35.72 | 5.67 | - |
| YUV | 152.84 | 59.24 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 31 | 0 | 0.5 | 0.88 | 0.01 | 25.79 | 0.97 | 0.55 |
| Hex | FC | 7E | 1F | 0 | 32 | 58 | 1 | 1A | 61 | 37 |
| Octal | 374 | 176 | 37 | 0 | 62 | 130 | 1 | 32 | 141 | 67 |
| Binary | 11111100 | 1111110 | 11111 | 0 | 110010 | 1011000 | 1 | 11010 | 1100001 | 110111 |
Color Harmonies of #FC7E1F
Complementary color
Monochromatic Colors of #FC7E1F
Black with #FC7E1F
Text Example
Text Example
White with #FC7E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E1F; }
p { color: rgb(252,126,31); }
H1.HeaderClassName
{
color: #FC7E1F;
}
.AnyTagClassName
{
color: #FC7E1F;
}
</style>
background-color css
<style>
a { background-color: #FC7E1F; }
a { background-color: rgb(252,126,31); }
div.DivClassName
{
background-color: #FC7E1F;
}
.BgClassName
{
background-color: #FC7E1F;
}
</style>
border-color css
<style>
span { border-color: #FC7E1F; }
span { border-color: rgb(252,126,31); }
td.TdClassName
{
border-color: #FC7E1F;
}
.TagClassName
{
border-color: #FC7E1F;
}
</style>