Shades of Pumpkin #FF781E
Tints of Pumpkin #FF781E
RGB
CMYK
RGB Variations
Color information
#FF781E (or 0xFF781E) is known color: Pumpkin. HEX triplet: FF, 78 and 1E. RGB value is (255,120,30). Sum of RGB (Red+Green+Blue) = 255+120+30=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF781E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF781E is #0087E1. Grayscale: #969696. Windows color (decimal): -34786 or 1997055. OLE color: 1997055.
HSL color Cylindrical-coordinate representation of color #FF781E: hue angle of 24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF781E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 30 | - |
| CMYK | 0 | 0.53 | 0.88 | 0 |
| HSL | 24º | 1% | 0.56% | - |
| HSV(B) | 24º | 0.88% | 1% | - |
| XYZ | 48.19 | 34.79 | 5.4 | - |
| YUV | 150.11 | 60.23 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 30 | 0 | 0.53 | 0.88 | 0 | 24 | 1 | 0.56 |
| Hex | FF | 78 | 1E | 0 | 35 | 58 | 0 | 18 | 64 | 38 |
| Octal | 377 | 170 | 36 | 0 | 65 | 130 | 0 | 30 | 144 | 70 |
| Binary | 11111111 | 1111000 | 11110 | 0 | 110101 | 1011000 | 0 | 11000 | 1100100 | 111000 |
Color Harmonies of #FF781E
Complementary color
Monochromatic Colors of #FF781E
Black with #FF781E
Text Example
Text Example
White with #FF781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF781E; }
p { color: rgb(255,120,30); }
H1.HeaderClassName
{
color: #FF781E;
}
.AnyTagClassName
{
color: #FF781E;
}
</style>
background-color css
<style>
a { background-color: #FF781E; }
a { background-color: rgb(255,120,30); }
div.DivClassName
{
background-color: #FF781E;
}
.BgClassName
{
background-color: #FF781E;
}
</style>
border-color css
<style>
span { border-color: #FF781E; }
span { border-color: rgb(255,120,30); }
td.TdClassName
{
border-color: #FF781E;
}
.TagClassName
{
border-color: #FF781E;
}
</style>