Shades of Pumpkin #FF5E17
Tints of Pumpkin #FF5E17
RGB
CMYK
RGB Variations
Color information
#FF5E17 (or 0xFF5E17) is known color: Pumpkin. HEX triplet: FF, 5E and 17. RGB value is (255,94,23). Sum of RGB (Red+Green+Blue) = 255+94+23=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E17 is #00A1E8. Grayscale: #868686. Windows color (decimal): -41449 or 1531647. OLE color: 1531647.
HSL color Cylindrical-coordinate representation of color #FF5E17: hue angle of 18.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF5E17 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 23 | - |
| CMYK | 0 | 0.63 | 0.91 | 0 |
| HSL | 18.36º | 1% | 0.55% | - |
| HSV(B) | 18.36º | 0.91% | 1% | - |
| XYZ | 45.4 | 29.33 | 4.08 | - |
| YUV | 134.05 | 65.34 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 23 | 0 | 0.63 | 0.91 | 0 | 18.36 | 1 | 0.55 |
| Hex | FF | 5E | 17 | 0 | 3F | 5B | 0 | 12 | 64 | 37 |
| Octal | 377 | 136 | 27 | 0 | 77 | 133 | 0 | 22 | 144 | 67 |
| Binary | 11111111 | 1011110 | 10111 | 0 | 111111 | 1011011 | 0 | 10010 | 1100100 | 110111 |
Color Harmonies of #FF5E17
Complementary color
Monochromatic Colors of #FF5E17
Black with #FF5E17
Text Example
Text Example
White with #FF5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E17; }
p { color: rgb(255,94,23); }
H1.HeaderClassName
{
color: #FF5E17;
}
.AnyTagClassName
{
color: #FF5E17;
}
</style>
background-color css
<style>
a { background-color: #FF5E17; }
a { background-color: rgb(255,94,23); }
div.DivClassName
{
background-color: #FF5E17;
}
.BgClassName
{
background-color: #FF5E17;
}
</style>
border-color css
<style>
span { border-color: #FF5E17; }
span { border-color: rgb(255,94,23); }
td.TdClassName
{
border-color: #FF5E17;
}
.TagClassName
{
border-color: #FF5E17;
}
</style>