Shades of Pumpkin #FB5D19
Tints of Pumpkin #FB5D19
RGB
CMYK
RGB Variations
Color information
#FB5D19 (or 0xFB5D19) is known color: Pumpkin. HEX triplet: FB, 5D and 19. RGB value is (251,93,25). Sum of RGB (Red+Green+Blue) = 251+93+25=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D19 is #04A2E6. Grayscale: #848484. Windows color (decimal): -303847 or 1662459. OLE color: 1662459.
HSL color Cylindrical-coordinate representation of color #FB5D19: hue angle of 18.05º 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 #FB5D19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.02 |
| HSL | 18.05º | 0.97% | 0.54% | - |
| HSV(B) | 18.05º | 0.9% | 0.98% | - |
| XYZ | 43.87 | 28.41 | 4.09 | - |
| YUV | 132.49 | 67.35 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 25 | 0 | 0.63 | 0.90 | 0.02 | 18.05 | 0.97 | 0.54 |
| Hex | FB | 5D | 19 | 0 | 3F | 5A | 2 | 12 | 61 | 36 |
| Octal | 373 | 135 | 31 | 0 | 77 | 132 | 2 | 22 | 141 | 66 |
| Binary | 11111011 | 1011101 | 11001 | 0 | 111111 | 1011010 | 10 | 10010 | 1100001 | 110110 |
Color Harmonies of #FB5D19
Complementary color
Monochromatic Colors of #FB5D19
Black with #FB5D19
Text Example
Text Example
White with #FB5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D19; }
p { color: rgb(251,93,25); }
H1.HeaderClassName
{
color: #FB5D19;
}
.AnyTagClassName
{
color: #FB5D19;
}
</style>
background-color css
<style>
a { background-color: #FB5D19; }
a { background-color: rgb(251,93,25); }
div.DivClassName
{
background-color: #FB5D19;
}
.BgClassName
{
background-color: #FB5D19;
}
</style>
border-color css
<style>
span { border-color: #FB5D19; }
span { border-color: rgb(251,93,25); }
td.TdClassName
{
border-color: #FB5D19;
}
.TagClassName
{
border-color: #FB5D19;
}
</style>