Shades of Pumpkin #FE701D
Tints of Pumpkin #FE701D
RGB
CMYK
RGB Variations
Color information
#FE701D (or 0xFE701D) is known color: Pumpkin. HEX triplet: FE, 70 and 1D. RGB value is (254,112,29). Sum of RGB (Red+Green+Blue) = 254+112+29=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE701D is #018FE2. Grayscale: #919191. Windows color (decimal): -102371 or 1929470. OLE color: 1929470.
HSL color Cylindrical-coordinate representation of color #FE701D: hue angle of 22.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE701D is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 29 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.00 |
| HSL | 22.13º | 0.99% | 0.55% | - |
| HSV(B) | 22.13º | 0.89% | 1% | - |
| XYZ | 46.89 | 32.75 | 5.01 | - |
| YUV | 145 | 62.54 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 29 | 0 | 0.56 | 0.89 | 0.00 | 22.13 | 0.99 | 0.55 |
| Hex | FE | 70 | 1D | 0 | 38 | 59 | 0 | 16 | 63 | 37 |
| Octal | 376 | 160 | 35 | 0 | 70 | 131 | 0 | 26 | 143 | 67 |
| Binary | 11111110 | 1110000 | 11101 | 0 | 111000 | 1011001 | 0 | 10110 | 1100011 | 110111 |
Color Harmonies of #FE701D
Complementary color
Monochromatic Colors of #FE701D
Black with #FE701D
Text Example
Text Example
White with #FE701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE701D; }
p { color: rgb(254,112,29); }
H1.HeaderClassName
{
color: #FE701D;
}
.AnyTagClassName
{
color: #FE701D;
}
</style>
background-color css
<style>
a { background-color: #FE701D; }
a { background-color: rgb(254,112,29); }
div.DivClassName
{
background-color: #FE701D;
}
.BgClassName
{
background-color: #FE701D;
}
</style>
border-color css
<style>
span { border-color: #FE701D; }
span { border-color: rgb(254,112,29); }
td.TdClassName
{
border-color: #FE701D;
}
.TagClassName
{
border-color: #FE701D;
}
</style>