Shades of Pumpkin #FB7C1B
Tints of Pumpkin #FB7C1B
RGB
CMYK
RGB Variations
Color information
#FB7C1B (or 0xFB7C1B) is known color: Pumpkin. HEX triplet: FB, 7C and 1B. RGB value is (251,124,27). Sum of RGB (Red+Green+Blue) = 251+124+27=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C1B is #0483E4. Grayscale: #979797. Windows color (decimal): -295909 or 1801467. OLE color: 1801467.
HSL color Cylindrical-coordinate representation of color #FB7C1B: hue angle of 25.98º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB7C1B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.02 |
| HSL | 25.98º | 0.97% | 0.55% | - |
| HSV(B) | 25.98º | 0.89% | 0.98% | - |
| XYZ | 47.19 | 35 | 5.31 | - |
| YUV | 150.92 | 58.08 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 27 | 0 | 0.51 | 0.89 | 0.02 | 25.98 | 0.97 | 0.55 |
| Hex | FB | 7C | 1B | 0 | 33 | 59 | 2 | 1A | 61 | 37 |
| Octal | 373 | 174 | 33 | 0 | 63 | 131 | 2 | 32 | 141 | 67 |
| Binary | 11111011 | 1111100 | 11011 | 0 | 110011 | 1011001 | 10 | 11010 | 1100001 | 110111 |
Color Harmonies of #FB7C1B
Complementary color
Monochromatic Colors of #FB7C1B
Black with #FB7C1B
Text Example
Text Example
White with #FB7C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C1B; }
p { color: rgb(251,124,27); }
H1.HeaderClassName
{
color: #FB7C1B;
}
.AnyTagClassName
{
color: #FB7C1B;
}
</style>
background-color css
<style>
a { background-color: #FB7C1B; }
a { background-color: rgb(251,124,27); }
div.DivClassName
{
background-color: #FB7C1B;
}
.BgClassName
{
background-color: #FB7C1B;
}
</style>
border-color css
<style>
span { border-color: #FB7C1B; }
span { border-color: rgb(251,124,27); }
td.TdClassName
{
border-color: #FB7C1B;
}
.TagClassName
{
border-color: #FB7C1B;
}
</style>