Shades of Pumpkin #FC800F
Tints of Pumpkin #FC800F
RGB
CMYK
RGB Variations
Color information
#FC800F (or 0xFC800F) is known color: Pumpkin. HEX triplet: FC, 80 and 0F. RGB value is (252,128,15). Sum of RGB (Red+Green+Blue) = 252+128+15=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800F is #037FF0. Grayscale: #989898. Windows color (decimal): -229361 or 1016060. OLE color: 1016060.
HSL color Cylindrical-coordinate representation of color #FC800F: hue angle of 28.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC800F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.01 |
| HSL | 28.61º | 0.98% | 0.52% | - |
| HSV(B) | 28.61º | 0.94% | 0.99% | - |
| XYZ | 47.95 | 36.17 | 4.91 | - |
| YUV | 152.19 | 50.58 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 15 | 0 | 0.49 | 0.94 | 0.01 | 28.61 | 0.98 | 0.52 |
| Hex | FC | 80 | F | 0 | 31 | 5E | 1 | 1D | 62 | 34 |
| Octal | 374 | 200 | 17 | 0 | 61 | 136 | 1 | 35 | 142 | 64 |
| Binary | 11111100 | 10000000 | 1111 | 0 | 110001 | 1011110 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FC800F
Complementary color
Monochromatic Colors of #FC800F
Black with #FC800F
Text Example
Text Example
White with #FC800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC800F; }
p { color: rgb(252,128,15); }
H1.HeaderClassName
{
color: #FC800F;
}
.AnyTagClassName
{
color: #FC800F;
}
</style>
background-color css
<style>
a { background-color: #FC800F; }
a { background-color: rgb(252,128,15); }
div.DivClassName
{
background-color: #FC800F;
}
.BgClassName
{
background-color: #FC800F;
}
</style>
border-color css
<style>
span { border-color: #FC800F; }
span { border-color: rgb(252,128,15); }
td.TdClassName
{
border-color: #FC800F;
}
.TagClassName
{
border-color: #FC800F;
}
</style>