Shades of Pumpkin #FE5D18
Tints of Pumpkin #FE5D18
RGB
CMYK
RGB Variations
Color information
#FE5D18 (or 0xFE5D18) is known color: Pumpkin. HEX triplet: FE, 5D and 18. RGB value is (254,93,24). Sum of RGB (Red+Green+Blue) = 254+93+24=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D18 is #01A2E7. Grayscale: #858585. Windows color (decimal): -107240 or 1596926. OLE color: 1596926.
HSL color Cylindrical-coordinate representation of color #FE5D18: hue angle of 18º 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 #FE5D18 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 24 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.00 |
| HSL | 18º | 0.99% | 0.55% | - |
| HSV(B) | 18º | 0.91% | 1% | - |
| XYZ | 44.95 | 28.97 | 4.09 | - |
| YUV | 133.27 | 66.34 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 24 | 0 | 0.63 | 0.91 | 0.00 | 18 | 0.99 | 0.55 |
| Hex | FE | 5D | 18 | 0 | 3F | 5B | 0 | 12 | 63 | 37 |
| Octal | 376 | 135 | 30 | 0 | 77 | 133 | 0 | 22 | 143 | 67 |
| Binary | 11111110 | 1011101 | 11000 | 0 | 111111 | 1011011 | 0 | 10010 | 1100011 | 110111 |
Color Harmonies of #FE5D18
Complementary color
Monochromatic Colors of #FE5D18
Black with #FE5D18
Text Example
Text Example
White with #FE5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D18; }
p { color: rgb(254,93,24); }
H1.HeaderClassName
{
color: #FE5D18;
}
.AnyTagClassName
{
color: #FE5D18;
}
</style>
background-color css
<style>
a { background-color: #FE5D18; }
a { background-color: rgb(254,93,24); }
div.DivClassName
{
background-color: #FE5D18;
}
.BgClassName
{
background-color: #FE5D18;
}
</style>
border-color css
<style>
span { border-color: #FE5D18; }
span { border-color: rgb(254,93,24); }
td.TdClassName
{
border-color: #FE5D18;
}
.TagClassName
{
border-color: #FE5D18;
}
</style>