Shades of Pumpkin #FB7914
Tints of Pumpkin #FB7914
RGB
CMYK
RGB Variations
Color information
#FB7914 (or 0xFB7914) is known color: Pumpkin. HEX triplet: FB, 79 and 14. RGB value is (251,121,20). Sum of RGB (Red+Green+Blue) = 251+121+20=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7914 is #0486EB. Grayscale: #949494. Windows color (decimal): -296684 or 1341947. OLE color: 1341947.
HSL color Cylindrical-coordinate representation of color #FB7914: hue angle of 26.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB7914 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.02 |
| HSL | 26.23º | 0.97% | 0.53% | - |
| HSV(B) | 26.23º | 0.92% | 0.98% | - |
| XYZ | 46.75 | 34.23 | 4.81 | - |
| YUV | 148.36 | 55.57 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 20 | 0 | 0.52 | 0.92 | 0.02 | 26.23 | 0.97 | 0.53 |
| Hex | FB | 79 | 14 | 0 | 34 | 5C | 2 | 1A | 61 | 35 |
| Octal | 373 | 171 | 24 | 0 | 64 | 134 | 2 | 32 | 141 | 65 |
| Binary | 11111011 | 1111001 | 10100 | 0 | 110100 | 1011100 | 10 | 11010 | 1100001 | 110101 |
Color Harmonies of #FB7914
Complementary color
Monochromatic Colors of #FB7914
Black with #FB7914
Text Example
Text Example
White with #FB7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7914; }
p { color: rgb(251,121,20); }
H1.HeaderClassName
{
color: #FB7914;
}
.AnyTagClassName
{
color: #FB7914;
}
</style>
background-color css
<style>
a { background-color: #FB7914; }
a { background-color: rgb(251,121,20); }
div.DivClassName
{
background-color: #FB7914;
}
.BgClassName
{
background-color: #FB7914;
}
</style>
border-color css
<style>
span { border-color: #FB7914; }
span { border-color: rgb(251,121,20); }
td.TdClassName
{
border-color: #FB7914;
}
.TagClassName
{
border-color: #FB7914;
}
</style>