Shades of Pumpkin #FB5E18
Tints of Pumpkin #FB5E18
RGB
CMYK
RGB Variations
Color information
#FB5E18 (or 0xFB5E18) is known color: Pumpkin. HEX triplet: FB, 5E and 18. RGB value is (251,94,24). Sum of RGB (Red+Green+Blue) = 251+94+24=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E18 is #04A1E7. Grayscale: #858585. Windows color (decimal): -303592 or 1597179. OLE color: 1597179.
HSL color Cylindrical-coordinate representation of color #FB5E18: hue angle of 18.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB5E18 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.02 |
| HSL | 18.5º | 0.97% | 0.54% | - |
| HSV(B) | 18.5º | 0.9% | 0.98% | - |
| XYZ | 43.95 | 28.58 | 4.06 | - |
| YUV | 132.96 | 66.51 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 24 | 0 | 0.63 | 0.90 | 0.02 | 18.5 | 0.97 | 0.54 |
| Hex | FB | 5E | 18 | 0 | 3F | 5A | 2 | 13 | 61 | 36 |
| Octal | 373 | 136 | 30 | 0 | 77 | 132 | 2 | 23 | 141 | 66 |
| Binary | 11111011 | 1011110 | 11000 | 0 | 111111 | 1011010 | 10 | 10011 | 1100001 | 110110 |
Color Harmonies of #FB5E18
Complementary color
Monochromatic Colors of #FB5E18
Black with #FB5E18
Text Example
Text Example
White with #FB5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E18; }
p { color: rgb(251,94,24); }
H1.HeaderClassName
{
color: #FB5E18;
}
.AnyTagClassName
{
color: #FB5E18;
}
</style>
background-color css
<style>
a { background-color: #FB5E18; }
a { background-color: rgb(251,94,24); }
div.DivClassName
{
background-color: #FB5E18;
}
.BgClassName
{
background-color: #FB5E18;
}
</style>
border-color css
<style>
span { border-color: #FB5E18; }
span { border-color: rgb(251,94,24); }
td.TdClassName
{
border-color: #FB5E18;
}
.TagClassName
{
border-color: #FB5E18;
}
</style>