Shades of Pumpkin #FE7B16
Tints of Pumpkin #FE7B16
RGB
CMYK
RGB Variations
Color information
#FE7B16 (or 0xFE7B16) is known color: Pumpkin. HEX triplet: FE, 7B and 16. RGB value is (254,123,22). Sum of RGB (Red+Green+Blue) = 254+123+22=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B16 is #0184E9. Grayscale: #979797. Windows color (decimal): -99562 or 1473534. OLE color: 1473534.
HSL color Cylindrical-coordinate representation of color #FE7B16: hue angle of 26.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7B16 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 22 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.00 |
| HSL | 26.12º | 0.99% | 0.54% | - |
| HSV(B) | 26.12º | 0.91% | 1% | - |
| XYZ | 48.1 | 35.29 | 5.04 | - |
| YUV | 150.66 | 55.4 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 22 | 0 | 0.52 | 0.91 | 0.00 | 26.12 | 0.99 | 0.54 |
| Hex | FE | 7B | 16 | 0 | 34 | 5B | 0 | 1A | 63 | 36 |
| Octal | 376 | 173 | 26 | 0 | 64 | 133 | 0 | 32 | 143 | 66 |
| Binary | 11111110 | 1111011 | 10110 | 0 | 110100 | 1011011 | 0 | 11010 | 1100011 | 110110 |
Color Harmonies of #FE7B16
Complementary color
Monochromatic Colors of #FE7B16
Black with #FE7B16
Text Example
Text Example
White with #FE7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B16; }
p { color: rgb(254,123,22); }
H1.HeaderClassName
{
color: #FE7B16;
}
.AnyTagClassName
{
color: #FE7B16;
}
</style>
background-color css
<style>
a { background-color: #FE7B16; }
a { background-color: rgb(254,123,22); }
div.DivClassName
{
background-color: #FE7B16;
}
.BgClassName
{
background-color: #FE7B16;
}
</style>
border-color css
<style>
span { border-color: #FE7B16; }
span { border-color: rgb(254,123,22); }
td.TdClassName
{
border-color: #FE7B16;
}
.TagClassName
{
border-color: #FE7B16;
}
</style>