Shades of Pumpkin #FE700F
Tints of Pumpkin #FE700F
RGB
CMYK
RGB Variations
Color information
#FE700F (or 0xFE700F) is known color: Pumpkin. HEX triplet: FE, 70 and 0F. RGB value is (254,112,15). Sum of RGB (Red+Green+Blue) = 254+112+15=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE700F is #018FF0. Grayscale: #8F8F8F. Windows color (decimal): -102385 or 1011966. OLE color: 1011966.
HSL color Cylindrical-coordinate representation of color #FE700F: hue angle of 24.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE700F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.00 |
| HSL | 24.35º | 0.99% | 0.53% | - |
| HSV(B) | 24.35º | 0.94% | 1% | - |
| XYZ | 46.75 | 32.69 | 4.3 | - |
| YUV | 143.4 | 55.54 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 15 | 0 | 0.56 | 0.94 | 0.00 | 24.35 | 0.99 | 0.53 |
| Hex | FE | 70 | F | 0 | 38 | 5E | 0 | 18 | 63 | 35 |
| Octal | 376 | 160 | 17 | 0 | 70 | 136 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1110000 | 1111 | 0 | 111000 | 1011110 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE700F
Complementary color
Monochromatic Colors of #FE700F
Black with #FE700F
Text Example
Text Example
White with #FE700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE700F; }
p { color: rgb(254,112,15); }
H1.HeaderClassName
{
color: #FE700F;
}
.AnyTagClassName
{
color: #FE700F;
}
</style>
background-color css
<style>
a { background-color: #FE700F; }
a { background-color: rgb(254,112,15); }
div.DivClassName
{
background-color: #FE700F;
}
.BgClassName
{
background-color: #FE700F;
}
</style>
border-color css
<style>
span { border-color: #FE700F; }
span { border-color: rgb(254,112,15); }
td.TdClassName
{
border-color: #FE700F;
}
.TagClassName
{
border-color: #FE700F;
}
</style>