Shades of Pumpkin #F0760F
Tints of Pumpkin #F0760F
RGB
CMYK
RGB Variations
Color information
#F0760F (or 0xF0760F) is known color: Pumpkin. HEX triplet: F0, 76 and 0F. RGB value is (240,118,15). Sum of RGB (Red+Green+Blue) = 240+118+15=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0760F is #0F89F0. Grayscale: #8F8F8F. Windows color (decimal): -1018353 or 1013488. OLE color: 1013488.
HSL color Cylindrical-coordinate representation of color #F0760F: hue angle of 27.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0760F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.06 |
| HSL | 27.47º | 0.88% | 0.5% | - |
| HSV(B) | 27.47º | 0.94% | 0.94% | - |
| XYZ | 42.5 | 31.52 | 4.3 | - |
| YUV | 142.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 15 | 0 | 0.51 | 0.94 | 0.06 | 27.47 | 0.88 | 0.5 |
| Hex | F0 | 76 | F | 0 | 33 | 5E | 6 | 1B | 58 | 32 |
| Octal | 360 | 166 | 17 | 0 | 63 | 136 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110110 | 1111 | 0 | 110011 | 1011110 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F0760F
Complementary color
Monochromatic Colors of #F0760F
Black with #F0760F
Text Example
Text Example
White with #F0760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0760F; }
p { color: rgb(240,118,15); }
H1.HeaderClassName
{
color: #F0760F;
}
.AnyTagClassName
{
color: #F0760F;
}
</style>
background-color css
<style>
a { background-color: #F0760F; }
a { background-color: rgb(240,118,15); }
div.DivClassName
{
background-color: #F0760F;
}
.BgClassName
{
background-color: #F0760F;
}
</style>
border-color css
<style>
span { border-color: #F0760F; }
span { border-color: rgb(240,118,15); }
td.TdClassName
{
border-color: #F0760F;
}
.TagClassName
{
border-color: #F0760F;
}
</style>