Shades of Pumpkin #FE6018
Tints of Pumpkin #FE6018
RGB
CMYK
RGB Variations
Color information
#FE6018 (or 0xFE6018) is known color: Pumpkin. HEX triplet: FE, 60 and 18. RGB value is (254,96,24). Sum of RGB (Red+Green+Blue) = 254+96+24=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6018 is #019FE7. Grayscale: #878787. Windows color (decimal): -106472 or 1597694. OLE color: 1597694.
HSL color Cylindrical-coordinate representation of color #FE6018: hue angle of 18.78º 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 #FE6018 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 24 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.00 |
| HSL | 18.78º | 0.99% | 0.55% | - |
| HSV(B) | 18.78º | 0.91% | 1% | - |
| XYZ | 45.22 | 29.5 | 4.18 | - |
| YUV | 135.03 | 65.35 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 24 | 0 | 0.62 | 0.91 | 0.00 | 18.78 | 0.99 | 0.55 |
| Hex | FE | 60 | 18 | 0 | 3E | 5B | 0 | 13 | 63 | 37 |
| Octal | 376 | 140 | 30 | 0 | 76 | 133 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1100000 | 11000 | 0 | 111110 | 1011011 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE6018
Complementary color
Monochromatic Colors of #FE6018
Black with #FE6018
Text Example
Text Example
White with #FE6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6018; }
p { color: rgb(254,96,24); }
H1.HeaderClassName
{
color: #FE6018;
}
.AnyTagClassName
{
color: #FE6018;
}
</style>
background-color css
<style>
a { background-color: #FE6018; }
a { background-color: rgb(254,96,24); }
div.DivClassName
{
background-color: #FE6018;
}
.BgClassName
{
background-color: #FE6018;
}
</style>
border-color css
<style>
span { border-color: #FE6018; }
span { border-color: rgb(254,96,24); }
td.TdClassName
{
border-color: #FE6018;
}
.TagClassName
{
border-color: #FE6018;
}
</style>