Shades of Pumpkin #FE741B
Tints of Pumpkin #FE741B
RGB
CMYK
RGB Variations
Color information
#FE741B (or 0xFE741B) is known color: Pumpkin. HEX triplet: FE, 74 and 1B. RGB value is (254,116,27). Sum of RGB (Red+Green+Blue) = 254+116+27=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE741B is #018BE4. Grayscale: #939393. Windows color (decimal): -101349 or 1799422. OLE color: 1799422.
HSL color Cylindrical-coordinate representation of color #FE741B: hue angle of 23.52º 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 #FE741B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.00 |
| HSL | 23.52º | 0.99% | 0.55% | - |
| HSV(B) | 23.52º | 0.89% | 1% | - |
| XYZ | 47.32 | 33.64 | 5.04 | - |
| YUV | 147.12 | 60.22 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 27 | 0 | 0.54 | 0.89 | 0.00 | 23.52 | 0.99 | 0.55 |
| Hex | FE | 74 | 1B | 0 | 36 | 59 | 0 | 18 | 63 | 37 |
| Octal | 376 | 164 | 33 | 0 | 66 | 131 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110100 | 11011 | 0 | 110110 | 1011001 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE741B
Complementary color
Monochromatic Colors of #FE741B
Black with #FE741B
Text Example
Text Example
White with #FE741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE741B; }
p { color: rgb(254,116,27); }
H1.HeaderClassName
{
color: #FE741B;
}
.AnyTagClassName
{
color: #FE741B;
}
</style>
background-color css
<style>
a { background-color: #FE741B; }
a { background-color: rgb(254,116,27); }
div.DivClassName
{
background-color: #FE741B;
}
.BgClassName
{
background-color: #FE741B;
}
</style>
border-color css
<style>
span { border-color: #FE741B; }
span { border-color: rgb(254,116,27); }
td.TdClassName
{
border-color: #FE741B;
}
.TagClassName
{
border-color: #FE741B;
}
</style>