Shades of Pumpkin #FE7A25
Tints of Pumpkin #FE7A25
RGB
CMYK
RGB Variations
Color information
#FE7A25 (or 0xFE7A25) is known color: Pumpkin. HEX triplet: FE, 7A and 25. RGB value is (254,122,37). Sum of RGB (Red+Green+Blue) = 254+122+37=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A25 is #0185DA. Grayscale: #989898. Windows color (decimal): -99803 or 2456318. OLE color: 2456318.
HSL color Cylindrical-coordinate representation of color #FE7A25: hue angle of 23.5º 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 #FE7A25 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.00 |
| HSL | 23.5º | 0.99% | 0.57% | - |
| HSV(B) | 23.5º | 0.85% | 1% | - |
| XYZ | 48.17 | 35.12 | 5.99 | - |
| YUV | 151.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 37 | 0 | 0.52 | 0.85 | 0.00 | 23.5 | 0.99 | 0.57 |
| Hex | FE | 7A | 25 | 0 | 34 | 55 | 0 | 18 | 63 | 39 |
| Octal | 376 | 172 | 45 | 0 | 64 | 125 | 0 | 30 | 143 | 71 |
| Binary | 11111110 | 1111010 | 100101 | 0 | 110100 | 1010101 | 0 | 11000 | 1100011 | 111001 |
Color Harmonies of #FE7A25
Complementary color
Monochromatic Colors of #FE7A25
Black with #FE7A25
Text Example
Text Example
White with #FE7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A25; }
p { color: rgb(254,122,37); }
H1.HeaderClassName
{
color: #FE7A25;
}
.AnyTagClassName
{
color: #FE7A25;
}
</style>
background-color css
<style>
a { background-color: #FE7A25; }
a { background-color: rgb(254,122,37); }
div.DivClassName
{
background-color: #FE7A25;
}
.BgClassName
{
background-color: #FE7A25;
}
</style>
border-color css
<style>
span { border-color: #FE7A25; }
span { border-color: rgb(254,122,37); }
td.TdClassName
{
border-color: #FE7A25;
}
.TagClassName
{
border-color: #FE7A25;
}
</style>