Shades of Pumpkin #FC761E
Tints of Pumpkin #FC761E
RGB
CMYK
RGB Variations
Color information
#FC761E (or 0xFC761E) is known color: Pumpkin. HEX triplet: FC, 76 and 1E. RGB value is (252,118,30). Sum of RGB (Red+Green+Blue) = 252+118+30=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC761E is #0389E1. Grayscale: #949494. Windows color (decimal): -231906 or 1996540. OLE color: 1996540.
HSL color Cylindrical-coordinate representation of color #FC761E: hue angle of 23.78º 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 #FC761E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 30 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.01 |
| HSL | 23.78º | 0.97% | 0.55% | - |
| HSV(B) | 23.78º | 0.88% | 0.99% | - |
| XYZ | 46.86 | 33.75 | 5.27 | - |
| YUV | 148.03 | 61.39 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 30 | 0 | 0.53 | 0.88 | 0.01 | 23.78 | 0.97 | 0.55 |
| Hex | FC | 76 | 1E | 0 | 35 | 58 | 1 | 18 | 61 | 37 |
| Octal | 374 | 166 | 36 | 0 | 65 | 130 | 1 | 30 | 141 | 67 |
| Binary | 11111100 | 1110110 | 11110 | 0 | 110101 | 1011000 | 1 | 11000 | 1100001 | 110111 |
Color Harmonies of #FC761E
Complementary color
Monochromatic Colors of #FC761E
Black with #FC761E
Text Example
Text Example
White with #FC761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC761E; }
p { color: rgb(252,118,30); }
H1.HeaderClassName
{
color: #FC761E;
}
.AnyTagClassName
{
color: #FC761E;
}
</style>
background-color css
<style>
a { background-color: #FC761E; }
a { background-color: rgb(252,118,30); }
div.DivClassName
{
background-color: #FC761E;
}
.BgClassName
{
background-color: #FC761E;
}
</style>
border-color css
<style>
span { border-color: #FC761E; }
span { border-color: rgb(252,118,30); }
td.TdClassName
{
border-color: #FC761E;
}
.TagClassName
{
border-color: #FC761E;
}
</style>