Shades of Pumpkin #FF5D1B
Tints of Pumpkin #FF5D1B
RGB
CMYK
RGB Variations
Color information
#FF5D1B (or 0xFF5D1B) is known color: Pumpkin. HEX triplet: FF, 5D and 1B. RGB value is (255,93,27). Sum of RGB (Red+Green+Blue) = 255+93+27=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D1B is #00A2E4. Grayscale: #868686. Windows color (decimal): -41701 or 1793535. OLE color: 1793535.
HSL color Cylindrical-coordinate representation of color #FF5D1B: hue angle of 17.37º 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 #FF5D1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0 |
| HSL | 17.37º | 1% | 0.55% | - |
| HSV(B) | 17.37º | 0.89% | 1% | - |
| XYZ | 45.35 | 29.17 | 4.28 | - |
| YUV | 133.91 | 67.67 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 27 | 0 | 0.64 | 0.89 | 0 | 17.37 | 1 | 0.55 |
| Hex | FF | 5D | 1B | 0 | 40 | 59 | 0 | 11 | 64 | 37 |
| Octal | 377 | 135 | 33 | 0 | 100 | 131 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011101 | 11011 | 0 | 1000000 | 1011001 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5D1B
Complementary color
Monochromatic Colors of #FF5D1B
Black with #FF5D1B
Text Example
Text Example
White with #FF5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D1B; }
p { color: rgb(255,93,27); }
H1.HeaderClassName
{
color: #FF5D1B;
}
.AnyTagClassName
{
color: #FF5D1B;
}
</style>
background-color css
<style>
a { background-color: #FF5D1B; }
a { background-color: rgb(255,93,27); }
div.DivClassName
{
background-color: #FF5D1B;
}
.BgClassName
{
background-color: #FF5D1B;
}
</style>
border-color css
<style>
span { border-color: #FF5D1B; }
span { border-color: rgb(255,93,27); }
td.TdClassName
{
border-color: #FF5D1B;
}
.TagClassName
{
border-color: #FF5D1B;
}
</style>