Shades of Pumpkin #FB701D
Tints of Pumpkin #FB701D
RGB
CMYK
RGB Variations
Color information
#FB701D (or 0xFB701D) is known color: Pumpkin. HEX triplet: FB, 70 and 1D. RGB value is (251,112,29). Sum of RGB (Red+Green+Blue) = 251+112+29=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB701D is #048FE2. Grayscale: #909090. Windows color (decimal): -298979 or 1929467. OLE color: 1929467.
HSL color Cylindrical-coordinate representation of color #FB701D: hue angle of 22.43º 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 #FB701D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.02 |
| HSL | 22.43º | 0.97% | 0.55% | - |
| HSV(B) | 22.43º | 0.88% | 0.98% | - |
| XYZ | 45.8 | 32.19 | 4.96 | - |
| YUV | 144.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 29 | 0 | 0.55 | 0.88 | 0.02 | 22.43 | 0.97 | 0.55 |
| Hex | FB | 70 | 1D | 0 | 37 | 58 | 2 | 16 | 61 | 37 |
| Octal | 373 | 160 | 35 | 0 | 67 | 130 | 2 | 26 | 141 | 67 |
| Binary | 11111011 | 1110000 | 11101 | 0 | 110111 | 1011000 | 10 | 10110 | 1100001 | 110111 |
Color Harmonies of #FB701D
Complementary color
Monochromatic Colors of #FB701D
Black with #FB701D
Text Example
Text Example
White with #FB701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB701D; }
p { color: rgb(251,112,29); }
H1.HeaderClassName
{
color: #FB701D;
}
.AnyTagClassName
{
color: #FB701D;
}
</style>
background-color css
<style>
a { background-color: #FB701D; }
a { background-color: rgb(251,112,29); }
div.DivClassName
{
background-color: #FB701D;
}
.BgClassName
{
background-color: #FB701D;
}
</style>
border-color css
<style>
span { border-color: #FB701D; }
span { border-color: rgb(251,112,29); }
td.TdClassName
{
border-color: #FB701D;
}
.TagClassName
{
border-color: #FB701D;
}
</style>