Shades of Pumpkin #FC701C
Tints of Pumpkin #FC701C
RGB
CMYK
RGB Variations
Color information
#FC701C (or 0xFC701C) is known color: Pumpkin. HEX triplet: FC, 70 and 1C. RGB value is (252,112,28). Sum of RGB (Red+Green+Blue) = 252+112+28=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC701C is #038FE3. Grayscale: #909090. Windows color (decimal): -233444 or 1863932. OLE color: 1863932.
HSL color Cylindrical-coordinate representation of color #FC701C: hue angle of 22.5º 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 #FC701C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.01 |
| HSL | 22.5º | 0.97% | 0.55% | - |
| HSV(B) | 22.5º | 0.89% | 0.99% | - |
| XYZ | 46.15 | 32.37 | 4.91 | - |
| YUV | 144.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 28 | 0 | 0.56 | 0.89 | 0.01 | 22.5 | 0.97 | 0.55 |
| Hex | FC | 70 | 1C | 0 | 38 | 59 | 1 | 16 | 61 | 37 |
| Octal | 374 | 160 | 34 | 0 | 70 | 131 | 1 | 26 | 141 | 67 |
| Binary | 11111100 | 1110000 | 11100 | 0 | 111000 | 1011001 | 1 | 10110 | 1100001 | 110111 |
Color Harmonies of #FC701C
Complementary color
Monochromatic Colors of #FC701C
Black with #FC701C
Text Example
Text Example
White with #FC701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC701C; }
p { color: rgb(252,112,28); }
H1.HeaderClassName
{
color: #FC701C;
}
.AnyTagClassName
{
color: #FC701C;
}
</style>
background-color css
<style>
a { background-color: #FC701C; }
a { background-color: rgb(252,112,28); }
div.DivClassName
{
background-color: #FC701C;
}
.BgClassName
{
background-color: #FC701C;
}
</style>
border-color css
<style>
span { border-color: #FC701C; }
span { border-color: rgb(252,112,28); }
td.TdClassName
{
border-color: #FC701C;
}
.TagClassName
{
border-color: #FC701C;
}
</style>