Shades of Pumpkin #F07715
Tints of Pumpkin #F07715
RGB
CMYK
RGB Variations
Color information
#F07715 (or 0xF07715) is known color: Pumpkin. HEX triplet: F0, 77 and 15. RGB value is (240,119,21). Sum of RGB (Red+Green+Blue) = 240+119+21=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07715 is #0F88EA. Grayscale: #909090. Windows color (decimal): -1018091 or 1406960. OLE color: 1406960.
HSL color Cylindrical-coordinate representation of color #F07715: hue angle of 26.85º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07715 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 21 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.06 |
| HSL | 26.85º | 0.88% | 0.51% | - |
| HSV(B) | 26.85º | 0.91% | 0.94% | - |
| XYZ | 42.67 | 31.77 | 4.59 | - |
| YUV | 144.01 | 58.59 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 21 | 0 | 0.50 | 0.91 | 0.06 | 26.85 | 0.88 | 0.51 |
| Hex | F0 | 77 | 15 | 0 | 32 | 5B | 6 | 1B | 58 | 33 |
| Octal | 360 | 167 | 25 | 0 | 62 | 133 | 6 | 33 | 130 | 63 |
| Binary | 11110000 | 1110111 | 10101 | 0 | 110010 | 1011011 | 110 | 11011 | 1011000 | 110011 |
Color Harmonies of #F07715
Complementary color
Monochromatic Colors of #F07715
Black with #F07715
Text Example
Text Example
White with #F07715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07715; }
p { color: rgb(240,119,21); }
H1.HeaderClassName
{
color: #F07715;
}
.AnyTagClassName
{
color: #F07715;
}
</style>
background-color css
<style>
a { background-color: #F07715; }
a { background-color: rgb(240,119,21); }
div.DivClassName
{
background-color: #F07715;
}
.BgClassName
{
background-color: #F07715;
}
</style>
border-color css
<style>
span { border-color: #F07715; }
span { border-color: rgb(240,119,21); }
td.TdClassName
{
border-color: #F07715;
}
.TagClassName
{
border-color: #F07715;
}
</style>