Shades of Pumpkin #FE7B11
Tints of Pumpkin #FE7B11
RGB
CMYK
RGB Variations
Color information
#FE7B11 (or 0xFE7B11) is known color: Pumpkin. HEX triplet: FE, 7B and 11. RGB value is (254,123,17). Sum of RGB (Red+Green+Blue) = 254+123+17=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B11 is #0184EE. Grayscale: #969696. Windows color (decimal): -99567 or 1145854. OLE color: 1145854.
HSL color Cylindrical-coordinate representation of color #FE7B11: hue angle of 26.84º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE7B11 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.00 |
| HSL | 26.84º | 0.99% | 0.53% | - |
| HSV(B) | 26.84º | 0.93% | 1% | - |
| XYZ | 48.06 | 35.28 | 4.81 | - |
| YUV | 150.09 | 52.9 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 17 | 0 | 0.52 | 0.93 | 0.00 | 26.84 | 0.99 | 0.53 |
| Hex | FE | 7B | 11 | 0 | 34 | 5D | 0 | 1B | 63 | 35 |
| Octal | 376 | 173 | 21 | 0 | 64 | 135 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111011 | 10001 | 0 | 110100 | 1011101 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7B11
Complementary color
Monochromatic Colors of #FE7B11
Black with #FE7B11
Text Example
Text Example
White with #FE7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B11; }
p { color: rgb(254,123,17); }
H1.HeaderClassName
{
color: #FE7B11;
}
.AnyTagClassName
{
color: #FE7B11;
}
</style>
background-color css
<style>
a { background-color: #FE7B11; }
a { background-color: rgb(254,123,17); }
div.DivClassName
{
background-color: #FE7B11;
}
.BgClassName
{
background-color: #FE7B11;
}
</style>
border-color css
<style>
span { border-color: #FE7B11; }
span { border-color: rgb(254,123,17); }
td.TdClassName
{
border-color: #FE7B11;
}
.TagClassName
{
border-color: #FE7B11;
}
</style>