Shades of Pumpkin #FF7417
Tints of Pumpkin #FF7417
RGB
CMYK
RGB Variations
Color information
#FF7417 (or 0xFF7417) is known color: Pumpkin. HEX triplet: FF, 74 and 17. RGB value is (255,116,23). Sum of RGB (Red+Green+Blue) = 255+116+23=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7417 is #008BE8. Grayscale: #939393. Windows color (decimal): -35817 or 1537279. OLE color: 1537279.
HSL color Cylindrical-coordinate representation of color #FF7417: hue angle of 24.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF7417 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 23 | - |
| CMYK | 0 | 0.55 | 0.91 | 0 |
| HSL | 24.05º | 1% | 0.55% | - |
| HSV(B) | 24.05º | 0.91% | 1% | - |
| XYZ | 47.64 | 33.81 | 4.83 | - |
| YUV | 146.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 23 | 0 | 0.55 | 0.91 | 0 | 24.05 | 1 | 0.55 |
| Hex | FF | 74 | 17 | 0 | 37 | 5B | 0 | 18 | 64 | 37 |
| Octal | 377 | 164 | 27 | 0 | 67 | 133 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110100 | 10111 | 0 | 110111 | 1011011 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF7417
Complementary color
Monochromatic Colors of #FF7417
Black with #FF7417
Text Example
Text Example
White with #FF7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7417; }
p { color: rgb(255,116,23); }
H1.HeaderClassName
{
color: #FF7417;
}
.AnyTagClassName
{
color: #FF7417;
}
</style>
background-color css
<style>
a { background-color: #FF7417; }
a { background-color: rgb(255,116,23); }
div.DivClassName
{
background-color: #FF7417;
}
.BgClassName
{
background-color: #FF7417;
}
</style>
border-color css
<style>
span { border-color: #FF7417; }
span { border-color: rgb(255,116,23); }
td.TdClassName
{
border-color: #FF7417;
}
.TagClassName
{
border-color: #FF7417;
}
</style>