Shades of Pumpkin #FE7312
Tints of Pumpkin #FE7312
RGB
CMYK
RGB Variations
Color information
#FE7312 (or 0xFE7312) is known color: Pumpkin. HEX triplet: FE, 73 and 12. RGB value is (254,115,18). Sum of RGB (Red+Green+Blue) = 254+115+18=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7312 is #018CED. Grayscale: #929292. Windows color (decimal): -101614 or 1209342. OLE color: 1209342.
HSL color Cylindrical-coordinate representation of color #FE7312: hue angle of 24.66º 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 #FE7312 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.00 |
| HSL | 24.66º | 0.99% | 0.53% | - |
| HSV(B) | 24.66º | 0.93% | 1% | - |
| XYZ | 47.11 | 33.38 | 4.53 | - |
| YUV | 145.5 | 56.05 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 18 | 0 | 0.55 | 0.93 | 0.00 | 24.66 | 0.99 | 0.53 |
| Hex | FE | 73 | 12 | 0 | 37 | 5D | 0 | 19 | 63 | 35 |
| Octal | 376 | 163 | 22 | 0 | 67 | 135 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110011 | 10010 | 0 | 110111 | 1011101 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE7312
Complementary color
Monochromatic Colors of #FE7312
Black with #FE7312
Text Example
Text Example
White with #FE7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7312; }
p { color: rgb(254,115,18); }
H1.HeaderClassName
{
color: #FE7312;
}
.AnyTagClassName
{
color: #FE7312;
}
</style>
background-color css
<style>
a { background-color: #FE7312; }
a { background-color: rgb(254,115,18); }
div.DivClassName
{
background-color: #FE7312;
}
.BgClassName
{
background-color: #FE7312;
}
</style>
border-color css
<style>
span { border-color: #FE7312; }
span { border-color: rgb(254,115,18); }
td.TdClassName
{
border-color: #FE7312;
}
.TagClassName
{
border-color: #FE7312;
}
</style>