Shades of Pumpkin #FB7F0D
Tints of Pumpkin #FB7F0D
RGB
CMYK
RGB Variations
Color information
#FB7F0D (or 0xFB7F0D) is known color: Pumpkin. HEX triplet: FB, 7F and 0D. RGB value is (251,127,13). Sum of RGB (Red+Green+Blue) = 251+127+13=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7F0D is #0480F2. Grayscale: #979797. Windows color (decimal): -295155 or 884731. OLE color: 884731.
HSL color Cylindrical-coordinate representation of color #FB7F0D: hue angle of 28.74º 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 #FB7F0D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.02 |
| HSL | 28.74º | 0.97% | 0.52% | - |
| HSV(B) | 28.74º | 0.95% | 0.98% | - |
| XYZ | 47.45 | 35.72 | 4.77 | - |
| YUV | 151.08 | 50.08 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 13 | 0 | 0.49 | 0.95 | 0.02 | 28.74 | 0.97 | 0.52 |
| Hex | FB | 7F | D | 0 | 31 | 5F | 2 | 1D | 61 | 34 |
| Octal | 373 | 177 | 15 | 0 | 61 | 137 | 2 | 35 | 141 | 64 |
| Binary | 11111011 | 1111111 | 1101 | 0 | 110001 | 1011111 | 10 | 11101 | 1100001 | 110100 |
Color Harmonies of #FB7F0D
Complementary color
Monochromatic Colors of #FB7F0D
Black with #FB7F0D
Text Example
Text Example
White with #FB7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F0D; }
p { color: rgb(251,127,13); }
H1.HeaderClassName
{
color: #FB7F0D;
}
.AnyTagClassName
{
color: #FB7F0D;
}
</style>
background-color css
<style>
a { background-color: #FB7F0D; }
a { background-color: rgb(251,127,13); }
div.DivClassName
{
background-color: #FB7F0D;
}
.BgClassName
{
background-color: #FB7F0D;
}
</style>
border-color css
<style>
span { border-color: #FB7F0D; }
span { border-color: rgb(251,127,13); }
td.TdClassName
{
border-color: #FB7F0D;
}
.TagClassName
{
border-color: #FB7F0D;
}
</style>