Shades of Pumpkin #FB841D
Tints of Pumpkin #FB841D
RGB
CMYK
RGB Variations
Color information
#FB841D (or 0xFB841D) is known color: Pumpkin. HEX triplet: FB, 84 and 1D. RGB value is (251,132,29). Sum of RGB (Red+Green+Blue) = 251+132+29=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB841D is #047BE2. Grayscale: #9C9C9C. Windows color (decimal): -293859 or 1934587. OLE color: 1934587.
HSL color Cylindrical-coordinate representation of color #FB841D: hue angle of 27.84º 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 #FB841D is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 29 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.02 |
| HSL | 27.84º | 0.97% | 0.55% | - |
| HSV(B) | 27.84º | 0.88% | 0.98% | - |
| XYZ | 48.26 | 37.1 | 5.78 | - |
| YUV | 155.84 | 56.42 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 29 | 0 | 0.47 | 0.88 | 0.02 | 27.84 | 0.97 | 0.55 |
| Hex | FB | 84 | 1D | 0 | 2F | 58 | 2 | 1C | 61 | 37 |
| Octal | 373 | 204 | 35 | 0 | 57 | 130 | 2 | 34 | 141 | 67 |
| Binary | 11111011 | 10000100 | 11101 | 0 | 101111 | 1011000 | 10 | 11100 | 1100001 | 110111 |
Color Harmonies of #FB841D
Complementary color
Monochromatic Colors of #FB841D
Black with #FB841D
Text Example
Text Example
White with #FB841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB841D; }
p { color: rgb(251,132,29); }
H1.HeaderClassName
{
color: #FB841D;
}
.AnyTagClassName
{
color: #FB841D;
}
</style>
background-color css
<style>
a { background-color: #FB841D; }
a { background-color: rgb(251,132,29); }
div.DivClassName
{
background-color: #FB841D;
}
.BgClassName
{
background-color: #FB841D;
}
</style>
border-color css
<style>
span { border-color: #FB841D; }
span { border-color: rgb(251,132,29); }
td.TdClassName
{
border-color: #FB841D;
}
.TagClassName
{
border-color: #FB841D;
}
</style>