Shades of Pumpkin #FB6E0E
Tints of Pumpkin #FB6E0E
RGB
CMYK
RGB Variations
Color information
#FB6E0E (or 0xFB6E0E) is known color: Pumpkin. HEX triplet: FB, 6E and 0E. RGB value is (251,110,14). Sum of RGB (Red+Green+Blue) = 251+110+14=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6E0E is #0491F1. Grayscale: #8D8D8D. Windows color (decimal): -299506 or 945915. OLE color: 945915.
HSL color Cylindrical-coordinate representation of color #FB6E0E: hue angle of 24.3º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB6E0E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.02 |
| HSL | 24.3º | 0.97% | 0.52% | - |
| HSV(B) | 24.3º | 0.94% | 0.98% | - |
| XYZ | 45.44 | 31.69 | 4.14 | - |
| YUV | 141.22 | 56.21 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 14 | 0 | 0.56 | 0.94 | 0.02 | 24.3 | 0.97 | 0.52 |
| Hex | FB | 6E | E | 0 | 38 | 5E | 2 | 18 | 61 | 34 |
| Octal | 373 | 156 | 16 | 0 | 70 | 136 | 2 | 30 | 141 | 64 |
| Binary | 11111011 | 1101110 | 1110 | 0 | 111000 | 1011110 | 10 | 11000 | 1100001 | 110100 |
Color Harmonies of #FB6E0E
Complementary color
Monochromatic Colors of #FB6E0E
Black with #FB6E0E
Text Example
Text Example
White with #FB6E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E0E; }
p { color: rgb(251,110,14); }
H1.HeaderClassName
{
color: #FB6E0E;
}
.AnyTagClassName
{
color: #FB6E0E;
}
</style>
background-color css
<style>
a { background-color: #FB6E0E; }
a { background-color: rgb(251,110,14); }
div.DivClassName
{
background-color: #FB6E0E;
}
.BgClassName
{
background-color: #FB6E0E;
}
</style>
border-color css
<style>
span { border-color: #FB6E0E; }
span { border-color: rgb(251,110,14); }
td.TdClassName
{
border-color: #FB6E0E;
}
.TagClassName
{
border-color: #FB6E0E;
}
</style>