Shades of Pumpkin #FB701F
Tints of Pumpkin #FB701F
RGB
CMYK
RGB Variations
Color information
#FB701F (or 0xFB701F) is known color: Pumpkin. HEX triplet: FB, 70 and 1F. RGB value is (251,112,31). Sum of RGB (Red+Green+Blue) = 251+112+31=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB701F is #048FE0. Grayscale: #909090. Windows color (decimal): -298977 or 2060539. OLE color: 2060539.
HSL color Cylindrical-coordinate representation of color #FB701F: hue angle of 22.09º degrees, saturation: 0.96, 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 #FB701F is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 31 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.02 |
| HSL | 22.09º | 0.96% | 0.55% | - |
| HSV(B) | 22.09º | 0.88% | 0.98% | - |
| XYZ | 45.83 | 32.2 | 5.1 | - |
| YUV | 144.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 31 | 0 | 0.55 | 0.88 | 0.02 | 22.09 | 0.96 | 0.55 |
| Hex | FB | 70 | 1F | 0 | 37 | 58 | 2 | 16 | 60 | 37 |
| Octal | 373 | 160 | 37 | 0 | 67 | 130 | 2 | 26 | 140 | 67 |
| Binary | 11111011 | 1110000 | 11111 | 0 | 110111 | 1011000 | 10 | 10110 | 1100000 | 110111 |
Color Harmonies of #FB701F
Complementary color
Monochromatic Colors of #FB701F
Black with #FB701F
Text Example
Text Example
White with #FB701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB701F; }
p { color: rgb(251,112,31); }
H1.HeaderClassName
{
color: #FB701F;
}
.AnyTagClassName
{
color: #FB701F;
}
</style>
background-color css
<style>
a { background-color: #FB701F; }
a { background-color: rgb(251,112,31); }
div.DivClassName
{
background-color: #FB701F;
}
.BgClassName
{
background-color: #FB701F;
}
</style>
border-color css
<style>
span { border-color: #FB701F; }
span { border-color: rgb(251,112,31); }
td.TdClassName
{
border-color: #FB701F;
}
.TagClassName
{
border-color: #FB701F;
}
</style>