Shades of Pumpkin #FE771B
Tints of Pumpkin #FE771B
RGB
CMYK
RGB Variations
Color information
#FE771B (or 0xFE771B) is known color: Pumpkin. HEX triplet: FE, 77 and 1B. RGB value is (254,119,27). Sum of RGB (Red+Green+Blue) = 254+119+27=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE771B is #0188E4. Grayscale: #959595. Windows color (decimal): -100581 or 1800190. OLE color: 1800190.
HSL color Cylindrical-coordinate representation of color #FE771B: hue angle of 24.32º 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 #FE771B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.00 |
| HSL | 24.32º | 0.99% | 0.55% | - |
| HSV(B) | 24.32º | 0.89% | 1% | - |
| XYZ | 47.67 | 34.34 | 5.15 | - |
| YUV | 148.88 | 59.23 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 27 | 0 | 0.53 | 0.89 | 0.00 | 24.32 | 0.99 | 0.55 |
| Hex | FE | 77 | 1B | 0 | 35 | 59 | 0 | 18 | 63 | 37 |
| Octal | 376 | 167 | 33 | 0 | 65 | 131 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110111 | 11011 | 0 | 110101 | 1011001 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE771B
Complementary color
Monochromatic Colors of #FE771B
Black with #FE771B
Text Example
Text Example
White with #FE771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE771B; }
p { color: rgb(254,119,27); }
H1.HeaderClassName
{
color: #FE771B;
}
.AnyTagClassName
{
color: #FE771B;
}
</style>
background-color css
<style>
a { background-color: #FE771B; }
a { background-color: rgb(254,119,27); }
div.DivClassName
{
background-color: #FE771B;
}
.BgClassName
{
background-color: #FE771B;
}
</style>
border-color css
<style>
span { border-color: #FE771B; }
span { border-color: rgb(254,119,27); }
td.TdClassName
{
border-color: #FE771B;
}
.TagClassName
{
border-color: #FE771B;
}
</style>