Shades of Pumpkin #FC7A1C
Tints of Pumpkin #FC7A1C
RGB
CMYK
RGB Variations
Color information
#FC7A1C (or 0xFC7A1C) is known color: Pumpkin. HEX triplet: FC, 7A and 1C. RGB value is (252,122,28). Sum of RGB (Red+Green+Blue) = 252+122+28=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A1C is #0385E3. Grayscale: #969696. Windows color (decimal): -230884 or 1866492. OLE color: 1866492.
HSL color Cylindrical-coordinate representation of color #FC7A1C: hue angle of 25.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC7A1C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.01 |
| HSL | 25.18º | 0.97% | 0.55% | - |
| HSV(B) | 25.18º | 0.89% | 0.99% | - |
| XYZ | 47.31 | 34.7 | 5.3 | - |
| YUV | 150.15 | 59.07 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 28 | 0 | 0.52 | 0.89 | 0.01 | 25.18 | 0.97 | 0.55 |
| Hex | FC | 7A | 1C | 0 | 34 | 59 | 1 | 19 | 61 | 37 |
| Octal | 374 | 172 | 34 | 0 | 64 | 131 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111010 | 11100 | 0 | 110100 | 1011001 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC7A1C
Complementary color
Monochromatic Colors of #FC7A1C
Black with #FC7A1C
Text Example
Text Example
White with #FC7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A1C; }
p { color: rgb(252,122,28); }
H1.HeaderClassName
{
color: #FC7A1C;
}
.AnyTagClassName
{
color: #FC7A1C;
}
</style>
background-color css
<style>
a { background-color: #FC7A1C; }
a { background-color: rgb(252,122,28); }
div.DivClassName
{
background-color: #FC7A1C;
}
.BgClassName
{
background-color: #FC7A1C;
}
</style>
border-color css
<style>
span { border-color: #FC7A1C; }
span { border-color: rgb(252,122,28); }
td.TdClassName
{
border-color: #FC7A1C;
}
.TagClassName
{
border-color: #FC7A1C;
}
</style>