Shades of Pumpkin #FB7115
Tints of Pumpkin #FB7115
RGB
CMYK
RGB Variations
Color information
#FB7115 (or 0xFB7115) is known color: Pumpkin. HEX triplet: FB, 71 and 15. RGB value is (251,113,21). Sum of RGB (Red+Green+Blue) = 251+113+21=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7115 is #048EEA. Grayscale: #909090. Windows color (decimal): -298731 or 1405435. OLE color: 1405435.
HSL color Cylindrical-coordinate representation of color #FB7115: hue angle of 24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB7115 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 21 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.02 |
| HSL | 24º | 0.97% | 0.53% | - |
| HSV(B) | 24º | 0.92% | 0.98% | - |
| XYZ | 45.82 | 32.37 | 4.54 | - |
| YUV | 143.77 | 58.72 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 21 | 0 | 0.55 | 0.92 | 0.02 | 24 | 0.97 | 0.53 |
| Hex | FB | 71 | 15 | 0 | 37 | 5C | 2 | 18 | 61 | 35 |
| Octal | 373 | 161 | 25 | 0 | 67 | 134 | 2 | 30 | 141 | 65 |
| Binary | 11111011 | 1110001 | 10101 | 0 | 110111 | 1011100 | 10 | 11000 | 1100001 | 110101 |
Color Harmonies of #FB7115
Complementary color
Monochromatic Colors of #FB7115
Black with #FB7115
Text Example
Text Example
White with #FB7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7115; }
p { color: rgb(251,113,21); }
H1.HeaderClassName
{
color: #FB7115;
}
.AnyTagClassName
{
color: #FB7115;
}
</style>
background-color css
<style>
a { background-color: #FB7115; }
a { background-color: rgb(251,113,21); }
div.DivClassName
{
background-color: #FB7115;
}
.BgClassName
{
background-color: #FB7115;
}
</style>
border-color css
<style>
span { border-color: #FB7115; }
span { border-color: rgb(251,113,21); }
td.TdClassName
{
border-color: #FB7115;
}
.TagClassName
{
border-color: #FB7115;
}
</style>