Shades of Pumpkin #FB6B11
Tints of Pumpkin #FB6B11
RGB
CMYK
RGB Variations
Color information
#FB6B11 (or 0xFB6B11) is known color: Pumpkin. HEX triplet: FB, 6B and 11. RGB value is (251,107,17). Sum of RGB (Red+Green+Blue) = 251+107+17=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6B11 is #0494EE. Grayscale: #8C8C8C. Windows color (decimal): -300271 or 1141755. OLE color: 1141755.
HSL color Cylindrical-coordinate representation of color #FB6B11: hue angle of 23.08º 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 #FB6B11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.02 |
| HSL | 23.08º | 0.97% | 0.53% | - |
| HSV(B) | 23.08º | 0.93% | 0.98% | - |
| XYZ | 45.14 | 31.07 | 4.15 | - |
| YUV | 139.8 | 58.71 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 17 | 0 | 0.57 | 0.93 | 0.02 | 23.08 | 0.97 | 0.53 |
| Hex | FB | 6B | 11 | 0 | 39 | 5D | 2 | 17 | 61 | 35 |
| Octal | 373 | 153 | 21 | 0 | 71 | 135 | 2 | 27 | 141 | 65 |
| Binary | 11111011 | 1101011 | 10001 | 0 | 111001 | 1011101 | 10 | 10111 | 1100001 | 110101 |
Color Harmonies of #FB6B11
Complementary color
Monochromatic Colors of #FB6B11
Black with #FB6B11
Text Example
Text Example
White with #FB6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B11; }
p { color: rgb(251,107,17); }
H1.HeaderClassName
{
color: #FB6B11;
}
.AnyTagClassName
{
color: #FB6B11;
}
</style>
background-color css
<style>
a { background-color: #FB6B11; }
a { background-color: rgb(251,107,17); }
div.DivClassName
{
background-color: #FB6B11;
}
.BgClassName
{
background-color: #FB6B11;
}
</style>
border-color css
<style>
span { border-color: #FB6B11; }
span { border-color: rgb(251,107,17); }
td.TdClassName
{
border-color: #FB6B11;
}
.TagClassName
{
border-color: #FB6B11;
}
</style>