Shades of Pumpkin #FB7D29
Tints of Pumpkin #FB7D29
RGB
CMYK
RGB Variations
Color information
#FB7D29 (or 0xFB7D29) is known color: Pumpkin. HEX triplet: FB, 7D and 29. RGB value is (251,125,41). Sum of RGB (Red+Green+Blue) = 251+125+41=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D29 is #0482D6. Grayscale: #999999. Windows color (decimal): -295639 or 2719227. OLE color: 2719227.
HSL color Cylindrical-coordinate representation of color #FB7D29: hue angle of 24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB7D29 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 41 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.02 |
| HSL | 24º | 0.96% | 0.57% | - |
| HSV(B) | 24º | 0.84% | 0.98% | - |
| XYZ | 47.52 | 35.34 | 6.41 | - |
| YUV | 153.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 41 | 0 | 0.50 | 0.84 | 0.02 | 24 | 0.96 | 0.57 |
| Hex | FB | 7D | 29 | 0 | 32 | 54 | 2 | 18 | 60 | 39 |
| Octal | 373 | 175 | 51 | 0 | 62 | 124 | 2 | 30 | 140 | 71 |
| Binary | 11111011 | 1111101 | 101001 | 0 | 110010 | 1010100 | 10 | 11000 | 1100000 | 111001 |
Color Harmonies of #FB7D29
Complementary color
Monochromatic Colors of #FB7D29
Black with #FB7D29
Text Example
Text Example
White with #FB7D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D29; }
p { color: rgb(251,125,41); }
H1.HeaderClassName
{
color: #FB7D29;
}
.AnyTagClassName
{
color: #FB7D29;
}
</style>
background-color css
<style>
a { background-color: #FB7D29; }
a { background-color: rgb(251,125,41); }
div.DivClassName
{
background-color: #FB7D29;
}
.BgClassName
{
background-color: #FB7D29;
}
</style>
border-color css
<style>
span { border-color: #FB7D29; }
span { border-color: rgb(251,125,41); }
td.TdClassName
{
border-color: #FB7D29;
}
.TagClassName
{
border-color: #FB7D29;
}
</style>