Shades of Pumpkin #FE7318
Tints of Pumpkin #FE7318
RGB
CMYK
RGB Variations
Color information
#FE7318 (or 0xFE7318) is known color: Pumpkin. HEX triplet: FE, 73 and 18. RGB value is (254,115,24). Sum of RGB (Red+Green+Blue) = 254+115+24=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7318 is #018CE7. Grayscale: #929292. Windows color (decimal): -101608 or 1602558. OLE color: 1602558.
HSL color Cylindrical-coordinate representation of color #FE7318: hue angle of 23.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7318 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 24 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.00 |
| HSL | 23.74º | 0.99% | 0.55% | - |
| HSV(B) | 23.74º | 0.91% | 1% | - |
| XYZ | 47.17 | 33.4 | 4.82 | - |
| YUV | 146.19 | 59.05 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 24 | 0 | 0.55 | 0.91 | 0.00 | 23.74 | 0.99 | 0.55 |
| Hex | FE | 73 | 18 | 0 | 37 | 5B | 0 | 18 | 63 | 37 |
| Octal | 376 | 163 | 30 | 0 | 67 | 133 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110011 | 11000 | 0 | 110111 | 1011011 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE7318
Complementary color
Monochromatic Colors of #FE7318
Black with #FE7318
Text Example
Text Example
White with #FE7318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7318; }
p { color: rgb(254,115,24); }
H1.HeaderClassName
{
color: #FE7318;
}
.AnyTagClassName
{
color: #FE7318;
}
</style>
background-color css
<style>
a { background-color: #FE7318; }
a { background-color: rgb(254,115,24); }
div.DivClassName
{
background-color: #FE7318;
}
.BgClassName
{
background-color: #FE7318;
}
</style>
border-color css
<style>
span { border-color: #FE7318; }
span { border-color: rgb(254,115,24); }
td.TdClassName
{
border-color: #FE7318;
}
.TagClassName
{
border-color: #FE7318;
}
</style>