Shades of Pumpkin #FC721C
Tints of Pumpkin #FC721C
RGB
CMYK
RGB Variations
Color information
#FC721C (or 0xFC721C) is known color: Pumpkin. HEX triplet: FC, 72 and 1C. RGB value is (252,114,28). Sum of RGB (Red+Green+Blue) = 252+114+28=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC721C is #038DE3. Grayscale: #919191. Windows color (decimal): -232932 or 1864444. OLE color: 1864444.
HSL color Cylindrical-coordinate representation of color #FC721C: hue angle of 23.04º 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 #FC721C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.01 |
| HSL | 23.04º | 0.97% | 0.55% | - |
| HSV(B) | 23.04º | 0.89% | 0.99% | - |
| XYZ | 46.37 | 32.81 | 4.99 | - |
| YUV | 145.46 | 61.72 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 28 | 0 | 0.55 | 0.89 | 0.01 | 23.04 | 0.97 | 0.55 |
| Hex | FC | 72 | 1C | 0 | 37 | 59 | 1 | 17 | 61 | 37 |
| Octal | 374 | 162 | 34 | 0 | 67 | 131 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110010 | 11100 | 0 | 110111 | 1011001 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC721C
Complementary color
Monochromatic Colors of #FC721C
Black with #FC721C
Text Example
Text Example
White with #FC721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC721C; }
p { color: rgb(252,114,28); }
H1.HeaderClassName
{
color: #FC721C;
}
.AnyTagClassName
{
color: #FC721C;
}
</style>
background-color css
<style>
a { background-color: #FC721C; }
a { background-color: rgb(252,114,28); }
div.DivClassName
{
background-color: #FC721C;
}
.BgClassName
{
background-color: #FC721C;
}
</style>
border-color css
<style>
span { border-color: #FC721C; }
span { border-color: rgb(252,114,28); }
td.TdClassName
{
border-color: #FC721C;
}
.TagClassName
{
border-color: #FC721C;
}
</style>