Shades of Pumpkin #FB821B
Tints of Pumpkin #FB821B
RGB
CMYK
RGB Variations
Color information
#FB821B (or 0xFB821B) is known color: Pumpkin. HEX triplet: FB, 82 and 1B. RGB value is (251,130,27). Sum of RGB (Red+Green+Blue) = 251+130+27=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB821B is #047DE4. Grayscale: #9A9A9A. Windows color (decimal): -294373 or 1803003. OLE color: 1803003.
HSL color Cylindrical-coordinate representation of color #FB821B: hue angle of 27.59º 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 #FB821B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 27 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.02 |
| HSL | 27.59º | 0.97% | 0.55% | - |
| HSV(B) | 27.59º | 0.89% | 0.98% | - |
| XYZ | 47.96 | 36.55 | 5.56 | - |
| YUV | 154.44 | 56.09 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 27 | 0 | 0.48 | 0.89 | 0.02 | 27.59 | 0.97 | 0.55 |
| Hex | FB | 82 | 1B | 0 | 30 | 59 | 2 | 1C | 61 | 37 |
| Octal | 373 | 202 | 33 | 0 | 60 | 131 | 2 | 34 | 141 | 67 |
| Binary | 11111011 | 10000010 | 11011 | 0 | 110000 | 1011001 | 10 | 11100 | 1100001 | 110111 |
Color Harmonies of #FB821B
Complementary color
Monochromatic Colors of #FB821B
Black with #FB821B
Text Example
Text Example
White with #FB821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB821B; }
p { color: rgb(251,130,27); }
H1.HeaderClassName
{
color: #FB821B;
}
.AnyTagClassName
{
color: #FB821B;
}
</style>
background-color css
<style>
a { background-color: #FB821B; }
a { background-color: rgb(251,130,27); }
div.DivClassName
{
background-color: #FB821B;
}
.BgClassName
{
background-color: #FB821B;
}
</style>
border-color css
<style>
span { border-color: #FB821B; }
span { border-color: rgb(251,130,27); }
td.TdClassName
{
border-color: #FB821B;
}
.TagClassName
{
border-color: #FB821B;
}
</style>