Shades of Pumpkin #FE5F18
Tints of Pumpkin #FE5F18
RGB
CMYK
RGB Variations
Color information
#FE5F18 (or 0xFE5F18) is known color: Pumpkin. HEX triplet: FE, 5F and 18. RGB value is (254,95,24). Sum of RGB (Red+Green+Blue) = 254+95+24=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F18 is #01A0E7. Grayscale: #868686. Windows color (decimal): -106728 or 1597438. OLE color: 1597438.
HSL color Cylindrical-coordinate representation of color #FE5F18: hue angle of 18.52º 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 #FE5F18 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 24 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.00 |
| HSL | 18.52º | 0.99% | 0.55% | - |
| HSV(B) | 18.52º | 0.91% | 1% | - |
| XYZ | 45.13 | 29.32 | 4.15 | - |
| YUV | 134.45 | 65.68 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 24 | 0 | 0.63 | 0.91 | 0.00 | 18.52 | 0.99 | 0.55 |
| Hex | FE | 5F | 18 | 0 | 3F | 5B | 0 | 13 | 63 | 37 |
| Octal | 376 | 137 | 30 | 0 | 77 | 133 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1011111 | 11000 | 0 | 111111 | 1011011 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE5F18
Complementary color
Monochromatic Colors of #FE5F18
Black with #FE5F18
Text Example
Text Example
White with #FE5F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F18; }
p { color: rgb(254,95,24); }
H1.HeaderClassName
{
color: #FE5F18;
}
.AnyTagClassName
{
color: #FE5F18;
}
</style>
background-color css
<style>
a { background-color: #FE5F18; }
a { background-color: rgb(254,95,24); }
div.DivClassName
{
background-color: #FE5F18;
}
.BgClassName
{
background-color: #FE5F18;
}
</style>
border-color css
<style>
span { border-color: #FE5F18; }
span { border-color: rgb(254,95,24); }
td.TdClassName
{
border-color: #FE5F18;
}
.TagClassName
{
border-color: #FE5F18;
}
</style>