Shades of Pumpkin #FB700C
Tints of Pumpkin #FB700C
RGB
CMYK
RGB Variations
Color information
#FB700C (or 0xFB700C) is known color: Pumpkin. HEX triplet: FB, 70 and 0C. RGB value is (251,112,12). Sum of RGB (Red+Green+Blue) = 251+112+12=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700C is #048FF3. Grayscale: #8E8E8E. Windows color (decimal): -298996 or 815355. OLE color: 815355.
HSL color Cylindrical-coordinate representation of color #FB700C: hue angle of 25.1º 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 #FB700C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.02 |
| HSL | 25.1º | 0.97% | 0.52% | - |
| HSV(B) | 25.1º | 0.95% | 0.98% | - |
| XYZ | 45.64 | 32.12 | 4.14 | - |
| YUV | 142.16 | 54.55 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 12 | 0 | 0.55 | 0.95 | 0.02 | 25.1 | 0.97 | 0.52 |
| Hex | FB | 70 | C | 0 | 37 | 5F | 2 | 19 | 61 | 34 |
| Octal | 373 | 160 | 14 | 0 | 67 | 137 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110000 | 1100 | 0 | 110111 | 1011111 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB700C
Complementary color
Monochromatic Colors of #FB700C
Black with #FB700C
Text Example
Text Example
White with #FB700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB700C; }
p { color: rgb(251,112,12); }
H1.HeaderClassName
{
color: #FB700C;
}
.AnyTagClassName
{
color: #FB700C;
}
</style>
background-color css
<style>
a { background-color: #FB700C; }
a { background-color: rgb(251,112,12); }
div.DivClassName
{
background-color: #FB700C;
}
.BgClassName
{
background-color: #FB700C;
}
</style>
border-color css
<style>
span { border-color: #FB700C; }
span { border-color: rgb(251,112,12); }
td.TdClassName
{
border-color: #FB700C;
}
.TagClassName
{
border-color: #FB700C;
}
</style>