Shades of Pumpkin #FC6714
Tints of Pumpkin #FC6714
RGB
CMYK
RGB Variations
Color information
#FC6714 (or 0xFC6714) is known color: Pumpkin. HEX triplet: FC, 67 and 14. RGB value is (252,103,20). Sum of RGB (Red+Green+Blue) = 252+103+20=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6714 is #0398EB. Grayscale: #8A8A8A. Windows color (decimal): -235756 or 1337340. OLE color: 1337340.
HSL color Cylindrical-coordinate representation of color #FC6714: hue angle of 21.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC6714 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.01 |
| HSL | 21.47º | 0.97% | 0.53% | - |
| HSV(B) | 21.47º | 0.92% | 0.99% | - |
| XYZ | 45.12 | 30.45 | 4.16 | - |
| YUV | 138.09 | 61.36 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 20 | 0 | 0.59 | 0.92 | 0.01 | 21.47 | 0.97 | 0.53 |
| Hex | FC | 67 | 14 | 0 | 3B | 5C | 1 | 15 | 61 | 35 |
| Octal | 374 | 147 | 24 | 0 | 73 | 134 | 1 | 25 | 141 | 65 |
| Binary | 11111100 | 1100111 | 10100 | 0 | 111011 | 1011100 | 1 | 10101 | 1100001 | 110101 |
Color Harmonies of #FC6714
Complementary color
Monochromatic Colors of #FC6714
Black with #FC6714
Text Example
Text Example
White with #FC6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6714; }
p { color: rgb(252,103,20); }
H1.HeaderClassName
{
color: #FC6714;
}
.AnyTagClassName
{
color: #FC6714;
}
</style>
background-color css
<style>
a { background-color: #FC6714; }
a { background-color: rgb(252,103,20); }
div.DivClassName
{
background-color: #FC6714;
}
.BgClassName
{
background-color: #FC6714;
}
</style>
border-color css
<style>
span { border-color: #FC6714; }
span { border-color: rgb(252,103,20); }
td.TdClassName
{
border-color: #FC6714;
}
.TagClassName
{
border-color: #FC6714;
}
</style>