Shades of Pumpkin #FF5E1B
Tints of Pumpkin #FF5E1B
RGB
CMYK
RGB Variations
Color information
#FF5E1B (or 0xFF5E1B) is known color: Pumpkin. HEX triplet: FF, 5E and 1B. RGB value is (255,94,27). Sum of RGB (Red+Green+Blue) = 255+94+27=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E1B is #00A1E4. Grayscale: #868686. Windows color (decimal): -41445 or 1793791. OLE color: 1793791.
HSL color Cylindrical-coordinate representation of color #FF5E1B: hue angle of 17.63º 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 #FF5E1B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0 |
| HSL | 17.63º | 1% | 0.55% | - |
| HSV(B) | 17.63º | 0.89% | 1% | - |
| XYZ | 45.44 | 29.34 | 4.31 | - |
| YUV | 134.5 | 67.34 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 27 | 0 | 0.63 | 0.89 | 0 | 17.63 | 1 | 0.55 |
| Hex | FF | 5E | 1B | 0 | 3F | 59 | 0 | 12 | 64 | 37 |
| Octal | 377 | 136 | 33 | 0 | 77 | 131 | 0 | 22 | 144 | 67 |
| Binary | 11111111 | 1011110 | 11011 | 0 | 111111 | 1011001 | 0 | 10010 | 1100100 | 110111 |
Color Harmonies of #FF5E1B
Complementary color
Monochromatic Colors of #FF5E1B
Black with #FF5E1B
Text Example
Text Example
White with #FF5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E1B; }
p { color: rgb(255,94,27); }
H1.HeaderClassName
{
color: #FF5E1B;
}
.AnyTagClassName
{
color: #FF5E1B;
}
</style>
background-color css
<style>
a { background-color: #FF5E1B; }
a { background-color: rgb(255,94,27); }
div.DivClassName
{
background-color: #FF5E1B;
}
.BgClassName
{
background-color: #FF5E1B;
}
</style>
border-color css
<style>
span { border-color: #FF5E1B; }
span { border-color: rgb(255,94,27); }
td.TdClassName
{
border-color: #FF5E1B;
}
.TagClassName
{
border-color: #FF5E1B;
}
</style>