Shades of Pumpkin #FC7A14
Tints of Pumpkin #FC7A14
RGB
CMYK
RGB Variations
Color information
#FC7A14 (or 0xFC7A14) is known color: Pumpkin. HEX triplet: FC, 7A and 14. RGB value is (252,122,20). Sum of RGB (Red+Green+Blue) = 252+122+20=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A14 is #0385EB. Grayscale: #959595. Windows color (decimal): -230892 or 1342204. OLE color: 1342204.
HSL color Cylindrical-coordinate representation of color #FC7A14: hue angle of 26.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC7A14 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.01 |
| HSL | 26.38º | 0.97% | 0.53% | - |
| HSV(B) | 26.38º | 0.92% | 0.99% | - |
| XYZ | 47.23 | 34.67 | 4.86 | - |
| YUV | 149.24 | 55.07 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 20 | 0 | 0.52 | 0.92 | 0.01 | 26.38 | 0.97 | 0.53 |
| Hex | FC | 7A | 14 | 0 | 34 | 5C | 1 | 1A | 61 | 35 |
| Octal | 374 | 172 | 24 | 0 | 64 | 134 | 1 | 32 | 141 | 65 |
| Binary | 11111100 | 1111010 | 10100 | 0 | 110100 | 1011100 | 1 | 11010 | 1100001 | 110101 |
Color Harmonies of #FC7A14
Complementary color
Monochromatic Colors of #FC7A14
Black with #FC7A14
Text Example
Text Example
White with #FC7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A14; }
p { color: rgb(252,122,20); }
H1.HeaderClassName
{
color: #FC7A14;
}
.AnyTagClassName
{
color: #FC7A14;
}
</style>
background-color css
<style>
a { background-color: #FC7A14; }
a { background-color: rgb(252,122,20); }
div.DivClassName
{
background-color: #FC7A14;
}
.BgClassName
{
background-color: #FC7A14;
}
</style>
border-color css
<style>
span { border-color: #FC7A14; }
span { border-color: rgb(252,122,20); }
td.TdClassName
{
border-color: #FC7A14;
}
.TagClassName
{
border-color: #FC7A14;
}
</style>