Shades of Pumpkin #FC5D1B
Tints of Pumpkin #FC5D1B
RGB
CMYK
RGB Variations
Color information
#FC5D1B (or 0xFC5D1B) is known color: Pumpkin. HEX triplet: FC, 5D and 1B. RGB value is (252,93,27). Sum of RGB (Red+Green+Blue) = 252+93+27=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D1B is #03A2E4. Grayscale: #858585. Windows color (decimal): -238309 or 1793532. OLE color: 1793532.
HSL color Cylindrical-coordinate representation of color #FC5D1B: hue angle of 17.6º 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 #FC5D1B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.01 |
| HSL | 17.6º | 0.97% | 0.55% | - |
| HSV(B) | 17.6º | 0.89% | 0.99% | - |
| XYZ | 44.26 | 28.6 | 4.23 | - |
| YUV | 133.02 | 68.18 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 27 | 0 | 0.63 | 0.89 | 0.01 | 17.6 | 0.97 | 0.55 |
| Hex | FC | 5D | 1B | 0 | 3F | 59 | 1 | 12 | 61 | 37 |
| Octal | 374 | 135 | 33 | 0 | 77 | 131 | 1 | 22 | 141 | 67 |
| Binary | 11111100 | 1011101 | 11011 | 0 | 111111 | 1011001 | 1 | 10010 | 1100001 | 110111 |
Color Harmonies of #FC5D1B
Complementary color
Monochromatic Colors of #FC5D1B
Black with #FC5D1B
Text Example
Text Example
White with #FC5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D1B; }
p { color: rgb(252,93,27); }
H1.HeaderClassName
{
color: #FC5D1B;
}
.AnyTagClassName
{
color: #FC5D1B;
}
</style>
background-color css
<style>
a { background-color: #FC5D1B; }
a { background-color: rgb(252,93,27); }
div.DivClassName
{
background-color: #FC5D1B;
}
.BgClassName
{
background-color: #FC5D1B;
}
</style>
border-color css
<style>
span { border-color: #FC5D1B; }
span { border-color: rgb(252,93,27); }
td.TdClassName
{
border-color: #FC5D1B;
}
.TagClassName
{
border-color: #FC5D1B;
}
</style>