Shades of Pumpkin #F0740F
Tints of Pumpkin #F0740F
RGB
CMYK
RGB Variations
Color information
#F0740F (or 0xF0740F) is known color: Pumpkin. HEX triplet: F0, 74 and 0F. RGB value is (240,116,15). Sum of RGB (Red+Green+Blue) = 240+116+15=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0740F is #0F8BF0. Grayscale: #8E8E8E. Windows color (decimal): -1018865 or 1012976. OLE color: 1012976.
HSL color Cylindrical-coordinate representation of color #F0740F: hue angle of 26.93º 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 #F0740F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.06 |
| HSL | 26.93º | 0.88% | 0.5% | - |
| HSV(B) | 26.93º | 0.94% | 0.94% | - |
| XYZ | 42.27 | 31.05 | 4.22 | - |
| YUV | 141.56 | 56.58 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 15 | 0 | 0.52 | 0.94 | 0.06 | 26.93 | 0.88 | 0.5 |
| Hex | F0 | 74 | F | 0 | 34 | 5E | 6 | 1B | 58 | 32 |
| Octal | 360 | 164 | 17 | 0 | 64 | 136 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110100 | 1111 | 0 | 110100 | 1011110 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F0740F
Complementary color
Monochromatic Colors of #F0740F
Black with #F0740F
Text Example
Text Example
White with #F0740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0740F; }
p { color: rgb(240,116,15); }
H1.HeaderClassName
{
color: #F0740F;
}
.AnyTagClassName
{
color: #F0740F;
}
</style>
background-color css
<style>
a { background-color: #F0740F; }
a { background-color: rgb(240,116,15); }
div.DivClassName
{
background-color: #F0740F;
}
.BgClassName
{
background-color: #F0740F;
}
</style>
border-color css
<style>
span { border-color: #F0740F; }
span { border-color: rgb(240,116,15); }
td.TdClassName
{
border-color: #F0740F;
}
.TagClassName
{
border-color: #F0740F;
}
</style>