Shades of Pumpkin #FB5E19
Tints of Pumpkin #FB5E19
RGB
CMYK
RGB Variations
Color information
#FB5E19 (or 0xFB5E19) is known color: Pumpkin. HEX triplet: FB, 5E and 19. RGB value is (251,94,25). Sum of RGB (Red+Green+Blue) = 251+94+25=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E19 is #04A1E6. Grayscale: #858585. Windows color (decimal): -303591 or 1662715. OLE color: 1662715.
HSL color Cylindrical-coordinate representation of color #FB5E19: hue angle of 18.32º 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 #FB5E19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.02 |
| HSL | 18.32º | 0.97% | 0.54% | - |
| HSV(B) | 18.32º | 0.9% | 0.98% | - |
| XYZ | 43.96 | 28.58 | 4.12 | - |
| YUV | 133.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 25 | 0 | 0.63 | 0.90 | 0.02 | 18.32 | 0.97 | 0.54 |
| Hex | FB | 5E | 19 | 0 | 3F | 5A | 2 | 12 | 61 | 36 |
| Octal | 373 | 136 | 31 | 0 | 77 | 132 | 2 | 22 | 141 | 66 |
| Binary | 11111011 | 1011110 | 11001 | 0 | 111111 | 1011010 | 10 | 10010 | 1100001 | 110110 |
Color Harmonies of #FB5E19
Complementary color
Monochromatic Colors of #FB5E19
Black with #FB5E19
Text Example
Text Example
White with #FB5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E19; }
p { color: rgb(251,94,25); }
H1.HeaderClassName
{
color: #FB5E19;
}
.AnyTagClassName
{
color: #FB5E19;
}
</style>
background-color css
<style>
a { background-color: #FB5E19; }
a { background-color: rgb(251,94,25); }
div.DivClassName
{
background-color: #FB5E19;
}
.BgClassName
{
background-color: #FB5E19;
}
</style>
border-color css
<style>
span { border-color: #FB5E19; }
span { border-color: rgb(251,94,25); }
td.TdClassName
{
border-color: #FB5E19;
}
.TagClassName
{
border-color: #FB5E19;
}
</style>