Shades of Pumpkin #FB730D
Tints of Pumpkin #FB730D
RGB
CMYK
RGB Variations
Color information
#FB730D (or 0xFB730D) is known color: Pumpkin. HEX triplet: FB, 73 and 0D. RGB value is (251,115,13). Sum of RGB (Red+Green+Blue) = 251+115+13=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB730D is #048CF2. Grayscale: #909090. Windows color (decimal): -298227 or 881659. OLE color: 881659.
HSL color Cylindrical-coordinate representation of color #FB730D: hue angle of 25.71º 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 #FB730D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.02 |
| HSL | 25.71º | 0.97% | 0.52% | - |
| HSV(B) | 25.71º | 0.95% | 0.98% | - |
| XYZ | 45.99 | 32.8 | 4.29 | - |
| YUV | 144.04 | 54.06 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 13 | 0 | 0.54 | 0.95 | 0.02 | 25.71 | 0.97 | 0.52 |
| Hex | FB | 73 | D | 0 | 36 | 5F | 2 | 1A | 61 | 34 |
| Octal | 373 | 163 | 15 | 0 | 66 | 137 | 2 | 32 | 141 | 64 |
| Binary | 11111011 | 1110011 | 1101 | 0 | 110110 | 1011111 | 10 | 11010 | 1100001 | 110100 |
Color Harmonies of #FB730D
Complementary color
Monochromatic Colors of #FB730D
Black with #FB730D
Text Example
Text Example
White with #FB730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB730D; }
p { color: rgb(251,115,13); }
H1.HeaderClassName
{
color: #FB730D;
}
.AnyTagClassName
{
color: #FB730D;
}
</style>
background-color css
<style>
a { background-color: #FB730D; }
a { background-color: rgb(251,115,13); }
div.DivClassName
{
background-color: #FB730D;
}
.BgClassName
{
background-color: #FB730D;
}
</style>
border-color css
<style>
span { border-color: #FB730D; }
span { border-color: rgb(251,115,13); }
td.TdClassName
{
border-color: #FB730D;
}
.TagClassName
{
border-color: #FB730D;
}
</style>