Shades of Pumpkin #FC5D1A
Tints of Pumpkin #FC5D1A
RGB
CMYK
RGB Variations
Color information
#FC5D1A (or 0xFC5D1A) is known color: Pumpkin. HEX triplet: FC, 5D and 1A. RGB value is (252,93,26). Sum of RGB (Red+Green+Blue) = 252+93+26=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D1A is #03A2E5. Grayscale: #858585. Windows color (decimal): -238310 or 1727996. OLE color: 1727996.
HSL color Cylindrical-coordinate representation of color #FC5D1A: hue angle of 17.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC5D1A is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 26 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.01 |
| HSL | 17.79º | 0.97% | 0.55% | - |
| HSV(B) | 17.79º | 0.9% | 0.99% | - |
| XYZ | 44.25 | 28.6 | 4.17 | - |
| YUV | 132.9 | 67.68 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 26 | 0 | 0.63 | 0.90 | 0.01 | 17.79 | 0.97 | 0.55 |
| Hex | FC | 5D | 1A | 0 | 3F | 5A | 1 | 12 | 61 | 37 |
| Octal | 374 | 135 | 32 | 0 | 77 | 132 | 1 | 22 | 141 | 67 |
| Binary | 11111100 | 1011101 | 11010 | 0 | 111111 | 1011010 | 1 | 10010 | 1100001 | 110111 |
Color Harmonies of #FC5D1A
Complementary color
Monochromatic Colors of #FC5D1A
Black with #FC5D1A
Text Example
Text Example
White with #FC5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D1A; }
p { color: rgb(252,93,26); }
H1.HeaderClassName
{
color: #FC5D1A;
}
.AnyTagClassName
{
color: #FC5D1A;
}
</style>
background-color css
<style>
a { background-color: #FC5D1A; }
a { background-color: rgb(252,93,26); }
div.DivClassName
{
background-color: #FC5D1A;
}
.BgClassName
{
background-color: #FC5D1A;
}
</style>
border-color css
<style>
span { border-color: #FC5D1A; }
span { border-color: rgb(252,93,26); }
td.TdClassName
{
border-color: #FC5D1A;
}
.TagClassName
{
border-color: #FC5D1A;
}
</style>