Shades of Pumpkin #FC7A18
Tints of Pumpkin #FC7A18
RGB
CMYK
RGB Variations
Color information
#FC7A18 (or 0xFC7A18) is known color: Pumpkin. HEX triplet: FC, 7A and 18. RGB value is (252,122,24). Sum of RGB (Red+Green+Blue) = 252+122+24=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A18 is #0385E7. Grayscale: #969696. Windows color (decimal): -230888 or 1604348. OLE color: 1604348.
HSL color Cylindrical-coordinate representation of color #FC7A18: hue angle of 25.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC7A18 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.79º | 0.97% | 0.54% | - |
| HSV(B) | 25.79º | 0.9% | 0.99% | - |
| XYZ | 47.27 | 34.68 | 5.07 | - |
| YUV | 149.7 | 57.07 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 24 | 0 | 0.52 | 0.90 | 0.01 | 25.79 | 0.97 | 0.54 |
| Hex | FC | 7A | 18 | 0 | 34 | 5A | 1 | 1A | 61 | 36 |
| Octal | 374 | 172 | 30 | 0 | 64 | 132 | 1 | 32 | 141 | 66 |
| Binary | 11111100 | 1111010 | 11000 | 0 | 110100 | 1011010 | 1 | 11010 | 1100001 | 110110 |
Color Harmonies of #FC7A18
Complementary color
Monochromatic Colors of #FC7A18
Black with #FC7A18
Text Example
Text Example
White with #FC7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A18; }
p { color: rgb(252,122,24); }
H1.HeaderClassName
{
color: #FC7A18;
}
.AnyTagClassName
{
color: #FC7A18;
}
</style>
background-color css
<style>
a { background-color: #FC7A18; }
a { background-color: rgb(252,122,24); }
div.DivClassName
{
background-color: #FC7A18;
}
.BgClassName
{
background-color: #FC7A18;
}
</style>
border-color css
<style>
span { border-color: #FC7A18; }
span { border-color: rgb(252,122,24); }
td.TdClassName
{
border-color: #FC7A18;
}
.TagClassName
{
border-color: #FC7A18;
}
</style>