Shades of Pumpkin #FE7A0C
Tints of Pumpkin #FE7A0C
RGB
CMYK
RGB Variations
Color information
#FE7A0C (or 0xFE7A0C) is known color: Pumpkin. HEX triplet: FE, 7A and 0C. RGB value is (254,122,12). Sum of RGB (Red+Green+Blue) = 254+122+12=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A0C is #0185F3. Grayscale: #959595. Windows color (decimal): -99828 or 817918. OLE color: 817918.
HSL color Cylindrical-coordinate representation of color #FE7A0C: hue angle of 27.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE7A0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.00 |
| HSL | 27.27º | 0.99% | 0.52% | - |
| HSV(B) | 27.27º | 0.95% | 1% | - |
| XYZ | 47.9 | 35.02 | 4.58 | - |
| YUV | 148.93 | 50.73 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 12 | 0 | 0.52 | 0.95 | 0.00 | 27.27 | 0.99 | 0.52 |
| Hex | FE | 7A | C | 0 | 34 | 5F | 0 | 1B | 63 | 34 |
| Octal | 376 | 172 | 14 | 0 | 64 | 137 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111010 | 1100 | 0 | 110100 | 1011111 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE7A0C
Complementary color
Monochromatic Colors of #FE7A0C
Black with #FE7A0C
Text Example
Text Example
White with #FE7A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A0C; }
p { color: rgb(254,122,12); }
H1.HeaderClassName
{
color: #FE7A0C;
}
.AnyTagClassName
{
color: #FE7A0C;
}
</style>
background-color css
<style>
a { background-color: #FE7A0C; }
a { background-color: rgb(254,122,12); }
div.DivClassName
{
background-color: #FE7A0C;
}
.BgClassName
{
background-color: #FE7A0C;
}
</style>
border-color css
<style>
span { border-color: #FE7A0C; }
span { border-color: rgb(254,122,12); }
td.TdClassName
{
border-color: #FE7A0C;
}
.TagClassName
{
border-color: #FE7A0C;
}
</style>