Shades of Pumpkin #FE7A0A
Tints of Pumpkin #FE7A0A
RGB
CMYK
RGB Variations
Color information
#FE7A0A (or 0xFE7A0A) is known color: Pumpkin. HEX triplet: FE, 7A and 0A. RGB value is (254,122,10). Sum of RGB (Red+Green+Blue) = 254+122+10=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A0A is #0185F5. Grayscale: #959595. Windows color (decimal): -99830 or 686846. OLE color: 686846.
HSL color Cylindrical-coordinate representation of color #FE7A0A: hue angle of 27.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE7A0A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.00 |
| HSL | 27.54º | 0.99% | 0.52% | - |
| HSV(B) | 27.54º | 0.96% | 1% | - |
| XYZ | 47.89 | 35.01 | 4.52 | - |
| YUV | 148.7 | 49.73 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 10 | 0 | 0.52 | 0.96 | 0.00 | 27.54 | 0.99 | 0.52 |
| Hex | FE | 7A | A | 0 | 34 | 60 | 0 | 1C | 63 | 34 |
| Octal | 376 | 172 | 12 | 0 | 64 | 140 | 0 | 34 | 143 | 64 |
| Binary | 11111110 | 1111010 | 1010 | 0 | 110100 | 1100000 | 0 | 11100 | 1100011 | 110100 |
Color Harmonies of #FE7A0A
Complementary color
Monochromatic Colors of #FE7A0A
Black with #FE7A0A
Text Example
Text Example
White with #FE7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A0A; }
p { color: rgb(254,122,10); }
H1.HeaderClassName
{
color: #FE7A0A;
}
.AnyTagClassName
{
color: #FE7A0A;
}
</style>
background-color css
<style>
a { background-color: #FE7A0A; }
a { background-color: rgb(254,122,10); }
div.DivClassName
{
background-color: #FE7A0A;
}
.BgClassName
{
background-color: #FE7A0A;
}
</style>
border-color css
<style>
span { border-color: #FE7A0A; }
span { border-color: rgb(254,122,10); }
td.TdClassName
{
border-color: #FE7A0A;
}
.TagClassName
{
border-color: #FE7A0A;
}
</style>