Shades of Pumpkin #FE740F
Tints of Pumpkin #FE740F
RGB
CMYK
RGB Variations
Color information
#FE740F (or 0xFE740F) is known color: Pumpkin. HEX triplet: FE, 74 and 0F. RGB value is (254,116,15). Sum of RGB (Red+Green+Blue) = 254+116+15=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE740F is #018BF0. Grayscale: #929292. Windows color (decimal): -101361 or 1012990. OLE color: 1012990.
HSL color Cylindrical-coordinate representation of color #FE740F: hue angle of 25.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE740F is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 15 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.00 |
| HSL | 25.36º | 0.99% | 0.53% | - |
| HSV(B) | 25.36º | 0.94% | 1% | - |
| XYZ | 47.2 | 33.6 | 4.45 | - |
| YUV | 145.75 | 54.22 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 15 | 0 | 0.54 | 0.94 | 0.00 | 25.36 | 0.99 | 0.53 |
| Hex | FE | 74 | F | 0 | 36 | 5E | 0 | 19 | 63 | 35 |
| Octal | 376 | 164 | 17 | 0 | 66 | 136 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110100 | 1111 | 0 | 110110 | 1011110 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE740F
Complementary color
Monochromatic Colors of #FE740F
Black with #FE740F
Text Example
Text Example
White with #FE740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE740F; }
p { color: rgb(254,116,15); }
H1.HeaderClassName
{
color: #FE740F;
}
.AnyTagClassName
{
color: #FE740F;
}
</style>
background-color css
<style>
a { background-color: #FE740F; }
a { background-color: rgb(254,116,15); }
div.DivClassName
{
background-color: #FE740F;
}
.BgClassName
{
background-color: #FE740F;
}
</style>
border-color css
<style>
span { border-color: #FE740F; }
span { border-color: rgb(254,116,15); }
td.TdClassName
{
border-color: #FE740F;
}
.TagClassName
{
border-color: #FE740F;
}
</style>