Shades of Pumpkin #FB7C1F
Tints of Pumpkin #FB7C1F
RGB
CMYK
RGB Variations
Color information
#FB7C1F (or 0xFB7C1F) is known color: Pumpkin. HEX triplet: FB, 7C and 1F. RGB value is (251,124,31). Sum of RGB (Red+Green+Blue) = 251+124+31=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C1F is #0483E0. Grayscale: #979797. Windows color (decimal): -295905 or 2063611. OLE color: 2063611.
HSL color Cylindrical-coordinate representation of color #FB7C1F: hue angle of 25.36º degrees, saturation: 0.96, 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 #FB7C1F is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 31 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.02 |
| HSL | 25.36º | 0.96% | 0.55% | - |
| HSV(B) | 25.36º | 0.88% | 0.98% | - |
| XYZ | 47.24 | 35.02 | 5.57 | - |
| YUV | 151.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 31 | 0 | 0.51 | 0.88 | 0.02 | 25.36 | 0.96 | 0.55 |
| Hex | FB | 7C | 1F | 0 | 33 | 58 | 2 | 19 | 60 | 37 |
| Octal | 373 | 174 | 37 | 0 | 63 | 130 | 2 | 31 | 140 | 67 |
| Binary | 11111011 | 1111100 | 11111 | 0 | 110011 | 1011000 | 10 | 11001 | 1100000 | 110111 |
Color Harmonies of #FB7C1F
Complementary color
Monochromatic Colors of #FB7C1F
Black with #FB7C1F
Text Example
Text Example
White with #FB7C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C1F; }
p { color: rgb(251,124,31); }
H1.HeaderClassName
{
color: #FB7C1F;
}
.AnyTagClassName
{
color: #FB7C1F;
}
</style>
background-color css
<style>
a { background-color: #FB7C1F; }
a { background-color: rgb(251,124,31); }
div.DivClassName
{
background-color: #FB7C1F;
}
.BgClassName
{
background-color: #FB7C1F;
}
</style>
border-color css
<style>
span { border-color: #FB7C1F; }
span { border-color: rgb(251,124,31); }
td.TdClassName
{
border-color: #FB7C1F;
}
.TagClassName
{
border-color: #FB7C1F;
}
</style>