Shades of Pumpkin #FE760B
Tints of Pumpkin #FE760B
RGB
CMYK
RGB Variations
Color information
#FE760B (or 0xFE760B) is known color: Pumpkin. HEX triplet: FE, 76 and 0B. RGB value is (254,118,11). Sum of RGB (Red+Green+Blue) = 254+118+11=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE760B is #0189F4. Grayscale: #939393. Windows color (decimal): -100853 or 751358. OLE color: 751358.
HSL color Cylindrical-coordinate representation of color #FE760B: hue angle of 26.42º 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 #FE760B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.00 |
| HSL | 26.42º | 0.99% | 0.52% | - |
| HSV(B) | 26.42º | 0.96% | 1% | - |
| XYZ | 47.41 | 34.05 | 4.39 | - |
| YUV | 146.47 | 51.56 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 11 | 0 | 0.54 | 0.96 | 0.00 | 26.42 | 0.99 | 0.52 |
| Hex | FE | 76 | B | 0 | 36 | 60 | 0 | 1A | 63 | 34 |
| Octal | 376 | 166 | 13 | 0 | 66 | 140 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110110 | 1011 | 0 | 110110 | 1100000 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE760B
Complementary color
Monochromatic Colors of #FE760B
Black with #FE760B
Text Example
Text Example
White with #FE760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE760B; }
p { color: rgb(254,118,11); }
H1.HeaderClassName
{
color: #FE760B;
}
.AnyTagClassName
{
color: #FE760B;
}
</style>
background-color css
<style>
a { background-color: #FE760B; }
a { background-color: rgb(254,118,11); }
div.DivClassName
{
background-color: #FE760B;
}
.BgClassName
{
background-color: #FE760B;
}
</style>
border-color css
<style>
span { border-color: #FE760B; }
span { border-color: rgb(254,118,11); }
td.TdClassName
{
border-color: #FE760B;
}
.TagClassName
{
border-color: #FE760B;
}
</style>