Shades of Pumpkin #FB7C19
Tints of Pumpkin #FB7C19
RGB
CMYK
RGB Variations
Color information
#FB7C19 (or 0xFB7C19) is known color: Pumpkin. HEX triplet: FB, 7C and 19. RGB value is (251,124,25). Sum of RGB (Red+Green+Blue) = 251+124+25=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7C19 is #0483E6. Grayscale: #979797. Windows color (decimal): -295911 or 1670395. OLE color: 1670395.
HSL color Cylindrical-coordinate representation of color #FB7C19: hue angle of 26.28º 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 #FB7C19 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 25 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.02 |
| HSL | 26.28º | 0.97% | 0.54% | - |
| HSV(B) | 26.28º | 0.9% | 0.98% | - |
| XYZ | 47.17 | 34.99 | 5.19 | - |
| YUV | 150.69 | 57.08 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 25 | 0 | 0.51 | 0.90 | 0.02 | 26.28 | 0.97 | 0.54 |
| Hex | FB | 7C | 19 | 0 | 33 | 5A | 2 | 1A | 61 | 36 |
| Octal | 373 | 174 | 31 | 0 | 63 | 132 | 2 | 32 | 141 | 66 |
| Binary | 11111011 | 1111100 | 11001 | 0 | 110011 | 1011010 | 10 | 11010 | 1100001 | 110110 |
Color Harmonies of #FB7C19
Complementary color
Monochromatic Colors of #FB7C19
Black with #FB7C19
Text Example
Text Example
White with #FB7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C19; }
p { color: rgb(251,124,25); }
H1.HeaderClassName
{
color: #FB7C19;
}
.AnyTagClassName
{
color: #FB7C19;
}
</style>
background-color css
<style>
a { background-color: #FB7C19; }
a { background-color: rgb(251,124,25); }
div.DivClassName
{
background-color: #FB7C19;
}
.BgClassName
{
background-color: #FB7C19;
}
</style>
border-color css
<style>
span { border-color: #FB7C19; }
span { border-color: rgb(251,124,25); }
td.TdClassName
{
border-color: #FB7C19;
}
.TagClassName
{
border-color: #FB7C19;
}
</style>