Shades of Pumpkin #FE740B
Tints of Pumpkin #FE740B
RGB
CMYK
RGB Variations
Color information
#FE740B (or 0xFE740B) is known color: Pumpkin. HEX triplet: FE, 74 and 0B. RGB value is (254,116,11). Sum of RGB (Red+Green+Blue) = 254+116+11=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE740B is #018BF4. Grayscale: #919191. Windows color (decimal): -101365 or 750846. OLE color: 750846.
HSL color Cylindrical-coordinate representation of color #FE740B: hue angle of 25.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE740B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.00 |
| HSL | 25.93º | 0.99% | 0.52% | - |
| HSV(B) | 25.93º | 0.96% | 1% | - |
| XYZ | 47.18 | 33.59 | 4.31 | - |
| YUV | 145.29 | 52.22 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 11 | 0 | 0.54 | 0.96 | 0.00 | 25.93 | 0.99 | 0.52 |
| Hex | FE | 74 | B | 0 | 36 | 60 | 0 | 1A | 63 | 34 |
| Octal | 376 | 164 | 13 | 0 | 66 | 140 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110100 | 1011 | 0 | 110110 | 1100000 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE740B
Complementary color
Monochromatic Colors of #FE740B
Black with #FE740B
Text Example
Text Example
White with #FE740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE740B; }
p { color: rgb(254,116,11); }
H1.HeaderClassName
{
color: #FE740B;
}
.AnyTagClassName
{
color: #FE740B;
}
</style>
background-color css
<style>
a { background-color: #FE740B; }
a { background-color: rgb(254,116,11); }
div.DivClassName
{
background-color: #FE740B;
}
.BgClassName
{
background-color: #FE740B;
}
</style>
border-color css
<style>
span { border-color: #FE740B; }
span { border-color: rgb(254,116,11); }
td.TdClassName
{
border-color: #FE740B;
}
.TagClassName
{
border-color: #FE740B;
}
</style>