Shades of Pumpkin #FF5D1C
Tints of Pumpkin #FF5D1C
RGB
CMYK
RGB Variations
Color information
#FF5D1C (or 0xFF5D1C) is known color: Pumpkin. HEX triplet: FF, 5D and 1C. RGB value is (255,93,28). Sum of RGB (Red+Green+Blue) = 255+93+28=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D1C is #00A2E3. Grayscale: #868686. Windows color (decimal): -41700 or 1859071. OLE color: 1859071.
HSL color Cylindrical-coordinate representation of color #FF5D1C: hue angle of 17.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF5D1C is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 28 | - |
| CMYK | 0 | 0.64 | 0.89 | 0 |
| HSL | 17.18º | 1% | 0.55% | - |
| HSV(B) | 17.18º | 0.89% | 1% | - |
| XYZ | 45.36 | 29.17 | 4.34 | - |
| YUV | 134.03 | 68.17 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 28 | 0 | 0.64 | 0.89 | 0 | 17.18 | 1 | 0.55 |
| Hex | FF | 5D | 1C | 0 | 40 | 59 | 0 | 11 | 64 | 37 |
| Octal | 377 | 135 | 34 | 0 | 100 | 131 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011101 | 11100 | 0 | 1000000 | 1011001 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5D1C
Complementary color
Monochromatic Colors of #FF5D1C
Black with #FF5D1C
Text Example
Text Example
White with #FF5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D1C; }
p { color: rgb(255,93,28); }
H1.HeaderClassName
{
color: #FF5D1C;
}
.AnyTagClassName
{
color: #FF5D1C;
}
</style>
background-color css
<style>
a { background-color: #FF5D1C; }
a { background-color: rgb(255,93,28); }
div.DivClassName
{
background-color: #FF5D1C;
}
.BgClassName
{
background-color: #FF5D1C;
}
</style>
border-color css
<style>
span { border-color: #FF5D1C; }
span { border-color: rgb(255,93,28); }
td.TdClassName
{
border-color: #FF5D1C;
}
.TagClassName
{
border-color: #FF5D1C;
}
</style>