Shades of Pumpkin #FE7F10
Tints of Pumpkin #FE7F10
RGB
CMYK
RGB Variations
Color information
#FE7F10 (or 0xFE7F10) is known color: Pumpkin. HEX triplet: FE, 7F and 10. RGB value is (254,127,16). Sum of RGB (Red+Green+Blue) = 254+127+16=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F10 is #0180EF. Grayscale: #989898. Windows color (decimal): -98544 or 1081342. OLE color: 1081342.
HSL color Cylindrical-coordinate representation of color #FE7F10: hue angle of 27.98º 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 #FE7F10 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 16 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.00 |
| HSL | 27.98º | 0.99% | 0.53% | - |
| HSV(B) | 27.98º | 0.94% | 1% | - |
| XYZ | 48.56 | 36.29 | 4.94 | - |
| YUV | 152.32 | 51.08 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 16 | 0 | 0.50 | 0.94 | 0.00 | 27.98 | 0.99 | 0.53 |
| Hex | FE | 7F | 10 | 0 | 32 | 5E | 0 | 1C | 63 | 35 |
| Octal | 376 | 177 | 20 | 0 | 62 | 136 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 1111111 | 10000 | 0 | 110010 | 1011110 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE7F10
Complementary color
Monochromatic Colors of #FE7F10
Black with #FE7F10
Text Example
Text Example
White with #FE7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F10; }
p { color: rgb(254,127,16); }
H1.HeaderClassName
{
color: #FE7F10;
}
.AnyTagClassName
{
color: #FE7F10;
}
</style>
background-color css
<style>
a { background-color: #FE7F10; }
a { background-color: rgb(254,127,16); }
div.DivClassName
{
background-color: #FE7F10;
}
.BgClassName
{
background-color: #FE7F10;
}
</style>
border-color css
<style>
span { border-color: #FE7F10; }
span { border-color: rgb(254,127,16); }
td.TdClassName
{
border-color: #FE7F10;
}
.TagClassName
{
border-color: #FE7F10;
}
</style>