Shades of Pumpkin #FB8117
Tints of Pumpkin #FB8117
RGB
CMYK
RGB Variations
Color information
#FB8117 (or 0xFB8117) is known color: Pumpkin. HEX triplet: FB, 81 and 17. RGB value is (251,129,23). Sum of RGB (Red+Green+Blue) = 251+129+23=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8117 is #047EE8. Grayscale: #999999. Windows color (decimal): -294633 or 1540603. OLE color: 1540603.
HSL color Cylindrical-coordinate representation of color #FB8117: hue angle of 27.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB8117 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 23 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.02 |
| HSL | 27.89º | 0.97% | 0.54% | - |
| HSV(B) | 27.89º | 0.91% | 0.98% | - |
| XYZ | 47.79 | 36.27 | 5.29 | - |
| YUV | 153.39 | 54.42 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 23 | 0 | 0.49 | 0.91 | 0.02 | 27.89 | 0.97 | 0.54 |
| Hex | FB | 81 | 17 | 0 | 31 | 5B | 2 | 1C | 61 | 36 |
| Octal | 373 | 201 | 27 | 0 | 61 | 133 | 2 | 34 | 141 | 66 |
| Binary | 11111011 | 10000001 | 10111 | 0 | 110001 | 1011011 | 10 | 11100 | 1100001 | 110110 |
Color Harmonies of #FB8117
Complementary color
Monochromatic Colors of #FB8117
Black with #FB8117
Text Example
Text Example
White with #FB8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8117; }
p { color: rgb(251,129,23); }
H1.HeaderClassName
{
color: #FB8117;
}
.AnyTagClassName
{
color: #FB8117;
}
</style>
background-color css
<style>
a { background-color: #FB8117; }
a { background-color: rgb(251,129,23); }
div.DivClassName
{
background-color: #FB8117;
}
.BgClassName
{
background-color: #FB8117;
}
</style>
border-color css
<style>
span { border-color: #FB8117; }
span { border-color: rgb(251,129,23); }
td.TdClassName
{
border-color: #FB8117;
}
.TagClassName
{
border-color: #FB8117;
}
</style>