Shades of Pumpkin #F07F18
Tints of Pumpkin #F07F18
RGB
CMYK
RGB Variations
Color information
#F07F18 (or 0xF07F18) is known color: Pumpkin. HEX triplet: F0, 7F and 18. RGB value is (240,127,24). Sum of RGB (Red+Green+Blue) = 240+127+24=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F18 is #0F80E7. Grayscale: #959595. Windows color (decimal): -1016040 or 1605616. OLE color: 1605616.
HSL color Cylindrical-coordinate representation of color #F07F18: hue angle of 28.61º 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 #F07F18 is Cyan = 0, Magento = 0.47, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 24 | - |
| CMYK | 0 | 0.47 | 0.9 | 0.06 |
| HSL | 28.61º | 0.88% | 0.52% | - |
| HSV(B) | 28.61º | 0.9% | 0.94% | - |
| XYZ | 43.69 | 33.77 | 5.08 | - |
| YUV | 149.05 | 57.44 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 24 | 0 | 0.47 | 0.9 | 0.06 | 28.61 | 0.88 | 0.52 |
| Hex | F0 | 7F | 18 | 0 | 2F | 5A | 6 | 1D | 58 | 34 |
| Octal | 360 | 177 | 30 | 0 | 57 | 132 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 1111111 | 11000 | 0 | 101111 | 1011010 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F07F18
Complementary color
Monochromatic Colors of #F07F18
Black with #F07F18
Text Example
Text Example
White with #F07F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F18; }
p { color: rgb(240,127,24); }
H1.HeaderClassName
{
color: #F07F18;
}
.AnyTagClassName
{
color: #F07F18;
}
</style>
background-color css
<style>
a { background-color: #F07F18; }
a { background-color: rgb(240,127,24); }
div.DivClassName
{
background-color: #F07F18;
}
.BgClassName
{
background-color: #F07F18;
}
</style>
border-color css
<style>
span { border-color: #F07F18; }
span { border-color: rgb(240,127,24); }
td.TdClassName
{
border-color: #F07F18;
}
.TagClassName
{
border-color: #F07F18;
}
</style>