Shades of Pumpkin #FE7926
Tints of Pumpkin #FE7926
RGB
CMYK
RGB Variations
Color information
#FE7926 (or 0xFE7926) is known color: Pumpkin. HEX triplet: FE, 79 and 26. RGB value is (254,121,38). Sum of RGB (Red+Green+Blue) = 254+121+38=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7926 is #0186D9. Grayscale: #979797. Windows color (decimal): -100058 or 2521598. OLE color: 2521598.
HSL color Cylindrical-coordinate representation of color #FE7926: hue angle of 23.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7926 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 38 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.00 |
| HSL | 23.06º | 0.99% | 0.57% | - |
| HSV(B) | 23.06º | 0.85% | 1% | - |
| XYZ | 48.06 | 34.89 | 6.03 | - |
| YUV | 151.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 38 | 0 | 0.52 | 0.85 | 0.00 | 23.06 | 0.99 | 0.57 |
| Hex | FE | 79 | 26 | 0 | 34 | 55 | 0 | 17 | 63 | 39 |
| Octal | 376 | 171 | 46 | 0 | 64 | 125 | 0 | 27 | 143 | 71 |
| Binary | 11111110 | 1111001 | 100110 | 0 | 110100 | 1010101 | 0 | 10111 | 1100011 | 111001 |
Color Harmonies of #FE7926
Complementary color
Monochromatic Colors of #FE7926
Black with #FE7926
Text Example
Text Example
White with #FE7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7926; }
p { color: rgb(254,121,38); }
H1.HeaderClassName
{
color: #FE7926;
}
.AnyTagClassName
{
color: #FE7926;
}
</style>
background-color css
<style>
a { background-color: #FE7926; }
a { background-color: rgb(254,121,38); }
div.DivClassName
{
background-color: #FE7926;
}
.BgClassName
{
background-color: #FE7926;
}
</style>
border-color css
<style>
span { border-color: #FE7926; }
span { border-color: rgb(254,121,38); }
td.TdClassName
{
border-color: #FE7926;
}
.TagClassName
{
border-color: #FE7926;
}
</style>