Shades of Pumpkin #FE7A12
Tints of Pumpkin #FE7A12
RGB
CMYK
RGB Variations
Color information
#FE7A12 (or 0xFE7A12) is known color: Pumpkin. HEX triplet: FE, 7A and 12. RGB value is (254,122,18). Sum of RGB (Red+Green+Blue) = 254+122+18=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A12 is #0185ED. Grayscale: #969696. Windows color (decimal): -99822 or 1211134. OLE color: 1211134.
HSL color Cylindrical-coordinate representation of color #FE7A12: hue angle of 26.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE7A12 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.00 |
| HSL | 26.44º | 0.99% | 0.53% | - |
| HSV(B) | 26.44º | 0.93% | 1% | - |
| XYZ | 47.94 | 35.03 | 4.81 | - |
| YUV | 149.61 | 53.73 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 18 | 0 | 0.52 | 0.93 | 0.00 | 26.44 | 0.99 | 0.53 |
| Hex | FE | 7A | 12 | 0 | 34 | 5D | 0 | 1A | 63 | 35 |
| Octal | 376 | 172 | 22 | 0 | 64 | 135 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1111010 | 10010 | 0 | 110100 | 1011101 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE7A12
Complementary color
Monochromatic Colors of #FE7A12
Black with #FE7A12
Text Example
Text Example
White with #FE7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A12; }
p { color: rgb(254,122,18); }
H1.HeaderClassName
{
color: #FE7A12;
}
.AnyTagClassName
{
color: #FE7A12;
}
</style>
background-color css
<style>
a { background-color: #FE7A12; }
a { background-color: rgb(254,122,18); }
div.DivClassName
{
background-color: #FE7A12;
}
.BgClassName
{
background-color: #FE7A12;
}
</style>
border-color css
<style>
span { border-color: #FE7A12; }
span { border-color: rgb(254,122,18); }
td.TdClassName
{
border-color: #FE7A12;
}
.TagClassName
{
border-color: #FE7A12;
}
</style>