Shades of Pumpkin #FE771A
Tints of Pumpkin #FE771A
RGB
CMYK
RGB Variations
Color information
#FE771A (or 0xFE771A) is known color: Pumpkin. HEX triplet: FE, 77 and 1A. RGB value is (254,119,26). Sum of RGB (Red+Green+Blue) = 254+119+26=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE771A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE771A is #0188E5. Grayscale: #959595. Windows color (decimal): -100582 or 1734654. OLE color: 1734654.
HSL color Cylindrical-coordinate representation of color #FE771A: hue angle of 24.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE771A is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 26 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.00 |
| HSL | 24.47º | 0.99% | 0.55% | - |
| HSV(B) | 24.47º | 0.9% | 1% | - |
| XYZ | 47.66 | 34.34 | 5.09 | - |
| YUV | 148.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 26 | 0 | 0.53 | 0.90 | 0.00 | 24.47 | 0.99 | 0.55 |
| Hex | FE | 77 | 1A | 0 | 35 | 5A | 0 | 18 | 63 | 37 |
| Octal | 376 | 167 | 32 | 0 | 65 | 132 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110111 | 11010 | 0 | 110101 | 1011010 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE771A
Complementary color
Monochromatic Colors of #FE771A
Black with #FE771A
Text Example
Text Example
White with #FE771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE771A; }
p { color: rgb(254,119,26); }
H1.HeaderClassName
{
color: #FE771A;
}
.AnyTagClassName
{
color: #FE771A;
}
</style>
background-color css
<style>
a { background-color: #FE771A; }
a { background-color: rgb(254,119,26); }
div.DivClassName
{
background-color: #FE771A;
}
.BgClassName
{
background-color: #FE771A;
}
</style>
border-color css
<style>
span { border-color: #FE771A; }
span { border-color: rgb(254,119,26); }
td.TdClassName
{
border-color: #FE771A;
}
.TagClassName
{
border-color: #FE771A;
}
</style>