Shades of Pumpkin #FB7A1D
Tints of Pumpkin #FB7A1D
RGB
CMYK
RGB Variations
Color information
#FB7A1D (or 0xFB7A1D) is known color: Pumpkin. HEX triplet: FB, 7A and 1D. RGB value is (251,122,29). Sum of RGB (Red+Green+Blue) = 251+122+29=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A1D is #0485E2. Grayscale: #969696. Windows color (decimal): -296419 or 1932027. OLE color: 1932027.
HSL color Cylindrical-coordinate representation of color #FB7A1D: hue angle of 25.14º 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 #FB7A1D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.02 |
| HSL | 25.14º | 0.97% | 0.55% | - |
| HSV(B) | 25.14º | 0.88% | 0.98% | - |
| XYZ | 46.96 | 34.52 | 5.35 | - |
| YUV | 149.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 29 | 0 | 0.51 | 0.88 | 0.02 | 25.14 | 0.97 | 0.55 |
| Hex | FB | 7A | 1D | 0 | 33 | 58 | 2 | 19 | 61 | 37 |
| Octal | 373 | 172 | 35 | 0 | 63 | 130 | 2 | 31 | 141 | 67 |
| Binary | 11111011 | 1111010 | 11101 | 0 | 110011 | 1011000 | 10 | 11001 | 1100001 | 110111 |
Color Harmonies of #FB7A1D
Complementary color
Monochromatic Colors of #FB7A1D
Black with #FB7A1D
Text Example
Text Example
White with #FB7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A1D; }
p { color: rgb(251,122,29); }
H1.HeaderClassName
{
color: #FB7A1D;
}
.AnyTagClassName
{
color: #FB7A1D;
}
</style>
background-color css
<style>
a { background-color: #FB7A1D; }
a { background-color: rgb(251,122,29); }
div.DivClassName
{
background-color: #FB7A1D;
}
.BgClassName
{
background-color: #FB7A1D;
}
</style>
border-color css
<style>
span { border-color: #FB7A1D; }
span { border-color: rgb(251,122,29); }
td.TdClassName
{
border-color: #FB7A1D;
}
.TagClassName
{
border-color: #FB7A1D;
}
</style>