Shades of Pumpkin #FE7807
Tints of Pumpkin #FE7807
RGB
CMYK
RGB Variations
Color information
#FE7807 (or 0xFE7807) is known color: Pumpkin. HEX triplet: FE, 78 and 07. RGB value is (254,120,7). Sum of RGB (Red+Green+Blue) = 254+120+7=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7807 is #0187F8. Grayscale: #939393. Windows color (decimal): -100345 or 489726. OLE color: 489726.
HSL color Cylindrical-coordinate representation of color #FE7807: hue angle of 27.45º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE7807 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.00 |
| HSL | 27.45º | 0.99% | 0.51% | - |
| HSV(B) | 27.45º | 0.97% | 1% | - |
| XYZ | 47.63 | 34.52 | 4.35 | - |
| YUV | 147.18 | 48.89 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 7 | 0 | 0.53 | 0.97 | 0.00 | 27.45 | 0.99 | 0.51 |
| Hex | FE | 78 | 7 | 0 | 35 | 61 | 0 | 1B | 63 | 33 |
| Octal | 376 | 170 | 7 | 0 | 65 | 141 | 0 | 33 | 143 | 63 |
| Binary | 11111110 | 1111000 | 111 | 0 | 110101 | 1100001 | 0 | 11011 | 1100011 | 110011 |
Color Harmonies of #FE7807
Complementary color
Monochromatic Colors of #FE7807
Black with #FE7807
Text Example
Text Example
White with #FE7807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7807; }
p { color: rgb(254,120,7); }
H1.HeaderClassName
{
color: #FE7807;
}
.AnyTagClassName
{
color: #FE7807;
}
</style>
background-color css
<style>
a { background-color: #FE7807; }
a { background-color: rgb(254,120,7); }
div.DivClassName
{
background-color: #FE7807;
}
.BgClassName
{
background-color: #FE7807;
}
</style>
border-color css
<style>
span { border-color: #FE7807; }
span { border-color: rgb(254,120,7); }
td.TdClassName
{
border-color: #FE7807;
}
.TagClassName
{
border-color: #FE7807;
}
</style>