Shades of Pumpkin #FC731E
Tints of Pumpkin #FC731E
RGB
CMYK
RGB Variations
Color information
#FC731E (or 0xFC731E) is known color: Pumpkin. HEX triplet: FC, 73 and 1E. RGB value is (252,115,30). Sum of RGB (Red+Green+Blue) = 252+115+30=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC731E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC731E is #038CE1. Grayscale: #929292. Windows color (decimal): -232674 or 1995772. OLE color: 1995772.
HSL color Cylindrical-coordinate representation of color #FC731E: hue angle of 22.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC731E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.01 |
| HSL | 22.97º | 0.97% | 0.55% | - |
| HSV(B) | 22.97º | 0.88% | 0.99% | - |
| XYZ | 46.51 | 33.05 | 5.16 | - |
| YUV | 146.27 | 62.39 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 30 | 0 | 0.54 | 0.88 | 0.01 | 22.97 | 0.97 | 0.55 |
| Hex | FC | 73 | 1E | 0 | 36 | 58 | 1 | 17 | 61 | 37 |
| Octal | 374 | 163 | 36 | 0 | 66 | 130 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110011 | 11110 | 0 | 110110 | 1011000 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC731E
Complementary color
Monochromatic Colors of #FC731E
Black with #FC731E
Text Example
Text Example
White with #FC731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC731E; }
p { color: rgb(252,115,30); }
H1.HeaderClassName
{
color: #FC731E;
}
.AnyTagClassName
{
color: #FC731E;
}
</style>
background-color css
<style>
a { background-color: #FC731E; }
a { background-color: rgb(252,115,30); }
div.DivClassName
{
background-color: #FC731E;
}
.BgClassName
{
background-color: #FC731E;
}
</style>
border-color css
<style>
span { border-color: #FC731E; }
span { border-color: rgb(252,115,30); }
td.TdClassName
{
border-color: #FC731E;
}
.TagClassName
{
border-color: #FC731E;
}
</style>