Shades of Pumpkin #FB7A19
Tints of Pumpkin #FB7A19
RGB
CMYK
RGB Variations
Color information
#FB7A19 (or 0xFB7A19) is known color: Pumpkin. HEX triplet: FB, 7A and 19. RGB value is (251,122,25). Sum of RGB (Red+Green+Blue) = 251+122+25=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A19 is #0485E6. Grayscale: #969696. Windows color (decimal): -296423 or 1669883. OLE color: 1669883.
HSL color Cylindrical-coordinate representation of color #FB7A19: hue angle of 25.75º 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 #FB7A19 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 25 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.02 |
| HSL | 25.75º | 0.97% | 0.54% | - |
| HSV(B) | 25.75º | 0.9% | 0.98% | - |
| XYZ | 46.92 | 34.5 | 5.11 | - |
| YUV | 149.51 | 57.74 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 25 | 0 | 0.51 | 0.90 | 0.02 | 25.75 | 0.97 | 0.54 |
| Hex | FB | 7A | 19 | 0 | 33 | 5A | 2 | 1A | 61 | 36 |
| Octal | 373 | 172 | 31 | 0 | 63 | 132 | 2 | 32 | 141 | 66 |
| Binary | 11111011 | 1111010 | 11001 | 0 | 110011 | 1011010 | 10 | 11010 | 1100001 | 110110 |
Color Harmonies of #FB7A19
Complementary color
Monochromatic Colors of #FB7A19
Black with #FB7A19
Text Example
Text Example
White with #FB7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A19; }
p { color: rgb(251,122,25); }
H1.HeaderClassName
{
color: #FB7A19;
}
.AnyTagClassName
{
color: #FB7A19;
}
</style>
background-color css
<style>
a { background-color: #FB7A19; }
a { background-color: rgb(251,122,25); }
div.DivClassName
{
background-color: #FB7A19;
}
.BgClassName
{
background-color: #FB7A19;
}
</style>
border-color css
<style>
span { border-color: #FB7A19; }
span { border-color: rgb(251,122,25); }
td.TdClassName
{
border-color: #FB7A19;
}
.TagClassName
{
border-color: #FB7A19;
}
</style>