Shades of Pumpkin #FC700B
Tints of Pumpkin #FC700B
RGB
CMYK
RGB Variations
Color information
#FC700B (or 0xFC700B) is known color: Pumpkin. HEX triplet: FC, 70 and 0B. RGB value is (252,112,11). Sum of RGB (Red+Green+Blue) = 252+112+11=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC700B is #038FF4. Grayscale: #8E8E8E. Windows color (decimal): -233461 or 749820. OLE color: 749820.
HSL color Cylindrical-coordinate representation of color #FC700B: hue angle of 25.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC700B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.01 |
| HSL | 25.15º | 0.98% | 0.52% | - |
| HSV(B) | 25.15º | 0.96% | 0.99% | - |
| XYZ | 46 | 32.31 | 4.13 | - |
| YUV | 142.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 11 | 0 | 0.56 | 0.96 | 0.01 | 25.15 | 0.98 | 0.52 |
| Hex | FC | 70 | B | 0 | 38 | 60 | 1 | 19 | 62 | 34 |
| Octal | 374 | 160 | 13 | 0 | 70 | 140 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1110000 | 1011 | 0 | 111000 | 1100000 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC700B
Complementary color
Monochromatic Colors of #FC700B
Black with #FC700B
Text Example
Text Example
White with #FC700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC700B; }
p { color: rgb(252,112,11); }
H1.HeaderClassName
{
color: #FC700B;
}
.AnyTagClassName
{
color: #FC700B;
}
</style>
background-color css
<style>
a { background-color: #FC700B; }
a { background-color: rgb(252,112,11); }
div.DivClassName
{
background-color: #FC700B;
}
.BgClassName
{
background-color: #FC700B;
}
</style>
border-color css
<style>
span { border-color: #FC700B; }
span { border-color: rgb(252,112,11); }
td.TdClassName
{
border-color: #FC700B;
}
.TagClassName
{
border-color: #FC700B;
}
</style>