Shades of Pumpkin #FE781B
Tints of Pumpkin #FE781B
RGB
CMYK
RGB Variations
Color information
#FE781B (or 0xFE781B) is known color: Pumpkin. HEX triplet: FE, 78 and 1B. RGB value is (254,120,27). Sum of RGB (Red+Green+Blue) = 254+120+27=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE781B is #0187E4. Grayscale: #959595. Windows color (decimal): -100325 or 1800446. OLE color: 1800446.
HSL color Cylindrical-coordinate representation of color #FE781B: hue angle of 24.58º 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 #FE781B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.00 |
| HSL | 24.58º | 0.99% | 0.55% | - |
| HSV(B) | 24.58º | 0.89% | 1% | - |
| XYZ | 47.79 | 34.58 | 5.19 | - |
| YUV | 149.46 | 58.89 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 27 | 0 | 0.53 | 0.89 | 0.00 | 24.58 | 0.99 | 0.55 |
| Hex | FE | 78 | 1B | 0 | 35 | 59 | 0 | 19 | 63 | 37 |
| Octal | 376 | 170 | 33 | 0 | 65 | 131 | 0 | 31 | 143 | 67 |
| Binary | 11111110 | 1111000 | 11011 | 0 | 110101 | 1011001 | 0 | 11001 | 1100011 | 110111 |
Color Harmonies of #FE781B
Complementary color
Monochromatic Colors of #FE781B
Black with #FE781B
Text Example
Text Example
White with #FE781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE781B; }
p { color: rgb(254,120,27); }
H1.HeaderClassName
{
color: #FE781B;
}
.AnyTagClassName
{
color: #FE781B;
}
</style>
background-color css
<style>
a { background-color: #FE781B; }
a { background-color: rgb(254,120,27); }
div.DivClassName
{
background-color: #FE781B;
}
.BgClassName
{
background-color: #FE781B;
}
</style>
border-color css
<style>
span { border-color: #FE781B; }
span { border-color: rgb(254,120,27); }
td.TdClassName
{
border-color: #FE781B;
}
.TagClassName
{
border-color: #FE781B;
}
</style>