Shades of Pumpkin #FE741F
Tints of Pumpkin #FE741F
RGB
CMYK
RGB Variations
Color information
#FE741F (or 0xFE741F) is known color: Pumpkin. HEX triplet: FE, 74 and 1F. RGB value is (254,116,31). Sum of RGB (Red+Green+Blue) = 254+116+31=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE741F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE741F is #018BE0. Grayscale: #949494. Windows color (decimal): -101345 or 2061566. OLE color: 2061566.
HSL color Cylindrical-coordinate representation of color #FE741F: hue angle of 22.87º 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 #FE741F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 31 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.00 |
| HSL | 22.87º | 0.99% | 0.56% | - |
| HSV(B) | 22.87º | 0.88% | 1% | - |
| XYZ | 47.37 | 33.66 | 5.3 | - |
| YUV | 147.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 31 | 0 | 0.54 | 0.88 | 0.00 | 22.87 | 0.99 | 0.56 |
| Hex | FE | 74 | 1F | 0 | 36 | 58 | 0 | 17 | 63 | 38 |
| Octal | 376 | 164 | 37 | 0 | 66 | 130 | 0 | 27 | 143 | 70 |
| Binary | 11111110 | 1110100 | 11111 | 0 | 110110 | 1011000 | 0 | 10111 | 1100011 | 111000 |
Color Harmonies of #FE741F
Complementary color
Monochromatic Colors of #FE741F
Black with #FE741F
Text Example
Text Example
White with #FE741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE741F; }
p { color: rgb(254,116,31); }
H1.HeaderClassName
{
color: #FE741F;
}
.AnyTagClassName
{
color: #FE741F;
}
</style>
background-color css
<style>
a { background-color: #FE741F; }
a { background-color: rgb(254,116,31); }
div.DivClassName
{
background-color: #FE741F;
}
.BgClassName
{
background-color: #FE741F;
}
</style>
border-color css
<style>
span { border-color: #FE741F; }
span { border-color: rgb(254,116,31); }
td.TdClassName
{
border-color: #FE741F;
}
.TagClassName
{
border-color: #FE741F;
}
</style>