Shades of Pumpkin #FB7D0D
Tints of Pumpkin #FB7D0D
RGB
CMYK
RGB Variations
Color information
#FB7D0D (or 0xFB7D0D) is known color: Pumpkin. HEX triplet: FB, 7D and 0D. RGB value is (251,125,13). Sum of RGB (Red+Green+Blue) = 251+125+13=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7D0D is #0482F2. Grayscale: #969696. Windows color (decimal): -295667 or 884219. OLE color: 884219.
HSL color Cylindrical-coordinate representation of color #FB7D0D: hue angle of 28.24º 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 #FB7D0D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.02 |
| HSL | 28.24º | 0.97% | 0.52% | - |
| HSV(B) | 28.24º | 0.95% | 0.98% | - |
| XYZ | 47.19 | 35.21 | 4.69 | - |
| YUV | 149.91 | 50.74 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 13 | 0 | 0.50 | 0.95 | 0.02 | 28.24 | 0.97 | 0.52 |
| Hex | FB | 7D | D | 0 | 32 | 5F | 2 | 1C | 61 | 34 |
| Octal | 373 | 175 | 15 | 0 | 62 | 137 | 2 | 34 | 141 | 64 |
| Binary | 11111011 | 1111101 | 1101 | 0 | 110010 | 1011111 | 10 | 11100 | 1100001 | 110100 |
Color Harmonies of #FB7D0D
Complementary color
Monochromatic Colors of #FB7D0D
Black with #FB7D0D
Text Example
Text Example
White with #FB7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D0D; }
p { color: rgb(251,125,13); }
H1.HeaderClassName
{
color: #FB7D0D;
}
.AnyTagClassName
{
color: #FB7D0D;
}
</style>
background-color css
<style>
a { background-color: #FB7D0D; }
a { background-color: rgb(251,125,13); }
div.DivClassName
{
background-color: #FB7D0D;
}
.BgClassName
{
background-color: #FB7D0D;
}
</style>
border-color css
<style>
span { border-color: #FB7D0D; }
span { border-color: rgb(251,125,13); }
td.TdClassName
{
border-color: #FB7D0D;
}
.TagClassName
{
border-color: #FB7D0D;
}
</style>