Shades of Pumpkin #FE751D
Tints of Pumpkin #FE751D
RGB
CMYK
RGB Variations
Color information
#FE751D (or 0xFE751D) is known color: Pumpkin. HEX triplet: FE, 75 and 1D. RGB value is (254,117,29). Sum of RGB (Red+Green+Blue) = 254+117+29=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE751D is #018AE2. Grayscale: #949494. Windows color (decimal): -101091 or 1930750. OLE color: 1930750.
HSL color Cylindrical-coordinate representation of color #FE751D: hue angle of 23.47º 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 #FE751D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 29 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.00 |
| HSL | 23.47º | 0.99% | 0.55% | - |
| HSV(B) | 23.47º | 0.89% | 1% | - |
| XYZ | 47.46 | 33.88 | 5.2 | - |
| YUV | 147.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 29 | 0 | 0.54 | 0.89 | 0.00 | 23.47 | 0.99 | 0.55 |
| Hex | FE | 75 | 1D | 0 | 36 | 59 | 0 | 17 | 63 | 37 |
| Octal | 376 | 165 | 35 | 0 | 66 | 131 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110101 | 11101 | 0 | 110110 | 1011001 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE751D
Complementary color
Monochromatic Colors of #FE751D
Black with #FE751D
Text Example
Text Example
White with #FE751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE751D; }
p { color: rgb(254,117,29); }
H1.HeaderClassName
{
color: #FE751D;
}
.AnyTagClassName
{
color: #FE751D;
}
</style>
background-color css
<style>
a { background-color: #FE751D; }
a { background-color: rgb(254,117,29); }
div.DivClassName
{
background-color: #FE751D;
}
.BgClassName
{
background-color: #FE751D;
}
</style>
border-color css
<style>
span { border-color: #FE751D; }
span { border-color: rgb(254,117,29); }
td.TdClassName
{
border-color: #FE751D;
}
.TagClassName
{
border-color: #FE751D;
}
</style>