Shades of Pumpkin #FB700F
Tints of Pumpkin #FB700F
RGB
CMYK
RGB Variations
Color information
#FB700F (or 0xFB700F) is known color: Pumpkin. HEX triplet: FB, 70 and 0F. RGB value is (251,112,15). Sum of RGB (Red+Green+Blue) = 251+112+15=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700F is #048FF0. Grayscale: #8F8F8F. Windows color (decimal): -298993 or 1011963. OLE color: 1011963.
HSL color Cylindrical-coordinate representation of color #FB700F: hue angle of 24.66º 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 #FB700F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 24.66º | 0.97% | 0.52% | - |
| HSV(B) | 24.66º | 0.94% | 0.98% | - |
| XYZ | 45.66 | 32.13 | 4.25 | - |
| YUV | 142.5 | 56.05 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 15 | 0 | 0.55 | 0.94 | 0.02 | 24.66 | 0.97 | 0.52 |
| Hex | FB | 70 | F | 0 | 37 | 5E | 2 | 19 | 61 | 34 |
| Octal | 373 | 160 | 17 | 0 | 67 | 136 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110000 | 1111 | 0 | 110111 | 1011110 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB700F
Complementary color
Monochromatic Colors of #FB700F
Black with #FB700F
Text Example
Text Example
White with #FB700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB700F; }
p { color: rgb(251,112,15); }
H1.HeaderClassName
{
color: #FB700F;
}
.AnyTagClassName
{
color: #FB700F;
}
</style>
background-color css
<style>
a { background-color: #FB700F; }
a { background-color: rgb(251,112,15); }
div.DivClassName
{
background-color: #FB700F;
}
.BgClassName
{
background-color: #FB700F;
}
</style>
border-color css
<style>
span { border-color: #FB700F; }
span { border-color: rgb(251,112,15); }
td.TdClassName
{
border-color: #FB700F;
}
.TagClassName
{
border-color: #FB700F;
}
</style>