Shades of Pumpkin #FC700D
Tints of Pumpkin #FC700D
RGB
CMYK
RGB Variations
Color information
#FC700D (or 0xFC700D) is known color: Pumpkin. HEX triplet: FC, 70 and 0D. RGB value is (252,112,13). Sum of RGB (Red+Green+Blue) = 252+112+13=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC700D is #038FF2. Grayscale: #8F8F8F. Windows color (decimal): -233459 or 880892. OLE color: 880892.
HSL color Cylindrical-coordinate representation of color #FC700D: hue angle of 24.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC700D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.01 |
| HSL | 24.85º | 0.98% | 0.52% | - |
| HSV(B) | 24.85º | 0.95% | 0.99% | - |
| XYZ | 46.01 | 32.31 | 4.19 | - |
| YUV | 142.57 | 54.88 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 13 | 0 | 0.56 | 0.95 | 0.01 | 24.85 | 0.98 | 0.52 |
| Hex | FC | 70 | D | 0 | 38 | 5F | 1 | 19 | 62 | 34 |
| Octal | 374 | 160 | 15 | 0 | 70 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1110000 | 1101 | 0 | 111000 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC700D
Complementary color
Monochromatic Colors of #FC700D
Black with #FC700D
Text Example
Text Example
White with #FC700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC700D; }
p { color: rgb(252,112,13); }
H1.HeaderClassName
{
color: #FC700D;
}
.AnyTagClassName
{
color: #FC700D;
}
</style>
background-color css
<style>
a { background-color: #FC700D; }
a { background-color: rgb(252,112,13); }
div.DivClassName
{
background-color: #FC700D;
}
.BgClassName
{
background-color: #FC700D;
}
</style>
border-color css
<style>
span { border-color: #FC700D; }
span { border-color: rgb(252,112,13); }
td.TdClassName
{
border-color: #FC700D;
}
.TagClassName
{
border-color: #FC700D;
}
</style>