Shades of Pumpkin #FB711D
Tints of Pumpkin #FB711D
RGB
CMYK
RGB Variations
Color information
#FB711D (or 0xFB711D) is known color: Pumpkin. HEX triplet: FB, 71 and 1D. RGB value is (251,113,29). Sum of RGB (Red+Green+Blue) = 251+113+29=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB711D is #048EE2. Grayscale: #919191. Windows color (decimal): -298723 or 1929723. OLE color: 1929723.
HSL color Cylindrical-coordinate representation of color #FB711D: hue angle of 22.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB711D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.02 |
| HSL | 22.7º | 0.97% | 0.55% | - |
| HSV(B) | 22.7º | 0.88% | 0.98% | - |
| XYZ | 45.91 | 32.41 | 5 | - |
| YUV | 144.69 | 62.72 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 29 | 0 | 0.55 | 0.88 | 0.02 | 22.7 | 0.97 | 0.55 |
| Hex | FB | 71 | 1D | 0 | 37 | 58 | 2 | 17 | 61 | 37 |
| Octal | 373 | 161 | 35 | 0 | 67 | 130 | 2 | 27 | 141 | 67 |
| Binary | 11111011 | 1110001 | 11101 | 0 | 110111 | 1011000 | 10 | 10111 | 1100001 | 110111 |
Color Harmonies of #FB711D
Complementary color
Monochromatic Colors of #FB711D
Black with #FB711D
Text Example
Text Example
White with #FB711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB711D; }
p { color: rgb(251,113,29); }
H1.HeaderClassName
{
color: #FB711D;
}
.AnyTagClassName
{
color: #FB711D;
}
</style>
background-color css
<style>
a { background-color: #FB711D; }
a { background-color: rgb(251,113,29); }
div.DivClassName
{
background-color: #FB711D;
}
.BgClassName
{
background-color: #FB711D;
}
</style>
border-color css
<style>
span { border-color: #FB711D; }
span { border-color: rgb(251,113,29); }
td.TdClassName
{
border-color: #FB711D;
}
.TagClassName
{
border-color: #FB711D;
}
</style>