Shades of Pumpkin #FE700D
Tints of Pumpkin #FE700D
RGB
CMYK
RGB Variations
Color information
#FE700D (or 0xFE700D) is known color: Pumpkin. HEX triplet: FE, 70 and 0D. RGB value is (254,112,13). Sum of RGB (Red+Green+Blue) = 254+112+13=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE700D is #018FF2. Grayscale: #8F8F8F. Windows color (decimal): -102387 or 880894. OLE color: 880894.
HSL color Cylindrical-coordinate representation of color #FE700D: hue angle of 24.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE700D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.00 |
| HSL | 24.65º | 0.99% | 0.52% | - |
| HSV(B) | 24.65º | 0.95% | 1% | - |
| XYZ | 46.74 | 32.69 | 4.23 | - |
| YUV | 143.17 | 54.54 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 13 | 0 | 0.56 | 0.95 | 0.00 | 24.65 | 0.99 | 0.52 |
| Hex | FE | 70 | D | 0 | 38 | 5F | 0 | 19 | 63 | 34 |
| Octal | 376 | 160 | 15 | 0 | 70 | 137 | 0 | 31 | 143 | 64 |
| Binary | 11111110 | 1110000 | 1101 | 0 | 111000 | 1011111 | 0 | 11001 | 1100011 | 110100 |
Color Harmonies of #FE700D
Complementary color
Monochromatic Colors of #FE700D
Black with #FE700D
Text Example
Text Example
White with #FE700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE700D; }
p { color: rgb(254,112,13); }
H1.HeaderClassName
{
color: #FE700D;
}
.AnyTagClassName
{
color: #FE700D;
}
</style>
background-color css
<style>
a { background-color: #FE700D; }
a { background-color: rgb(254,112,13); }
div.DivClassName
{
background-color: #FE700D;
}
.BgClassName
{
background-color: #FE700D;
}
</style>
border-color css
<style>
span { border-color: #FE700D; }
span { border-color: rgb(254,112,13); }
td.TdClassName
{
border-color: #FE700D;
}
.TagClassName
{
border-color: #FE700D;
}
</style>