Shades of Pumpkin #FE751E
Tints of Pumpkin #FE751E
RGB
CMYK
RGB Variations
Color information
#FE751E (or 0xFE751E) is known color: Pumpkin. HEX triplet: FE, 75 and 1E. RGB value is (254,117,30). Sum of RGB (Red+Green+Blue) = 254+117+30=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE751E is #018AE1. Grayscale: #949494. Windows color (decimal): -101090 or 1996286. OLE color: 1996286.
HSL color Cylindrical-coordinate representation of color #FE751E: hue angle of 23.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE751E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.00 |
| HSL | 23.3º | 0.99% | 0.56% | - |
| HSV(B) | 23.3º | 0.88% | 1% | - |
| XYZ | 47.47 | 33.89 | 5.27 | - |
| YUV | 148.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 30 | 0 | 0.54 | 0.88 | 0.00 | 23.3 | 0.99 | 0.56 |
| Hex | FE | 75 | 1E | 0 | 36 | 58 | 0 | 17 | 63 | 38 |
| Octal | 376 | 165 | 36 | 0 | 66 | 130 | 0 | 27 | 143 | 70 |
| Binary | 11111110 | 1110101 | 11110 | 0 | 110110 | 1011000 | 0 | 10111 | 1100011 | 111000 |
Color Harmonies of #FE751E
Complementary color
Monochromatic Colors of #FE751E
Black with #FE751E
Text Example
Text Example
White with #FE751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE751E; }
p { color: rgb(254,117,30); }
H1.HeaderClassName
{
color: #FE751E;
}
.AnyTagClassName
{
color: #FE751E;
}
</style>
background-color css
<style>
a { background-color: #FE751E; }
a { background-color: rgb(254,117,30); }
div.DivClassName
{
background-color: #FE751E;
}
.BgClassName
{
background-color: #FE751E;
}
</style>
border-color css
<style>
span { border-color: #FE751E; }
span { border-color: rgb(254,117,30); }
td.TdClassName
{
border-color: #FE751E;
}
.TagClassName
{
border-color: #FE751E;
}
</style>