Shades of Pumpkin #FC7B1D
Tints of Pumpkin #FC7B1D
RGB
CMYK
RGB Variations
Color information
#FC7B1D (or 0xFC7B1D) is known color: Pumpkin. HEX triplet: FC, 7B and 1D. RGB value is (252,123,29). Sum of RGB (Red+Green+Blue) = 252+123+29=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B1D is #0384E2. Grayscale: #979797. Windows color (decimal): -230627 or 1932284. OLE color: 1932284.
HSL color Cylindrical-coordinate representation of color #FC7B1D: hue angle of 25.29º 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 #FC7B1D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.01 |
| HSL | 25.29º | 0.97% | 0.55% | - |
| HSV(B) | 25.29º | 0.88% | 0.99% | - |
| XYZ | 47.45 | 34.95 | 5.41 | - |
| YUV | 150.86 | 59.24 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 29 | 0 | 0.51 | 0.88 | 0.01 | 25.29 | 0.97 | 0.55 |
| Hex | FC | 7B | 1D | 0 | 33 | 58 | 1 | 19 | 61 | 37 |
| Octal | 374 | 173 | 35 | 0 | 63 | 130 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111011 | 11101 | 0 | 110011 | 1011000 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC7B1D
Complementary color
Monochromatic Colors of #FC7B1D
Black with #FC7B1D
Text Example
Text Example
White with #FC7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B1D; }
p { color: rgb(252,123,29); }
H1.HeaderClassName
{
color: #FC7B1D;
}
.AnyTagClassName
{
color: #FC7B1D;
}
</style>
background-color css
<style>
a { background-color: #FC7B1D; }
a { background-color: rgb(252,123,29); }
div.DivClassName
{
background-color: #FC7B1D;
}
.BgClassName
{
background-color: #FC7B1D;
}
</style>
border-color css
<style>
span { border-color: #FC7B1D; }
span { border-color: rgb(252,123,29); }
td.TdClassName
{
border-color: #FC7B1D;
}
.TagClassName
{
border-color: #FC7B1D;
}
</style>