Shades of Pumpkin #FC791C
Tints of Pumpkin #FC791C
RGB
CMYK
RGB Variations
Color information
#FC791C (or 0xFC791C) is known color: Pumpkin. HEX triplet: FC, 79 and 1C. RGB value is (252,121,28). Sum of RGB (Red+Green+Blue) = 252+121+28=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC791C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC791C is #0386E3. Grayscale: #969696. Windows color (decimal): -231140 or 1866236. OLE color: 1866236.
HSL color Cylindrical-coordinate representation of color #FC791C: hue angle of 24.91º 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 #FC791C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.01 |
| HSL | 24.91º | 0.97% | 0.55% | - |
| HSV(B) | 24.91º | 0.89% | 0.99% | - |
| XYZ | 47.19 | 34.45 | 5.26 | - |
| YUV | 149.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 28 | 0 | 0.52 | 0.89 | 0.01 | 24.91 | 0.97 | 0.55 |
| Hex | FC | 79 | 1C | 0 | 34 | 59 | 1 | 19 | 61 | 37 |
| Octal | 374 | 171 | 34 | 0 | 64 | 131 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111001 | 11100 | 0 | 110100 | 1011001 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC791C
Complementary color
Monochromatic Colors of #FC791C
Black with #FC791C
Text Example
Text Example
White with #FC791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC791C; }
p { color: rgb(252,121,28); }
H1.HeaderClassName
{
color: #FC791C;
}
.AnyTagClassName
{
color: #FC791C;
}
</style>
background-color css
<style>
a { background-color: #FC791C; }
a { background-color: rgb(252,121,28); }
div.DivClassName
{
background-color: #FC791C;
}
.BgClassName
{
background-color: #FC791C;
}
</style>
border-color css
<style>
span { border-color: #FC791C; }
span { border-color: rgb(252,121,28); }
td.TdClassName
{
border-color: #FC791C;
}
.TagClassName
{
border-color: #FC791C;
}
</style>