Shades of Pumpkin #FE7727
Tints of Pumpkin #FE7727
RGB
CMYK
RGB Variations
Color information
#FE7727 (or 0xFE7727) is known color: Pumpkin. HEX triplet: FE, 77 and 27. RGB value is (254,119,39). Sum of RGB (Red+Green+Blue) = 254+119+39=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7727 is #0188D8. Grayscale: #969696. Windows color (decimal): -100569 or 2586622. OLE color: 2586622.
HSL color Cylindrical-coordinate representation of color #FE7727: hue angle of 22.33º 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 #FE7727 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 39 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.00 |
| HSL | 22.33º | 0.99% | 0.57% | - |
| HSV(B) | 22.33º | 0.85% | 1% | - |
| XYZ | 47.84 | 34.41 | 6.04 | - |
| YUV | 150.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 39 | 0 | 0.53 | 0.85 | 0.00 | 22.33 | 0.99 | 0.57 |
| Hex | FE | 77 | 27 | 0 | 35 | 55 | 0 | 16 | 63 | 39 |
| Octal | 376 | 167 | 47 | 0 | 65 | 125 | 0 | 26 | 143 | 71 |
| Binary | 11111110 | 1110111 | 100111 | 0 | 110101 | 1010101 | 0 | 10110 | 1100011 | 111001 |
Color Harmonies of #FE7727
Complementary color
Monochromatic Colors of #FE7727
Black with #FE7727
Text Example
Text Example
White with #FE7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7727; }
p { color: rgb(254,119,39); }
H1.HeaderClassName
{
color: #FE7727;
}
.AnyTagClassName
{
color: #FE7727;
}
</style>
background-color css
<style>
a { background-color: #FE7727; }
a { background-color: rgb(254,119,39); }
div.DivClassName
{
background-color: #FE7727;
}
.BgClassName
{
background-color: #FE7727;
}
</style>
border-color css
<style>
span { border-color: #FE7727; }
span { border-color: rgb(254,119,39); }
td.TdClassName
{
border-color: #FE7727;
}
.TagClassName
{
border-color: #FE7727;
}
</style>