Shades of Pumpkin #FE750D
Tints of Pumpkin #FE750D
RGB
CMYK
RGB Variations
Color information
#FE750D (or 0xFE750D) is known color: Pumpkin. HEX triplet: FE, 75 and 0D. RGB value is (254,117,13). Sum of RGB (Red+Green+Blue) = 254+117+13=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE750D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE750D is #018AF2. Grayscale: #929292. Windows color (decimal): -101107 or 882174. OLE color: 882174.
HSL color Cylindrical-coordinate representation of color #FE750D: hue angle of 25.89º 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 #FE750D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.00 |
| HSL | 25.89º | 0.99% | 0.52% | - |
| HSV(B) | 25.89º | 0.95% | 1% | - |
| XYZ | 47.31 | 33.82 | 4.42 | - |
| YUV | 146.11 | 52.89 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 13 | 0 | 0.54 | 0.95 | 0.00 | 25.89 | 0.99 | 0.52 |
| Hex | FE | 75 | D | 0 | 36 | 5F | 0 | 1A | 63 | 34 |
| Octal | 376 | 165 | 15 | 0 | 66 | 137 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110101 | 1101 | 0 | 110110 | 1011111 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE750D
Complementary color
Monochromatic Colors of #FE750D
Black with #FE750D
Text Example
Text Example
White with #FE750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE750D; }
p { color: rgb(254,117,13); }
H1.HeaderClassName
{
color: #FE750D;
}
.AnyTagClassName
{
color: #FE750D;
}
</style>
background-color css
<style>
a { background-color: #FE750D; }
a { background-color: rgb(254,117,13); }
div.DivClassName
{
background-color: #FE750D;
}
.BgClassName
{
background-color: #FE750D;
}
</style>
border-color css
<style>
span { border-color: #FE750D; }
span { border-color: rgb(254,117,13); }
td.TdClassName
{
border-color: #FE750D;
}
.TagClassName
{
border-color: #FE750D;
}
</style>