Shades of Pumpkin #FB7C1E
Tints of Pumpkin #FB7C1E
RGB
CMYK
RGB Variations
Color information
#FB7C1E (or 0xFB7C1E) is known color: Pumpkin. HEX triplet: FB, 7C and 1E. RGB value is (251,124,30). Sum of RGB (Red+Green+Blue) = 251+124+30=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C1E is #0483E1. Grayscale: #979797. Windows color (decimal): -295906 or 1998075. OLE color: 1998075.
HSL color Cylindrical-coordinate representation of color #FB7C1E: hue angle of 25.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB7C1E is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 30 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.02 |
| HSL | 25.52º | 0.97% | 0.55% | - |
| HSV(B) | 25.52º | 0.88% | 0.98% | - |
| XYZ | 47.23 | 35.02 | 5.5 | - |
| YUV | 151.26 | 59.58 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 30 | 0 | 0.51 | 0.88 | 0.02 | 25.52 | 0.97 | 0.55 |
| Hex | FB | 7C | 1E | 0 | 33 | 58 | 2 | 1A | 61 | 37 |
| Octal | 373 | 174 | 36 | 0 | 63 | 130 | 2 | 32 | 141 | 67 |
| Binary | 11111011 | 1111100 | 11110 | 0 | 110011 | 1011000 | 10 | 11010 | 1100001 | 110111 |
Color Harmonies of #FB7C1E
Complementary color
Monochromatic Colors of #FB7C1E
Black with #FB7C1E
Text Example
Text Example
White with #FB7C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C1E; }
p { color: rgb(251,124,30); }
H1.HeaderClassName
{
color: #FB7C1E;
}
.AnyTagClassName
{
color: #FB7C1E;
}
</style>
background-color css
<style>
a { background-color: #FB7C1E; }
a { background-color: rgb(251,124,30); }
div.DivClassName
{
background-color: #FB7C1E;
}
.BgClassName
{
background-color: #FB7C1E;
}
</style>
border-color css
<style>
span { border-color: #FB7C1E; }
span { border-color: rgb(251,124,30); }
td.TdClassName
{
border-color: #FB7C1E;
}
.TagClassName
{
border-color: #FB7C1E;
}
</style>