Shades of Pumpkin #FB720E
Tints of Pumpkin #FB720E
RGB
CMYK
RGB Variations
Color information
#FB720E (or 0xFB720E) is known color: Pumpkin. HEX triplet: FB, 72 and 0E. RGB value is (251,114,14). Sum of RGB (Red+Green+Blue) = 251+114+14=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB720E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB720E is #048DF1. Grayscale: #909090. Windows color (decimal): -298482 or 946939. OLE color: 946939.
HSL color Cylindrical-coordinate representation of color #FB720E: hue angle of 25.32º 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 #FB720E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 25.32º | 0.97% | 0.52% | - |
| HSV(B) | 25.32º | 0.94% | 0.98% | - |
| XYZ | 45.88 | 32.58 | 4.29 | - |
| YUV | 143.56 | 54.89 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 14 | 0 | 0.55 | 0.94 | 0.02 | 25.32 | 0.97 | 0.52 |
| Hex | FB | 72 | E | 0 | 37 | 5E | 2 | 19 | 61 | 34 |
| Octal | 373 | 162 | 16 | 0 | 67 | 136 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110010 | 1110 | 0 | 110111 | 1011110 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB720E
Complementary color
Monochromatic Colors of #FB720E
Black with #FB720E
Text Example
Text Example
White with #FB720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB720E; }
p { color: rgb(251,114,14); }
H1.HeaderClassName
{
color: #FB720E;
}
.AnyTagClassName
{
color: #FB720E;
}
</style>
background-color css
<style>
a { background-color: #FB720E; }
a { background-color: rgb(251,114,14); }
div.DivClassName
{
background-color: #FB720E;
}
.BgClassName
{
background-color: #FB720E;
}
</style>
border-color css
<style>
span { border-color: #FB720E; }
span { border-color: rgb(251,114,14); }
td.TdClassName
{
border-color: #FB720E;
}
.TagClassName
{
border-color: #FB720E;
}
</style>