Shades of Pumpkin #FB700B
Tints of Pumpkin #FB700B
RGB
CMYK
RGB Variations
Color information
#FB700B (or 0xFB700B) is known color: Pumpkin. HEX triplet: FB, 70 and 0B. RGB value is (251,112,11). Sum of RGB (Red+Green+Blue) = 251+112+11=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700B is #048FF4. Grayscale: #8E8E8E. Windows color (decimal): -298997 or 749819. OLE color: 749819.
HSL color Cylindrical-coordinate representation of color #FB700B: hue angle of 25.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB700B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.02 |
| HSL | 25.25º | 0.97% | 0.51% | - |
| HSV(B) | 25.25º | 0.96% | 0.98% | - |
| XYZ | 45.64 | 32.12 | 4.11 | - |
| YUV | 142.05 | 54.05 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 11 | 0 | 0.55 | 0.96 | 0.02 | 25.25 | 0.97 | 0.51 |
| Hex | FB | 70 | B | 0 | 37 | 60 | 2 | 19 | 61 | 33 |
| Octal | 373 | 160 | 13 | 0 | 67 | 140 | 2 | 31 | 141 | 63 |
| Binary | 11111011 | 1110000 | 1011 | 0 | 110111 | 1100000 | 10 | 11001 | 1100001 | 110011 |
Color Harmonies of #FB700B
Complementary color
Monochromatic Colors of #FB700B
Black with #FB700B
Text Example
Text Example
White with #FB700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB700B; }
p { color: rgb(251,112,11); }
H1.HeaderClassName
{
color: #FB700B;
}
.AnyTagClassName
{
color: #FB700B;
}
</style>
background-color css
<style>
a { background-color: #FB700B; }
a { background-color: rgb(251,112,11); }
div.DivClassName
{
background-color: #FB700B;
}
.BgClassName
{
background-color: #FB700B;
}
</style>
border-color css
<style>
span { border-color: #FB700B; }
span { border-color: rgb(251,112,11); }
td.TdClassName
{
border-color: #FB700B;
}
.TagClassName
{
border-color: #FB700B;
}
</style>