Shades of Pumpkin #FE7715
Tints of Pumpkin #FE7715
RGB
CMYK
RGB Variations
Color information
#FE7715 (or 0xFE7715) is known color: Pumpkin. HEX triplet: FE, 77 and 15. RGB value is (254,119,21). Sum of RGB (Red+Green+Blue) = 254+119+21=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7715 is #0188EA. Grayscale: #949494. Windows color (decimal): -100587 or 1406974. OLE color: 1406974.
HSL color Cylindrical-coordinate representation of color #FE7715: hue angle of 25.24º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE7715 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 21 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.00 |
| HSL | 25.24º | 0.99% | 0.54% | - |
| HSV(B) | 25.24º | 0.92% | 1% | - |
| XYZ | 47.61 | 34.32 | 4.82 | - |
| YUV | 148.19 | 56.23 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 21 | 0 | 0.53 | 0.92 | 0.00 | 25.24 | 0.99 | 0.54 |
| Hex | FE | 77 | 15 | 0 | 35 | 5C | 0 | 19 | 63 | 36 |
| Octal | 376 | 167 | 25 | 0 | 65 | 134 | 0 | 31 | 143 | 66 |
| Binary | 11111110 | 1110111 | 10101 | 0 | 110101 | 1011100 | 0 | 11001 | 1100011 | 110110 |
Color Harmonies of #FE7715
Complementary color
Monochromatic Colors of #FE7715
Black with #FE7715
Text Example
Text Example
White with #FE7715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7715; }
p { color: rgb(254,119,21); }
H1.HeaderClassName
{
color: #FE7715;
}
.AnyTagClassName
{
color: #FE7715;
}
</style>
background-color css
<style>
a { background-color: #FE7715; }
a { background-color: rgb(254,119,21); }
div.DivClassName
{
background-color: #FE7715;
}
.BgClassName
{
background-color: #FE7715;
}
</style>
border-color css
<style>
span { border-color: #FE7715; }
span { border-color: rgb(254,119,21); }
td.TdClassName
{
border-color: #FE7715;
}
.TagClassName
{
border-color: #FE7715;
}
</style>