Shades of Pumpkin #FC7C28
Tints of Pumpkin #FC7C28
RGB
CMYK
RGB Variations
Color information
#FC7C28 (or 0xFC7C28) is known color: Pumpkin. HEX triplet: FC, 7C and 28. RGB value is (252,124,40). Sum of RGB (Red+Green+Blue) = 252+124+40=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C28 is #0383D7. Grayscale: #999999. Windows color (decimal): -230360 or 2653436. OLE color: 2653436.
HSL color Cylindrical-coordinate representation of color #FC7C28: hue angle of 23.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC7C28 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 40 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.01 |
| HSL | 23.77º | 0.97% | 0.57% | - |
| HSV(B) | 23.77º | 0.84% | 0.99% | - |
| XYZ | 47.74 | 35.26 | 6.3 | - |
| YUV | 152.7 | 64.41 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 40 | 0 | 0.51 | 0.84 | 0.01 | 23.77 | 0.97 | 0.57 |
| Hex | FC | 7C | 28 | 0 | 33 | 54 | 1 | 18 | 61 | 39 |
| Octal | 374 | 174 | 50 | 0 | 63 | 124 | 1 | 30 | 141 | 71 |
| Binary | 11111100 | 1111100 | 101000 | 0 | 110011 | 1010100 | 1 | 11000 | 1100001 | 111001 |
Color Harmonies of #FC7C28
Complementary color
Monochromatic Colors of #FC7C28
Black with #FC7C28
Text Example
Text Example
White with #FC7C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C28; }
p { color: rgb(252,124,40); }
H1.HeaderClassName
{
color: #FC7C28;
}
.AnyTagClassName
{
color: #FC7C28;
}
</style>
background-color css
<style>
a { background-color: #FC7C28; }
a { background-color: rgb(252,124,40); }
div.DivClassName
{
background-color: #FC7C28;
}
.BgClassName
{
background-color: #FC7C28;
}
</style>
border-color css
<style>
span { border-color: #FC7C28; }
span { border-color: rgb(252,124,40); }
td.TdClassName
{
border-color: #FC7C28;
}
.TagClassName
{
border-color: #FC7C28;
}
</style>