Shades of Pumpkin #FB811B
Tints of Pumpkin #FB811B
RGB
CMYK
RGB Variations
Color information
#FB811B (or 0xFB811B) is known color: Pumpkin. HEX triplet: FB, 81 and 1B. RGB value is (251,129,27). Sum of RGB (Red+Green+Blue) = 251+129+27=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB811B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB811B is #047EE4. Grayscale: #9A9A9A. Windows color (decimal): -294629 or 1802747. OLE color: 1802747.
HSL color Cylindrical-coordinate representation of color #FB811B: hue angle of 27.32º 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 #FB811B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 27 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.02 |
| HSL | 27.32º | 0.97% | 0.55% | - |
| HSV(B) | 27.32º | 0.89% | 0.98% | - |
| XYZ | 47.83 | 36.29 | 5.52 | - |
| YUV | 153.85 | 56.42 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 27 | 0 | 0.49 | 0.89 | 0.02 | 27.32 | 0.97 | 0.55 |
| Hex | FB | 81 | 1B | 0 | 31 | 59 | 2 | 1B | 61 | 37 |
| Octal | 373 | 201 | 33 | 0 | 61 | 131 | 2 | 33 | 141 | 67 |
| Binary | 11111011 | 10000001 | 11011 | 0 | 110001 | 1011001 | 10 | 11011 | 1100001 | 110111 |
Color Harmonies of #FB811B
Complementary color
Monochromatic Colors of #FB811B
Black with #FB811B
Text Example
Text Example
White with #FB811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB811B; }
p { color: rgb(251,129,27); }
H1.HeaderClassName
{
color: #FB811B;
}
.AnyTagClassName
{
color: #FB811B;
}
</style>
background-color css
<style>
a { background-color: #FB811B; }
a { background-color: rgb(251,129,27); }
div.DivClassName
{
background-color: #FB811B;
}
.BgClassName
{
background-color: #FB811B;
}
</style>
border-color css
<style>
span { border-color: #FB811B; }
span { border-color: rgb(251,129,27); }
td.TdClassName
{
border-color: #FB811B;
}
.TagClassName
{
border-color: #FB811B;
}
</style>