Shades of Pumpkin #FE751B
Tints of Pumpkin #FE751B
RGB
CMYK
RGB Variations
Color information
#FE751B (or 0xFE751B) is known color: Pumpkin. HEX triplet: FE, 75 and 1B. RGB value is (254,117,27). Sum of RGB (Red+Green+Blue) = 254+117+27=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE751B is #018AE4. Grayscale: #949494. Windows color (decimal): -101093 or 1799678. OLE color: 1799678.
HSL color Cylindrical-coordinate representation of color #FE751B: hue angle of 23.79º 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 #FE751B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.00 |
| HSL | 23.79º | 0.99% | 0.55% | - |
| HSV(B) | 23.79º | 0.89% | 1% | - |
| XYZ | 47.43 | 33.87 | 5.08 | - |
| YUV | 147.7 | 59.89 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 27 | 0 | 0.54 | 0.89 | 0.00 | 23.79 | 0.99 | 0.55 |
| Hex | FE | 75 | 1B | 0 | 36 | 59 | 0 | 18 | 63 | 37 |
| Octal | 376 | 165 | 33 | 0 | 66 | 131 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110101 | 11011 | 0 | 110110 | 1011001 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE751B
Complementary color
Monochromatic Colors of #FE751B
Black with #FE751B
Text Example
Text Example
White with #FE751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE751B; }
p { color: rgb(254,117,27); }
H1.HeaderClassName
{
color: #FE751B;
}
.AnyTagClassName
{
color: #FE751B;
}
</style>
background-color css
<style>
a { background-color: #FE751B; }
a { background-color: rgb(254,117,27); }
div.DivClassName
{
background-color: #FE751B;
}
.BgClassName
{
background-color: #FE751B;
}
</style>
border-color css
<style>
span { border-color: #FE751B; }
span { border-color: rgb(254,117,27); }
td.TdClassName
{
border-color: #FE751B;
}
.TagClassName
{
border-color: #FE751B;
}
</style>