Shades of Pumpkin #FB821A
Tints of Pumpkin #FB821A
RGB
CMYK
RGB Variations
Color information
#FB821A (or 0xFB821A) is known color: Pumpkin. HEX triplet: FB, 82 and 1A. RGB value is (251,130,26). Sum of RGB (Red+Green+Blue) = 251+130+26=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB821A is #047DE5. Grayscale: #9A9A9A. Windows color (decimal): -294374 or 1737467. OLE color: 1737467.
HSL color Cylindrical-coordinate representation of color #FB821A: hue angle of 27.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB821A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 26 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.02 |
| HSL | 27.73º | 0.97% | 0.54% | - |
| HSV(B) | 27.73º | 0.9% | 0.98% | - |
| XYZ | 47.95 | 36.55 | 5.5 | - |
| YUV | 154.32 | 55.59 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 26 | 0 | 0.48 | 0.90 | 0.02 | 27.73 | 0.97 | 0.54 |
| Hex | FB | 82 | 1A | 0 | 30 | 5A | 2 | 1C | 61 | 36 |
| Octal | 373 | 202 | 32 | 0 | 60 | 132 | 2 | 34 | 141 | 66 |
| Binary | 11111011 | 10000010 | 11010 | 0 | 110000 | 1011010 | 10 | 11100 | 1100001 | 110110 |
Color Harmonies of #FB821A
Complementary color
Monochromatic Colors of #FB821A
Black with #FB821A
Text Example
Text Example
White with #FB821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB821A; }
p { color: rgb(251,130,26); }
H1.HeaderClassName
{
color: #FB821A;
}
.AnyTagClassName
{
color: #FB821A;
}
</style>
background-color css
<style>
a { background-color: #FB821A; }
a { background-color: rgb(251,130,26); }
div.DivClassName
{
background-color: #FB821A;
}
.BgClassName
{
background-color: #FB821A;
}
</style>
border-color css
<style>
span { border-color: #FB821A; }
span { border-color: rgb(251,130,26); }
td.TdClassName
{
border-color: #FB821A;
}
.TagClassName
{
border-color: #FB821A;
}
</style>