Shades of Pumpkin #FE720D
Tints of Pumpkin #FE720D
RGB
CMYK
RGB Variations
Color information
#FE720D (or 0xFE720D) is known color: Pumpkin. HEX triplet: FE, 72 and 0D. RGB value is (254,114,13). Sum of RGB (Red+Green+Blue) = 254+114+13=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE720D is #018DF2. Grayscale: #909090. Windows color (decimal): -101875 or 881406. OLE color: 881406.
HSL color Cylindrical-coordinate representation of color #FE720D: hue angle of 25.15º 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 #FE720D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.00 |
| HSL | 25.15º | 0.99% | 0.52% | - |
| HSV(B) | 25.15º | 0.95% | 1% | - |
| XYZ | 46.96 | 33.13 | 4.3 | - |
| YUV | 144.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 13 | 0 | 0.55 | 0.95 | 0.00 | 25.15 | 0.99 | 0.52 |
| Hex | FE | 72 | D | 0 | 37 | 5F | 0 | 19 | 63 | 34 |
| Octal | 376 | 162 | 15 | 0 | 67 | 137 | 0 | 31 | 143 | 64 |
| Binary | 11111110 | 1110010 | 1101 | 0 | 110111 | 1011111 | 0 | 11001 | 1100011 | 110100 |
Color Harmonies of #FE720D
Complementary color
Monochromatic Colors of #FE720D
Black with #FE720D
Text Example
Text Example
White with #FE720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE720D; }
p { color: rgb(254,114,13); }
H1.HeaderClassName
{
color: #FE720D;
}
.AnyTagClassName
{
color: #FE720D;
}
</style>
background-color css
<style>
a { background-color: #FE720D; }
a { background-color: rgb(254,114,13); }
div.DivClassName
{
background-color: #FE720D;
}
.BgClassName
{
background-color: #FE720D;
}
</style>
border-color css
<style>
span { border-color: #FE720D; }
span { border-color: rgb(254,114,13); }
td.TdClassName
{
border-color: #FE720D;
}
.TagClassName
{
border-color: #FE720D;
}
</style>