Shades of Pumpkin #FC731B
Tints of Pumpkin #FC731B
RGB
CMYK
RGB Variations
Color information
#FC731B (or 0xFC731B) is known color: Pumpkin. HEX triplet: FC, 73 and 1B. RGB value is (252,115,27). Sum of RGB (Red+Green+Blue) = 252+115+27=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC731B is #038CE4. Grayscale: #929292. Windows color (decimal): -232677 or 1799164. OLE color: 1799164.
HSL color Cylindrical-coordinate representation of color #FC731B: hue angle of 23.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC731B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.01 |
| HSL | 23.47º | 0.97% | 0.55% | - |
| HSV(B) | 23.47º | 0.89% | 0.99% | - |
| XYZ | 46.47 | 33.04 | 4.96 | - |
| YUV | 145.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 27 | 0 | 0.54 | 0.89 | 0.01 | 23.47 | 0.97 | 0.55 |
| Hex | FC | 73 | 1B | 0 | 36 | 59 | 1 | 17 | 61 | 37 |
| Octal | 374 | 163 | 33 | 0 | 66 | 131 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110011 | 11011 | 0 | 110110 | 1011001 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC731B
Complementary color
Monochromatic Colors of #FC731B
Black with #FC731B
Text Example
Text Example
White with #FC731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC731B; }
p { color: rgb(252,115,27); }
H1.HeaderClassName
{
color: #FC731B;
}
.AnyTagClassName
{
color: #FC731B;
}
</style>
background-color css
<style>
a { background-color: #FC731B; }
a { background-color: rgb(252,115,27); }
div.DivClassName
{
background-color: #FC731B;
}
.BgClassName
{
background-color: #FC731B;
}
</style>
border-color css
<style>
span { border-color: #FC731B; }
span { border-color: rgb(252,115,27); }
td.TdClassName
{
border-color: #FC731B;
}
.TagClassName
{
border-color: #FC731B;
}
</style>