Shades of Pumpkin #FB730E
Tints of Pumpkin #FB730E
RGB
CMYK
RGB Variations
Color information
#FB730E (or 0xFB730E) is known color: Pumpkin. HEX triplet: FB, 73 and 0E. RGB value is (251,115,14). Sum of RGB (Red+Green+Blue) = 251+115+14=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB730E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB730E is #048CF1. Grayscale: #909090. Windows color (decimal): -298226 or 947195. OLE color: 947195.
HSL color Cylindrical-coordinate representation of color #FB730E: hue angle of 25.57º 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 #FB730E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.02 |
| HSL | 25.57º | 0.97% | 0.52% | - |
| HSV(B) | 25.57º | 0.94% | 0.98% | - |
| XYZ | 45.99 | 32.8 | 4.32 | - |
| YUV | 144.15 | 54.56 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 14 | 0 | 0.54 | 0.94 | 0.02 | 25.57 | 0.97 | 0.52 |
| Hex | FB | 73 | E | 0 | 36 | 5E | 2 | 1A | 61 | 34 |
| Octal | 373 | 163 | 16 | 0 | 66 | 136 | 2 | 32 | 141 | 64 |
| Binary | 11111011 | 1110011 | 1110 | 0 | 110110 | 1011110 | 10 | 11010 | 1100001 | 110100 |
Color Harmonies of #FB730E
Complementary color
Monochromatic Colors of #FB730E
Black with #FB730E
Text Example
Text Example
White with #FB730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB730E; }
p { color: rgb(251,115,14); }
H1.HeaderClassName
{
color: #FB730E;
}
.AnyTagClassName
{
color: #FB730E;
}
</style>
background-color css
<style>
a { background-color: #FB730E; }
a { background-color: rgb(251,115,14); }
div.DivClassName
{
background-color: #FB730E;
}
.BgClassName
{
background-color: #FB730E;
}
</style>
border-color css
<style>
span { border-color: #FB730E; }
span { border-color: rgb(251,115,14); }
td.TdClassName
{
border-color: #FB730E;
}
.TagClassName
{
border-color: #FB730E;
}
</style>