Shades of Pumpkin #FB700D
Tints of Pumpkin #FB700D
RGB
CMYK
RGB Variations
Color information
#FB700D (or 0xFB700D) is known color: Pumpkin. HEX triplet: FB, 70 and 0D. RGB value is (251,112,13). Sum of RGB (Red+Green+Blue) = 251+112+13=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700D is #048FF2. Grayscale: #8E8E8E. Windows color (decimal): -298995 or 880891. OLE color: 880891.
HSL color Cylindrical-coordinate representation of color #FB700D: hue angle of 24.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB700D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.02 |
| HSL | 24.96º | 0.97% | 0.52% | - |
| HSV(B) | 24.96º | 0.95% | 0.98% | - |
| XYZ | 45.65 | 32.13 | 4.18 | - |
| YUV | 142.28 | 55.05 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 13 | 0 | 0.55 | 0.95 | 0.02 | 24.96 | 0.97 | 0.52 |
| Hex | FB | 70 | D | 0 | 37 | 5F | 2 | 19 | 61 | 34 |
| Octal | 373 | 160 | 15 | 0 | 67 | 137 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110000 | 1101 | 0 | 110111 | 1011111 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB700D
Complementary color
Monochromatic Colors of #FB700D
Black with #FB700D
Text Example
Text Example
White with #FB700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB700D; }
p { color: rgb(251,112,13); }
H1.HeaderClassName
{
color: #FB700D;
}
.AnyTagClassName
{
color: #FB700D;
}
</style>
background-color css
<style>
a { background-color: #FB700D; }
a { background-color: rgb(251,112,13); }
div.DivClassName
{
background-color: #FB700D;
}
.BgClassName
{
background-color: #FB700D;
}
</style>
border-color css
<style>
span { border-color: #FB700D; }
span { border-color: rgb(251,112,13); }
td.TdClassName
{
border-color: #FB700D;
}
.TagClassName
{
border-color: #FB700D;
}
</style>