Shades of Pumpkin #FC7F0F
Tints of Pumpkin #FC7F0F
RGB
CMYK
RGB Variations
Color information
#FC7F0F (or 0xFC7F0F) is known color: Pumpkin. HEX triplet: FC, 7F and 0F. RGB value is (252,127,15). Sum of RGB (Red+Green+Blue) = 252+127+15=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F0F is #0380F0. Grayscale: #989898. Windows color (decimal): -229617 or 1015804. OLE color: 1015804.
HSL color Cylindrical-coordinate representation of color #FC7F0F: hue angle of 28.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC7F0F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.01 |
| HSL | 28.35º | 0.98% | 0.52% | - |
| HSV(B) | 28.35º | 0.94% | 0.99% | - |
| XYZ | 47.82 | 35.91 | 4.86 | - |
| YUV | 151.61 | 50.91 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 15 | 0 | 0.50 | 0.94 | 0.01 | 28.35 | 0.98 | 0.52 |
| Hex | FC | 7F | F | 0 | 32 | 5E | 1 | 1C | 62 | 34 |
| Octal | 374 | 177 | 17 | 0 | 62 | 136 | 1 | 34 | 142 | 64 |
| Binary | 11111100 | 1111111 | 1111 | 0 | 110010 | 1011110 | 1 | 11100 | 1100010 | 110100 |
Color Harmonies of #FC7F0F
Complementary color
Monochromatic Colors of #FC7F0F
Black with #FC7F0F
Text Example
Text Example
White with #FC7F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F0F; }
p { color: rgb(252,127,15); }
H1.HeaderClassName
{
color: #FC7F0F;
}
.AnyTagClassName
{
color: #FC7F0F;
}
</style>
background-color css
<style>
a { background-color: #FC7F0F; }
a { background-color: rgb(252,127,15); }
div.DivClassName
{
background-color: #FC7F0F;
}
.BgClassName
{
background-color: #FC7F0F;
}
</style>
border-color css
<style>
span { border-color: #FC7F0F; }
span { border-color: rgb(252,127,15); }
td.TdClassName
{
border-color: #FC7F0F;
}
.TagClassName
{
border-color: #FC7F0F;
}
</style>