Shades of Pumpkin #FB5E1E
Tints of Pumpkin #FB5E1E
RGB
CMYK
RGB Variations
Color information
#FB5E1E (or 0xFB5E1E) is known color: Pumpkin. HEX triplet: FB, 5E and 1E. RGB value is (251,94,30). Sum of RGB (Red+Green+Blue) = 251+94+30=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E1E is #04A1E1. Grayscale: #868686. Windows color (decimal): -303586 or 1990395. OLE color: 1990395.
HSL color Cylindrical-coordinate representation of color #FB5E1E: hue angle of 17.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB5E1E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 30 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.02 |
| HSL | 17.38º | 0.97% | 0.55% | - |
| HSV(B) | 17.38º | 0.88% | 0.98% | - |
| XYZ | 44.02 | 28.61 | 4.43 | - |
| YUV | 133.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 30 | 0 | 0.63 | 0.88 | 0.02 | 17.38 | 0.97 | 0.55 |
| Hex | FB | 5E | 1E | 0 | 3F | 58 | 2 | 11 | 61 | 37 |
| Octal | 373 | 136 | 36 | 0 | 77 | 130 | 2 | 21 | 141 | 67 |
| Binary | 11111011 | 1011110 | 11110 | 0 | 111111 | 1011000 | 10 | 10001 | 1100001 | 110111 |
Color Harmonies of #FB5E1E
Complementary color
Monochromatic Colors of #FB5E1E
Black with #FB5E1E
Text Example
Text Example
White with #FB5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E1E; }
p { color: rgb(251,94,30); }
H1.HeaderClassName
{
color: #FB5E1E;
}
.AnyTagClassName
{
color: #FB5E1E;
}
</style>
background-color css
<style>
a { background-color: #FB5E1E; }
a { background-color: rgb(251,94,30); }
div.DivClassName
{
background-color: #FB5E1E;
}
.BgClassName
{
background-color: #FB5E1E;
}
</style>
border-color css
<style>
span { border-color: #FB5E1E; }
span { border-color: rgb(251,94,30); }
td.TdClassName
{
border-color: #FB5E1E;
}
.TagClassName
{
border-color: #FB5E1E;
}
</style>