Shades of Pumpkin #FE6118
Tints of Pumpkin #FE6118
RGB
CMYK
RGB Variations
Color information
#FE6118 (or 0xFE6118) is known color: Pumpkin. HEX triplet: FE, 61 and 18. RGB value is (254,97,24). Sum of RGB (Red+Green+Blue) = 254+97+24=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6118 is #019EE7. Grayscale: #888888. Windows color (decimal): -106216 or 1597950. OLE color: 1597950.
HSL color Cylindrical-coordinate representation of color #FE6118: hue angle of 19.04º 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 #FE6118 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 24 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.00 |
| HSL | 19.04º | 0.99% | 0.55% | - |
| HSV(B) | 19.04º | 0.91% | 1% | - |
| XYZ | 45.31 | 29.69 | 4.21 | - |
| YUV | 135.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 24 | 0 | 0.62 | 0.91 | 0.00 | 19.04 | 0.99 | 0.55 |
| Hex | FE | 61 | 18 | 0 | 3E | 5B | 0 | 13 | 63 | 37 |
| Octal | 376 | 141 | 30 | 0 | 76 | 133 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1100001 | 11000 | 0 | 111110 | 1011011 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE6118
Complementary color
Monochromatic Colors of #FE6118
Black with #FE6118
Text Example
Text Example
White with #FE6118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6118; }
p { color: rgb(254,97,24); }
H1.HeaderClassName
{
color: #FE6118;
}
.AnyTagClassName
{
color: #FE6118;
}
</style>
background-color css
<style>
a { background-color: #FE6118; }
a { background-color: rgb(254,97,24); }
div.DivClassName
{
background-color: #FE6118;
}
.BgClassName
{
background-color: #FE6118;
}
</style>
border-color css
<style>
span { border-color: #FE6118; }
span { border-color: rgb(254,97,24); }
td.TdClassName
{
border-color: #FE6118;
}
.TagClassName
{
border-color: #FE6118;
}
</style>