Shades of Pumpkin #F07E17
Tints of Pumpkin #F07E17
RGB
CMYK
RGB Variations
Color information
#F07E17 (or 0xF07E17) is known color: Pumpkin. HEX triplet: F0, 7E and 17. RGB value is (240,126,23). Sum of RGB (Red+Green+Blue) = 240+126+23=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E17 is #0F81E8. Grayscale: #949494. Windows color (decimal): -1016297 or 1539824. OLE color: 1539824.
HSL color Cylindrical-coordinate representation of color #F07E17: hue angle of 28.48º 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 #F07E17 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 23 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.06 |
| HSL | 28.48º | 0.88% | 0.52% | - |
| HSV(B) | 28.48º | 0.9% | 0.94% | - |
| XYZ | 43.55 | 33.51 | 4.98 | - |
| YUV | 148.34 | 57.27 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 23 | 0 | 0.48 | 0.90 | 0.06 | 28.48 | 0.88 | 0.52 |
| Hex | F0 | 7E | 17 | 0 | 30 | 5A | 6 | 1C | 58 | 34 |
| Octal | 360 | 176 | 27 | 0 | 60 | 132 | 6 | 34 | 130 | 64 |
| Binary | 11110000 | 1111110 | 10111 | 0 | 110000 | 1011010 | 110 | 11100 | 1011000 | 110100 |
Color Harmonies of #F07E17
Complementary color
Monochromatic Colors of #F07E17
Black with #F07E17
Text Example
Text Example
White with #F07E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E17; }
p { color: rgb(240,126,23); }
H1.HeaderClassName
{
color: #F07E17;
}
.AnyTagClassName
{
color: #F07E17;
}
</style>
background-color css
<style>
a { background-color: #F07E17; }
a { background-color: rgb(240,126,23); }
div.DivClassName
{
background-color: #F07E17;
}
.BgClassName
{
background-color: #F07E17;
}
</style>
border-color css
<style>
span { border-color: #F07E17; }
span { border-color: rgb(240,126,23); }
td.TdClassName
{
border-color: #F07E17;
}
.TagClassName
{
border-color: #F07E17;
}
</style>