Shades of Pumpkin #FB7A0D
Tints of Pumpkin #FB7A0D
RGB
CMYK
RGB Variations
Color information
#FB7A0D (or 0xFB7A0D) is known color: Pumpkin. HEX triplet: FB, 7A and 0D. RGB value is (251,122,13). Sum of RGB (Red+Green+Blue) = 251+122+13=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A0D is #0485F2. Grayscale: #949494. Windows color (decimal): -296435 or 883451. OLE color: 883451.
HSL color Cylindrical-coordinate representation of color #FB7A0D: hue angle of 27.48º 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 #FB7A0D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.02 |
| HSL | 27.48º | 0.97% | 0.52% | - |
| HSV(B) | 27.48º | 0.95% | 0.98% | - |
| XYZ | 46.82 | 34.46 | 4.56 | - |
| YUV | 148.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 13 | 0 | 0.51 | 0.95 | 0.02 | 27.48 | 0.97 | 0.52 |
| Hex | FB | 7A | D | 0 | 33 | 5F | 2 | 1B | 61 | 34 |
| Octal | 373 | 172 | 15 | 0 | 63 | 137 | 2 | 33 | 141 | 64 |
| Binary | 11111011 | 1111010 | 1101 | 0 | 110011 | 1011111 | 10 | 11011 | 1100001 | 110100 |
Color Harmonies of #FB7A0D
Complementary color
Monochromatic Colors of #FB7A0D
Black with #FB7A0D
Text Example
Text Example
White with #FB7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A0D; }
p { color: rgb(251,122,13); }
H1.HeaderClassName
{
color: #FB7A0D;
}
.AnyTagClassName
{
color: #FB7A0D;
}
</style>
background-color css
<style>
a { background-color: #FB7A0D; }
a { background-color: rgb(251,122,13); }
div.DivClassName
{
background-color: #FB7A0D;
}
.BgClassName
{
background-color: #FB7A0D;
}
</style>
border-color css
<style>
span { border-color: #FB7A0D; }
span { border-color: rgb(251,122,13); }
td.TdClassName
{
border-color: #FB7A0D;
}
.TagClassName
{
border-color: #FB7A0D;
}
</style>