Shades of Pumpkin #FC6A1F
Tints of Pumpkin #FC6A1F
RGB
CMYK
RGB Variations
Color information
#FC6A1F (or 0xFC6A1F) is known color: Pumpkin. HEX triplet: FC, 6A and 1F. RGB value is (252,106,31). Sum of RGB (Red+Green+Blue) = 252+106+31=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A1F is #0395E0. Grayscale: #8D8D8D. Windows color (decimal): -234977 or 2059004. OLE color: 2059004.
HSL color Cylindrical-coordinate representation of color #FC6A1F: hue angle of 20.36º 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 #FC6A1F is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 31 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.01 |
| HSL | 20.36º | 0.97% | 0.55% | - |
| HSV(B) | 20.36º | 0.88% | 0.99% | - |
| XYZ | 45.55 | 31.1 | 4.9 | - |
| YUV | 141.1 | 65.87 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 31 | 0 | 0.58 | 0.88 | 0.01 | 20.36 | 0.97 | 0.55 |
| Hex | FC | 6A | 1F | 0 | 3A | 58 | 1 | 14 | 61 | 37 |
| Octal | 374 | 152 | 37 | 0 | 72 | 130 | 1 | 24 | 141 | 67 |
| Binary | 11111100 | 1101010 | 11111 | 0 | 111010 | 1011000 | 1 | 10100 | 1100001 | 110111 |
Color Harmonies of #FC6A1F
Complementary color
Monochromatic Colors of #FC6A1F
Black with #FC6A1F
Text Example
Text Example
White with #FC6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A1F; }
p { color: rgb(252,106,31); }
H1.HeaderClassName
{
color: #FC6A1F;
}
.AnyTagClassName
{
color: #FC6A1F;
}
</style>
background-color css
<style>
a { background-color: #FC6A1F; }
a { background-color: rgb(252,106,31); }
div.DivClassName
{
background-color: #FC6A1F;
}
.BgClassName
{
background-color: #FC6A1F;
}
</style>
border-color css
<style>
span { border-color: #FC6A1F; }
span { border-color: rgb(252,106,31); }
td.TdClassName
{
border-color: #FC6A1F;
}
.TagClassName
{
border-color: #FC6A1F;
}
</style>