Shades of Pumpkin #FF741E
Tints of Pumpkin #FF741E
RGB
CMYK
RGB Variations
Color information
#FF741E (or 0xFF741E) is known color: Pumpkin. HEX triplet: FF, 74 and 1E. RGB value is (255,116,30). Sum of RGB (Red+Green+Blue) = 255+116+30=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741E is #008BE1. Grayscale: #949494. Windows color (decimal): -35810 or 1996031. OLE color: 1996031.
HSL color Cylindrical-coordinate representation of color #FF741E: hue angle of 22.93º 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 #FF741E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 30 | - |
| CMYK | 0 | 0.55 | 0.88 | 0 |
| HSL | 22.93º | 1% | 0.56% | - |
| HSV(B) | 22.93º | 0.88% | 1% | - |
| XYZ | 47.72 | 33.84 | 5.25 | - |
| YUV | 147.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 30 | 0 | 0.55 | 0.88 | 0 | 22.93 | 1 | 0.56 |
| Hex | FF | 74 | 1E | 0 | 37 | 58 | 0 | 17 | 64 | 38 |
| Octal | 377 | 164 | 36 | 0 | 67 | 130 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110100 | 11110 | 0 | 110111 | 1011000 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF741E
Complementary color
Monochromatic Colors of #FF741E
Black with #FF741E
Text Example
Text Example
White with #FF741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF741E; }
p { color: rgb(255,116,30); }
H1.HeaderClassName
{
color: #FF741E;
}
.AnyTagClassName
{
color: #FF741E;
}
</style>
background-color css
<style>
a { background-color: #FF741E; }
a { background-color: rgb(255,116,30); }
div.DivClassName
{
background-color: #FF741E;
}
.BgClassName
{
background-color: #FF741E;
}
</style>
border-color css
<style>
span { border-color: #FF741E; }
span { border-color: rgb(255,116,30); }
td.TdClassName
{
border-color: #FF741E;
}
.TagClassName
{
border-color: #FF741E;
}
</style>