Shades of Pumpkin #FE7725
Tints of Pumpkin #FE7725
RGB
CMYK
RGB Variations
Color information
#FE7725 (or 0xFE7725) is known color: Pumpkin. HEX triplet: FE, 77 and 25. RGB value is (254,119,37). Sum of RGB (Red+Green+Blue) = 254+119+37=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7725 is #0188DA. Grayscale: #969696. Windows color (decimal): -100571 or 2455550. OLE color: 2455550.
HSL color Cylindrical-coordinate representation of color #FE7725: hue angle of 22.67º 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 #FE7725 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 37 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.00 |
| HSL | 22.67º | 0.99% | 0.57% | - |
| HSV(B) | 22.67º | 0.85% | 1% | - |
| XYZ | 47.8 | 34.4 | 5.87 | - |
| YUV | 150.02 | 64.23 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 37 | 0 | 0.53 | 0.85 | 0.00 | 22.67 | 0.99 | 0.57 |
| Hex | FE | 77 | 25 | 0 | 35 | 55 | 0 | 17 | 63 | 39 |
| Octal | 376 | 167 | 45 | 0 | 65 | 125 | 0 | 27 | 143 | 71 |
| Binary | 11111110 | 1110111 | 100101 | 0 | 110101 | 1010101 | 0 | 10111 | 1100011 | 111001 |
Color Harmonies of #FE7725
Complementary color
Monochromatic Colors of #FE7725
Black with #FE7725
Text Example
Text Example
White with #FE7725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7725; }
p { color: rgb(254,119,37); }
H1.HeaderClassName
{
color: #FE7725;
}
.AnyTagClassName
{
color: #FE7725;
}
</style>
background-color css
<style>
a { background-color: #FE7725; }
a { background-color: rgb(254,119,37); }
div.DivClassName
{
background-color: #FE7725;
}
.BgClassName
{
background-color: #FE7725;
}
</style>
border-color css
<style>
span { border-color: #FE7725; }
span { border-color: rgb(254,119,37); }
td.TdClassName
{
border-color: #FE7725;
}
.TagClassName
{
border-color: #FE7725;
}
</style>