Shades of Pumpkin #FE781F
Tints of Pumpkin #FE781F
RGB
CMYK
RGB Variations
Color information
#FE781F (or 0xFE781F) is known color: Pumpkin. HEX triplet: FE, 78 and 1F. RGB value is (254,120,31). Sum of RGB (Red+Green+Blue) = 254+120+31=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE781F is #0187E0. Grayscale: #969696. Windows color (decimal): -100321 or 2062590. OLE color: 2062590.
HSL color Cylindrical-coordinate representation of color #FE781F: hue angle of 23.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE781F is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 31 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.00 |
| HSL | 23.95º | 0.99% | 0.56% | - |
| HSV(B) | 23.95º | 0.88% | 1% | - |
| XYZ | 47.84 | 34.6 | 5.45 | - |
| YUV | 149.92 | 60.89 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 31 | 0 | 0.53 | 0.88 | 0.00 | 23.95 | 0.99 | 0.56 |
| Hex | FE | 78 | 1F | 0 | 35 | 58 | 0 | 18 | 63 | 38 |
| Octal | 376 | 170 | 37 | 0 | 65 | 130 | 0 | 30 | 143 | 70 |
| Binary | 11111110 | 1111000 | 11111 | 0 | 110101 | 1011000 | 0 | 11000 | 1100011 | 111000 |
Color Harmonies of #FE781F
Complementary color
Monochromatic Colors of #FE781F
Black with #FE781F
Text Example
Text Example
White with #FE781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE781F; }
p { color: rgb(254,120,31); }
H1.HeaderClassName
{
color: #FE781F;
}
.AnyTagClassName
{
color: #FE781F;
}
</style>
background-color css
<style>
a { background-color: #FE781F; }
a { background-color: rgb(254,120,31); }
div.DivClassName
{
background-color: #FE781F;
}
.BgClassName
{
background-color: #FE781F;
}
</style>
border-color css
<style>
span { border-color: #FE781F; }
span { border-color: rgb(254,120,31); }
td.TdClassName
{
border-color: #FE781F;
}
.TagClassName
{
border-color: #FE781F;
}
</style>