Shades of Pumpkin #FE7D10
Tints of Pumpkin #FE7D10
RGB
CMYK
RGB Variations
Color information
#FE7D10 (or 0xFE7D10) is known color: Pumpkin. HEX triplet: FE, 7D and 10. RGB value is (254,125,16). Sum of RGB (Red+Green+Blue) = 254+125+16=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7D10 is #0182EF. Grayscale: #979797. Windows color (decimal): -99056 or 1080830. OLE color: 1080830.
HSL color Cylindrical-coordinate representation of color #FE7D10: hue angle of 27.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE7D10 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 16 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.00 |
| HSL | 27.48º | 0.99% | 0.53% | - |
| HSV(B) | 27.48º | 0.94% | 1% | - |
| XYZ | 48.3 | 35.78 | 4.85 | - |
| YUV | 151.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 16 | 0 | 0.51 | 0.94 | 0.00 | 27.48 | 0.99 | 0.53 |
| Hex | FE | 7D | 10 | 0 | 33 | 5E | 0 | 1B | 63 | 35 |
| Octal | 376 | 175 | 20 | 0 | 63 | 136 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111101 | 10000 | 0 | 110011 | 1011110 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7D10
Complementary color
Monochromatic Colors of #FE7D10
Black with #FE7D10
Text Example
Text Example
White with #FE7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D10; }
p { color: rgb(254,125,16); }
H1.HeaderClassName
{
color: #FE7D10;
}
.AnyTagClassName
{
color: #FE7D10;
}
</style>
background-color css
<style>
a { background-color: #FE7D10; }
a { background-color: rgb(254,125,16); }
div.DivClassName
{
background-color: #FE7D10;
}
.BgClassName
{
background-color: #FE7D10;
}
</style>
border-color css
<style>
span { border-color: #FE7D10; }
span { border-color: rgb(254,125,16); }
td.TdClassName
{
border-color: #FE7D10;
}
.TagClassName
{
border-color: #FE7D10;
}
</style>