Shades of Pumpkin #FB841A
Tints of Pumpkin #FB841A
RGB
CMYK
RGB Variations
Color information
#FB841A (or 0xFB841A) is known color: Pumpkin. HEX triplet: FB, 84 and 1A. RGB value is (251,132,26). Sum of RGB (Red+Green+Blue) = 251+132+26=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB841A is #047BE5. Grayscale: #9C9C9C. Windows color (decimal): -293862 or 1737979. OLE color: 1737979.
HSL color Cylindrical-coordinate representation of color #FB841A: hue angle of 28.27º 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 #FB841A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 26 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.02 |
| HSL | 28.27º | 0.97% | 0.54% | - |
| HSV(B) | 28.27º | 0.9% | 0.98% | - |
| XYZ | 48.22 | 37.09 | 5.59 | - |
| YUV | 155.5 | 54.92 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 26 | 0 | 0.47 | 0.90 | 0.02 | 28.27 | 0.97 | 0.54 |
| Hex | FB | 84 | 1A | 0 | 2F | 5A | 2 | 1C | 61 | 36 |
| Octal | 373 | 204 | 32 | 0 | 57 | 132 | 2 | 34 | 141 | 66 |
| Binary | 11111011 | 10000100 | 11010 | 0 | 101111 | 1011010 | 10 | 11100 | 1100001 | 110110 |
Color Harmonies of #FB841A
Complementary color
Monochromatic Colors of #FB841A
Black with #FB841A
Text Example
Text Example
White with #FB841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB841A; }
p { color: rgb(251,132,26); }
H1.HeaderClassName
{
color: #FB841A;
}
.AnyTagClassName
{
color: #FB841A;
}
</style>
background-color css
<style>
a { background-color: #FB841A; }
a { background-color: rgb(251,132,26); }
div.DivClassName
{
background-color: #FB841A;
}
.BgClassName
{
background-color: #FB841A;
}
</style>
border-color css
<style>
span { border-color: #FB841A; }
span { border-color: rgb(251,132,26); }
td.TdClassName
{
border-color: #FB841A;
}
.TagClassName
{
border-color: #FB841A;
}
</style>