Shades of Pumpkin #FC7A0E
Tints of Pumpkin #FC7A0E
RGB
CMYK
RGB Variations
Color information
#FC7A0E (or 0xFC7A0E) is known color: Pumpkin. HEX triplet: FC, 7A and 0E. RGB value is (252,122,14). Sum of RGB (Red+Green+Blue) = 252+122+14=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A0E is #0385F1. Grayscale: #959595. Windows color (decimal): -230898 or 948988. OLE color: 948988.
HSL color Cylindrical-coordinate representation of color #FC7A0E: hue angle of 27.23º 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 #FC7A0E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.01 |
| HSL | 27.23º | 0.98% | 0.52% | - |
| HSV(B) | 27.23º | 0.94% | 0.99% | - |
| XYZ | 47.18 | 34.65 | 4.62 | - |
| YUV | 148.56 | 52.07 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 14 | 0 | 0.52 | 0.94 | 0.01 | 27.23 | 0.98 | 0.52 |
| Hex | FC | 7A | E | 0 | 34 | 5E | 1 | 1B | 62 | 34 |
| Octal | 374 | 172 | 16 | 0 | 64 | 136 | 1 | 33 | 142 | 64 |
| Binary | 11111100 | 1111010 | 1110 | 0 | 110100 | 1011110 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FC7A0E
Complementary color
Monochromatic Colors of #FC7A0E
Black with #FC7A0E
Text Example
Text Example
White with #FC7A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A0E; }
p { color: rgb(252,122,14); }
H1.HeaderClassName
{
color: #FC7A0E;
}
.AnyTagClassName
{
color: #FC7A0E;
}
</style>
background-color css
<style>
a { background-color: #FC7A0E; }
a { background-color: rgb(252,122,14); }
div.DivClassName
{
background-color: #FC7A0E;
}
.BgClassName
{
background-color: #FC7A0E;
}
</style>
border-color css
<style>
span { border-color: #FC7A0E; }
span { border-color: rgb(252,122,14); }
td.TdClassName
{
border-color: #FC7A0E;
}
.TagClassName
{
border-color: #FC7A0E;
}
</style>