Shades of Pumpkin #FB7D19
Tints of Pumpkin #FB7D19
RGB
CMYK
RGB Variations
Color information
#FB7D19 (or 0xFB7D19) is known color: Pumpkin. HEX triplet: FB, 7D and 19. RGB value is (251,125,25). Sum of RGB (Red+Green+Blue) = 251+125+25=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7D19 is #0482E6. Grayscale: #979797. Windows color (decimal): -295655 or 1670651. OLE color: 1670651.
HSL color Cylindrical-coordinate representation of color #FB7D19: hue angle of 26.55º 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 #FB7D19 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 25 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.02 |
| HSL | 26.55º | 0.97% | 0.54% | - |
| HSV(B) | 26.55º | 0.9% | 0.98% | - |
| XYZ | 47.29 | 35.25 | 5.23 | - |
| YUV | 151.27 | 56.74 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 25 | 0 | 0.50 | 0.90 | 0.02 | 26.55 | 0.97 | 0.54 |
| Hex | FB | 7D | 19 | 0 | 32 | 5A | 2 | 1B | 61 | 36 |
| Octal | 373 | 175 | 31 | 0 | 62 | 132 | 2 | 33 | 141 | 66 |
| Binary | 11111011 | 1111101 | 11001 | 0 | 110010 | 1011010 | 10 | 11011 | 1100001 | 110110 |
Color Harmonies of #FB7D19
Complementary color
Monochromatic Colors of #FB7D19
Black with #FB7D19
Text Example
Text Example
White with #FB7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D19; }
p { color: rgb(251,125,25); }
H1.HeaderClassName
{
color: #FB7D19;
}
.AnyTagClassName
{
color: #FB7D19;
}
</style>
background-color css
<style>
a { background-color: #FB7D19; }
a { background-color: rgb(251,125,25); }
div.DivClassName
{
background-color: #FB7D19;
}
.BgClassName
{
background-color: #FB7D19;
}
</style>
border-color css
<style>
span { border-color: #FB7D19; }
span { border-color: rgb(251,125,25); }
td.TdClassName
{
border-color: #FB7D19;
}
.TagClassName
{
border-color: #FB7D19;
}
</style>