Shades of Pumpkin #FB7D25
Tints of Pumpkin #FB7D25
RGB
CMYK
RGB Variations
Color information
#FB7D25 (or 0xFB7D25) is known color: Pumpkin. HEX triplet: FB, 7D and 25. RGB value is (251,125,37). Sum of RGB (Red+Green+Blue) = 251+125+37=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D25 is #0482DA. Grayscale: #999999. Windows color (decimal): -295643 or 2457083. OLE color: 2457083.
HSL color Cylindrical-coordinate representation of color #FB7D25: hue angle of 24.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB7D25 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 37 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.02 |
| HSL | 24.67º | 0.96% | 0.56% | - |
| HSV(B) | 24.67º | 0.85% | 0.98% | - |
| XYZ | 47.45 | 35.31 | 6.06 | - |
| YUV | 152.64 | 62.74 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 37 | 0 | 0.50 | 0.85 | 0.02 | 24.67 | 0.96 | 0.56 |
| Hex | FB | 7D | 25 | 0 | 32 | 55 | 2 | 19 | 60 | 38 |
| Octal | 373 | 175 | 45 | 0 | 62 | 125 | 2 | 31 | 140 | 70 |
| Binary | 11111011 | 1111101 | 100101 | 0 | 110010 | 1010101 | 10 | 11001 | 1100000 | 111000 |
Color Harmonies of #FB7D25
Complementary color
Monochromatic Colors of #FB7D25
Black with #FB7D25
Text Example
Text Example
White with #FB7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D25; }
p { color: rgb(251,125,37); }
H1.HeaderClassName
{
color: #FB7D25;
}
.AnyTagClassName
{
color: #FB7D25;
}
</style>
background-color css
<style>
a { background-color: #FB7D25; }
a { background-color: rgb(251,125,37); }
div.DivClassName
{
background-color: #FB7D25;
}
.BgClassName
{
background-color: #FB7D25;
}
</style>
border-color css
<style>
span { border-color: #FB7D25; }
span { border-color: rgb(251,125,37); }
td.TdClassName
{
border-color: #FB7D25;
}
.TagClassName
{
border-color: #FB7D25;
}
</style>