Shades of Pumpkin #FE761B
Tints of Pumpkin #FE761B
RGB
CMYK
RGB Variations
Color information
#FE761B (or 0xFE761B) is known color: Pumpkin. HEX triplet: FE, 76 and 1B. RGB value is (254,118,27). Sum of RGB (Red+Green+Blue) = 254+118+27=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE761B is #0189E4. Grayscale: #949494. Windows color (decimal): -100837 or 1799934. OLE color: 1799934.
HSL color Cylindrical-coordinate representation of color #FE761B: hue angle of 24.05º 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 #FE761B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.00 |
| HSL | 24.05º | 0.99% | 0.55% | - |
| HSV(B) | 24.05º | 0.89% | 1% | - |
| XYZ | 47.55 | 34.11 | 5.11 | - |
| YUV | 148.29 | 59.56 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 27 | 0 | 0.54 | 0.89 | 0.00 | 24.05 | 0.99 | 0.55 |
| Hex | FE | 76 | 1B | 0 | 36 | 59 | 0 | 18 | 63 | 37 |
| Octal | 376 | 166 | 33 | 0 | 66 | 131 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110110 | 11011 | 0 | 110110 | 1011001 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE761B
Complementary color
Monochromatic Colors of #FE761B
Black with #FE761B
Text Example
Text Example
White with #FE761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE761B; }
p { color: rgb(254,118,27); }
H1.HeaderClassName
{
color: #FE761B;
}
.AnyTagClassName
{
color: #FE761B;
}
</style>
background-color css
<style>
a { background-color: #FE761B; }
a { background-color: rgb(254,118,27); }
div.DivClassName
{
background-color: #FE761B;
}
.BgClassName
{
background-color: #FE761B;
}
</style>
border-color css
<style>
span { border-color: #FE761B; }
span { border-color: rgb(254,118,27); }
td.TdClassName
{
border-color: #FE761B;
}
.TagClassName
{
border-color: #FE761B;
}
</style>