Shades of Pumpkin #FC7A1F
Tints of Pumpkin #FC7A1F
RGB
CMYK
RGB Variations
Color information
#FC7A1F (or 0xFC7A1F) is known color: Pumpkin. HEX triplet: FC, 7A and 1F. RGB value is (252,122,31). Sum of RGB (Red+Green+Blue) = 252+122+31=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A1F is #0385E0. Grayscale: #969696. Windows color (decimal): -230881 or 2063100. OLE color: 2063100.
HSL color Cylindrical-coordinate representation of color #FC7A1F: hue angle of 24.71º 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 #FC7A1F is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 31 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.01 |
| HSL | 24.71º | 0.97% | 0.55% | - |
| HSV(B) | 24.71º | 0.88% | 0.99% | - |
| XYZ | 47.35 | 34.71 | 5.5 | - |
| YUV | 150.5 | 60.57 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 31 | 0 | 0.52 | 0.88 | 0.01 | 24.71 | 0.97 | 0.55 |
| Hex | FC | 7A | 1F | 0 | 34 | 58 | 1 | 19 | 61 | 37 |
| Octal | 374 | 172 | 37 | 0 | 64 | 130 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111010 | 11111 | 0 | 110100 | 1011000 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC7A1F
Complementary color
Monochromatic Colors of #FC7A1F
Black with #FC7A1F
Text Example
Text Example
White with #FC7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A1F; }
p { color: rgb(252,122,31); }
H1.HeaderClassName
{
color: #FC7A1F;
}
.AnyTagClassName
{
color: #FC7A1F;
}
</style>
background-color css
<style>
a { background-color: #FC7A1F; }
a { background-color: rgb(252,122,31); }
div.DivClassName
{
background-color: #FC7A1F;
}
.BgClassName
{
background-color: #FC7A1F;
}
</style>
border-color css
<style>
span { border-color: #FC7A1F; }
span { border-color: rgb(252,122,31); }
td.TdClassName
{
border-color: #FC7A1F;
}
.TagClassName
{
border-color: #FC7A1F;
}
</style>