Shades of Pumpkin #F07517
Tints of Pumpkin #F07517
RGB
CMYK
RGB Variations
Color information
#F07517 (or 0xF07517) is known color: Pumpkin. HEX triplet: F0, 75 and 17. RGB value is (240,117,23). Sum of RGB (Red+Green+Blue) = 240+117+23=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07517 is #0F8AE8. Grayscale: #8F8F8F. Windows color (decimal): -1018601 or 1537520. OLE color: 1537520.
HSL color Cylindrical-coordinate representation of color #F07517: hue angle of 25.99º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F07517 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 23 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.06 |
| HSL | 25.99º | 0.88% | 0.52% | - |
| HSV(B) | 25.99º | 0.9% | 0.94% | - |
| XYZ | 42.45 | 31.31 | 4.62 | - |
| YUV | 143.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 23 | 0 | 0.51 | 0.90 | 0.06 | 25.99 | 0.88 | 0.52 |
| Hex | F0 | 75 | 17 | 0 | 33 | 5A | 6 | 1A | 58 | 34 |
| Octal | 360 | 165 | 27 | 0 | 63 | 132 | 6 | 32 | 130 | 64 |
| Binary | 11110000 | 1110101 | 10111 | 0 | 110011 | 1011010 | 110 | 11010 | 1011000 | 110100 |
Color Harmonies of #F07517
Complementary color
Monochromatic Colors of #F07517
Black with #F07517
Text Example
Text Example
White with #F07517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07517; }
p { color: rgb(240,117,23); }
H1.HeaderClassName
{
color: #F07517;
}
.AnyTagClassName
{
color: #F07517;
}
</style>
background-color css
<style>
a { background-color: #F07517; }
a { background-color: rgb(240,117,23); }
div.DivClassName
{
background-color: #F07517;
}
.BgClassName
{
background-color: #F07517;
}
</style>
border-color css
<style>
span { border-color: #F07517; }
span { border-color: rgb(240,117,23); }
td.TdClassName
{
border-color: #F07517;
}
.TagClassName
{
border-color: #F07517;
}
</style>