Shades of Pumpkin #FC7A25
Tints of Pumpkin #FC7A25
RGB
CMYK
RGB Variations
Color information
#FC7A25 (or 0xFC7A25) is known color: Pumpkin. HEX triplet: FC, 7A and 25. RGB value is (252,122,37). Sum of RGB (Red+Green+Blue) = 252+122+37=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A25 is #0385DA. Grayscale: #979797. Windows color (decimal): -230875 or 2456316. OLE color: 2456316.
HSL color Cylindrical-coordinate representation of color #FC7A25: hue angle of 23.72º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC7A25 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.01 |
| HSL | 23.72º | 0.97% | 0.57% | - |
| HSV(B) | 23.72º | 0.85% | 0.99% | - |
| XYZ | 47.44 | 34.75 | 5.96 | - |
| YUV | 151.18 | 63.57 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 37 | 0 | 0.52 | 0.85 | 0.01 | 23.72 | 0.97 | 0.57 |
| Hex | FC | 7A | 25 | 0 | 34 | 55 | 1 | 18 | 61 | 39 |
| Octal | 374 | 172 | 45 | 0 | 64 | 125 | 1 | 30 | 141 | 71 |
| Binary | 11111100 | 1111010 | 100101 | 0 | 110100 | 1010101 | 1 | 11000 | 1100001 | 111001 |
Color Harmonies of #FC7A25
Complementary color
Monochromatic Colors of #FC7A25
Black with #FC7A25
Text Example
Text Example
White with #FC7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A25; }
p { color: rgb(252,122,37); }
H1.HeaderClassName
{
color: #FC7A25;
}
.AnyTagClassName
{
color: #FC7A25;
}
</style>
background-color css
<style>
a { background-color: #FC7A25; }
a { background-color: rgb(252,122,37); }
div.DivClassName
{
background-color: #FC7A25;
}
.BgClassName
{
background-color: #FC7A25;
}
</style>
border-color css
<style>
span { border-color: #FC7A25; }
span { border-color: rgb(252,122,37); }
td.TdClassName
{
border-color: #FC7A25;
}
.TagClassName
{
border-color: #FC7A25;
}
</style>