Shades of Pumpkin #FB710F
Tints of Pumpkin #FB710F
RGB
CMYK
RGB Variations
Color information
#FB710F (or 0xFB710F) is known color: Pumpkin. HEX triplet: FB, 71 and 0F. RGB value is (251,113,15). Sum of RGB (Red+Green+Blue) = 251+113+15=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB710F is #048EF0. Grayscale: #8F8F8F. Windows color (decimal): -298737 or 1012219. OLE color: 1012219.
HSL color Cylindrical-coordinate representation of color #FB710F: hue angle of 24.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB710F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 24.92º | 0.97% | 0.52% | - |
| HSV(B) | 24.92º | 0.94% | 0.98% | - |
| XYZ | 45.78 | 32.35 | 4.28 | - |
| YUV | 143.09 | 55.72 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 15 | 0 | 0.55 | 0.94 | 0.02 | 24.92 | 0.97 | 0.52 |
| Hex | FB | 71 | F | 0 | 37 | 5E | 2 | 19 | 61 | 34 |
| Octal | 373 | 161 | 17 | 0 | 67 | 136 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110001 | 1111 | 0 | 110111 | 1011110 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB710F
Complementary color
Monochromatic Colors of #FB710F
Black with #FB710F
Text Example
Text Example
White with #FB710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB710F; }
p { color: rgb(251,113,15); }
H1.HeaderClassName
{
color: #FB710F;
}
.AnyTagClassName
{
color: #FB710F;
}
</style>
background-color css
<style>
a { background-color: #FB710F; }
a { background-color: rgb(251,113,15); }
div.DivClassName
{
background-color: #FB710F;
}
.BgClassName
{
background-color: #FB710F;
}
</style>
border-color css
<style>
span { border-color: #FB710F; }
span { border-color: rgb(251,113,15); }
td.TdClassName
{
border-color: #FB710F;
}
.TagClassName
{
border-color: #FB710F;
}
</style>