Shades of Pumpkin #FC830F
Tints of Pumpkin #FC830F
RGB
CMYK
RGB Variations
Color information
#FC830F (or 0xFC830F) is known color: Pumpkin. HEX triplet: FC, 83 and 0F. RGB value is (252,131,15). Sum of RGB (Red+Green+Blue) = 252+131+15=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC830F is #037CF0. Grayscale: #9A9A9A. Windows color (decimal): -228593 or 1016828. OLE color: 1016828.
HSL color Cylindrical-coordinate representation of color #FC830F: hue angle of 29.37º 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 #FC830F is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 15 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.01 |
| HSL | 29.37º | 0.98% | 0.52% | - |
| HSV(B) | 29.37º | 0.94% | 0.99% | - |
| XYZ | 48.35 | 36.96 | 5.04 | - |
| YUV | 153.96 | 49.59 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 15 | 0 | 0.48 | 0.94 | 0.01 | 29.37 | 0.98 | 0.52 |
| Hex | FC | 83 | F | 0 | 30 | 5E | 1 | 1D | 62 | 34 |
| Octal | 374 | 203 | 17 | 0 | 60 | 136 | 1 | 35 | 142 | 64 |
| Binary | 11111100 | 10000011 | 1111 | 0 | 110000 | 1011110 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FC830F
Complementary color
Monochromatic Colors of #FC830F
Black with #FC830F
Text Example
Text Example
White with #FC830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC830F; }
p { color: rgb(252,131,15); }
H1.HeaderClassName
{
color: #FC830F;
}
.AnyTagClassName
{
color: #FC830F;
}
</style>
background-color css
<style>
a { background-color: #FC830F; }
a { background-color: rgb(252,131,15); }
div.DivClassName
{
background-color: #FC830F;
}
.BgClassName
{
background-color: #FC830F;
}
</style>
border-color css
<style>
span { border-color: #FC830F; }
span { border-color: rgb(252,131,15); }
td.TdClassName
{
border-color: #FC830F;
}
.TagClassName
{
border-color: #FC830F;
}
</style>