Shades of Pumpkin #FE7015
Tints of Pumpkin #FE7015
RGB
CMYK
RGB Variations
Color information
#FE7015 (or 0xFE7015) is known color: Pumpkin. HEX triplet: FE, 70 and 15. RGB value is (254,112,21). Sum of RGB (Red+Green+Blue) = 254+112+21=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7015 is #018FEA. Grayscale: #909090. Windows color (decimal): -102379 or 1405182. OLE color: 1405182.
HSL color Cylindrical-coordinate representation of color #FE7015: hue angle of 23.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE7015 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 21 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.00 |
| HSL | 23.43º | 0.99% | 0.54% | - |
| HSV(B) | 23.43º | 0.92% | 1% | - |
| XYZ | 46.8 | 32.71 | 4.56 | - |
| YUV | 144.08 | 58.54 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 21 | 0 | 0.56 | 0.92 | 0.00 | 23.43 | 0.99 | 0.54 |
| Hex | FE | 70 | 15 | 0 | 38 | 5C | 0 | 17 | 63 | 36 |
| Octal | 376 | 160 | 25 | 0 | 70 | 134 | 0 | 27 | 143 | 66 |
| Binary | 11111110 | 1110000 | 10101 | 0 | 111000 | 1011100 | 0 | 10111 | 1100011 | 110110 |
Color Harmonies of #FE7015
Complementary color
Monochromatic Colors of #FE7015
Black with #FE7015
Text Example
Text Example
White with #FE7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7015; }
p { color: rgb(254,112,21); }
H1.HeaderClassName
{
color: #FE7015;
}
.AnyTagClassName
{
color: #FE7015;
}
</style>
background-color css
<style>
a { background-color: #FE7015; }
a { background-color: rgb(254,112,21); }
div.DivClassName
{
background-color: #FE7015;
}
.BgClassName
{
background-color: #FE7015;
}
</style>
border-color css
<style>
span { border-color: #FE7015; }
span { border-color: rgb(254,112,21); }
td.TdClassName
{
border-color: #FE7015;
}
.TagClassName
{
border-color: #FE7015;
}
</style>