Shades of Pumpkin #FC771C
Tints of Pumpkin #FC771C
RGB
CMYK
RGB Variations
Color information
#FC771C (or 0xFC771C) is known color: Pumpkin. HEX triplet: FC, 77 and 1C. RGB value is (252,119,28). Sum of RGB (Red+Green+Blue) = 252+119+28=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC771C is #0388E3. Grayscale: #949494. Windows color (decimal): -231652 or 1865724. OLE color: 1865724.
HSL color Cylindrical-coordinate representation of color #FC771C: hue angle of 24.38º 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 #FC771C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 28 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.01 |
| HSL | 24.38º | 0.97% | 0.55% | - |
| HSV(B) | 24.38º | 0.89% | 0.99% | - |
| XYZ | 46.95 | 33.97 | 5.18 | - |
| YUV | 148.39 | 60.06 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 28 | 0 | 0.53 | 0.89 | 0.01 | 24.38 | 0.97 | 0.55 |
| Hex | FC | 77 | 1C | 0 | 35 | 59 | 1 | 18 | 61 | 37 |
| Octal | 374 | 167 | 34 | 0 | 65 | 131 | 1 | 30 | 141 | 67 |
| Binary | 11111100 | 1110111 | 11100 | 0 | 110101 | 1011001 | 1 | 11000 | 1100001 | 110111 |
Color Harmonies of #FC771C
Complementary color
Monochromatic Colors of #FC771C
Black with #FC771C
Text Example
Text Example
White with #FC771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC771C; }
p { color: rgb(252,119,28); }
H1.HeaderClassName
{
color: #FC771C;
}
.AnyTagClassName
{
color: #FC771C;
}
</style>
background-color css
<style>
a { background-color: #FC771C; }
a { background-color: rgb(252,119,28); }
div.DivClassName
{
background-color: #FC771C;
}
.BgClassName
{
background-color: #FC771C;
}
</style>
border-color css
<style>
span { border-color: #FC771C; }
span { border-color: rgb(252,119,28); }
td.TdClassName
{
border-color: #FC771C;
}
.TagClassName
{
border-color: #FC771C;
}
</style>