Shades of Pumpkin #FE7B17
Tints of Pumpkin #FE7B17
RGB
CMYK
RGB Variations
Color information
#FE7B17 (or 0xFE7B17) is known color: Pumpkin. HEX triplet: FE, 7B and 17. RGB value is (254,123,23). Sum of RGB (Red+Green+Blue) = 254+123+23=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B17 is #0184E8. Grayscale: #979797. Windows color (decimal): -99561 or 1539070. OLE color: 1539070.
HSL color Cylindrical-coordinate representation of color #FE7B17: hue angle of 25.97º 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 #FE7B17 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 23 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.00 |
| HSL | 25.97º | 0.99% | 0.54% | - |
| HSV(B) | 25.97º | 0.91% | 1% | - |
| XYZ | 48.11 | 35.3 | 5.09 | - |
| YUV | 150.77 | 55.9 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 23 | 0 | 0.52 | 0.91 | 0.00 | 25.97 | 0.99 | 0.54 |
| Hex | FE | 7B | 17 | 0 | 34 | 5B | 0 | 1A | 63 | 36 |
| Octal | 376 | 173 | 27 | 0 | 64 | 133 | 0 | 32 | 143 | 66 |
| Binary | 11111110 | 1111011 | 10111 | 0 | 110100 | 1011011 | 0 | 11010 | 1100011 | 110110 |
Color Harmonies of #FE7B17
Complementary color
Monochromatic Colors of #FE7B17
Black with #FE7B17
Text Example
Text Example
White with #FE7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B17; }
p { color: rgb(254,123,23); }
H1.HeaderClassName
{
color: #FE7B17;
}
.AnyTagClassName
{
color: #FE7B17;
}
</style>
background-color css
<style>
a { background-color: #FE7B17; }
a { background-color: rgb(254,123,23); }
div.DivClassName
{
background-color: #FE7B17;
}
.BgClassName
{
background-color: #FE7B17;
}
</style>
border-color css
<style>
span { border-color: #FE7B17; }
span { border-color: rgb(254,123,23); }
td.TdClassName
{
border-color: #FE7B17;
}
.TagClassName
{
border-color: #FE7B17;
}
</style>