Shades of Pumpkin #FB6E11
Tints of Pumpkin #FB6E11
RGB
CMYK
RGB Variations
Color information
#FB6E11 (or 0xFB6E11) is known color: Pumpkin. HEX triplet: FB, 6E and 11. RGB value is (251,110,17). Sum of RGB (Red+Green+Blue) = 251+110+17=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6E11 is #0491EE. Grayscale: #8E8E8E. Windows color (decimal): -299503 or 1142523. OLE color: 1142523.
HSL color Cylindrical-coordinate representation of color #FB6E11: hue angle of 23.85º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB6E11 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.02 |
| HSL | 23.85º | 0.97% | 0.53% | - |
| HSV(B) | 23.85º | 0.93% | 0.98% | - |
| XYZ | 45.46 | 31.7 | 4.25 | - |
| YUV | 141.56 | 57.71 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 17 | 0 | 0.56 | 0.93 | 0.02 | 23.85 | 0.97 | 0.53 |
| Hex | FB | 6E | 11 | 0 | 38 | 5D | 2 | 18 | 61 | 35 |
| Octal | 373 | 156 | 21 | 0 | 70 | 135 | 2 | 30 | 141 | 65 |
| Binary | 11111011 | 1101110 | 10001 | 0 | 111000 | 1011101 | 10 | 11000 | 1100001 | 110101 |
Color Harmonies of #FB6E11
Complementary color
Monochromatic Colors of #FB6E11
Black with #FB6E11
Text Example
Text Example
White with #FB6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E11; }
p { color: rgb(251,110,17); }
H1.HeaderClassName
{
color: #FB6E11;
}
.AnyTagClassName
{
color: #FB6E11;
}
</style>
background-color css
<style>
a { background-color: #FB6E11; }
a { background-color: rgb(251,110,17); }
div.DivClassName
{
background-color: #FB6E11;
}
.BgClassName
{
background-color: #FB6E11;
}
</style>
border-color css
<style>
span { border-color: #FB6E11; }
span { border-color: rgb(251,110,17); }
td.TdClassName
{
border-color: #FB6E11;
}
.TagClassName
{
border-color: #FB6E11;
}
</style>