Shades of Pumpkin #FE7A10
Tints of Pumpkin #FE7A10
RGB
CMYK
RGB Variations
Color information
#FE7A10 (or 0xFE7A10) is known color: Pumpkin. HEX triplet: FE, 7A and 10. RGB value is (254,122,16). Sum of RGB (Red+Green+Blue) = 254+122+16=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A10 is #0185EF. Grayscale: #959595. Windows color (decimal): -99824 or 1080062. OLE color: 1080062.
HSL color Cylindrical-coordinate representation of color #FE7A10: hue angle of 26.72º 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 #FE7A10 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 16 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.00 |
| HSL | 26.72º | 0.99% | 0.53% | - |
| HSV(B) | 26.72º | 0.94% | 1% | - |
| XYZ | 47.93 | 35.03 | 4.73 | - |
| YUV | 149.38 | 52.73 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 16 | 0 | 0.52 | 0.94 | 0.00 | 26.72 | 0.99 | 0.53 |
| Hex | FE | 7A | 10 | 0 | 34 | 5E | 0 | 1B | 63 | 35 |
| Octal | 376 | 172 | 20 | 0 | 64 | 136 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111010 | 10000 | 0 | 110100 | 1011110 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7A10
Complementary color
Monochromatic Colors of #FE7A10
Black with #FE7A10
Text Example
Text Example
White with #FE7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A10; }
p { color: rgb(254,122,16); }
H1.HeaderClassName
{
color: #FE7A10;
}
.AnyTagClassName
{
color: #FE7A10;
}
</style>
background-color css
<style>
a { background-color: #FE7A10; }
a { background-color: rgb(254,122,16); }
div.DivClassName
{
background-color: #FE7A10;
}
.BgClassName
{
background-color: #FE7A10;
}
</style>
border-color css
<style>
span { border-color: #FE7A10; }
span { border-color: rgb(254,122,16); }
td.TdClassName
{
border-color: #FE7A10;
}
.TagClassName
{
border-color: #FE7A10;
}
</style>