Shades of Pumpkin #F0750F
Tints of Pumpkin #F0750F
RGB
CMYK
RGB Variations
Color information
#F0750F (or 0xF0750F) is known color: Pumpkin. HEX triplet: F0, 75 and 0F. RGB value is (240,117,15). Sum of RGB (Red+Green+Blue) = 240+117+15=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0750F is #0F8AF0. Grayscale: #8E8E8E. Windows color (decimal): -1018609 or 1013232. OLE color: 1013232.
HSL color Cylindrical-coordinate representation of color #F0750F: hue angle of 27.2º 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 #F0750F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.06 |
| HSL | 27.2º | 0.88% | 0.5% | - |
| HSV(B) | 27.2º | 0.94% | 0.94% | - |
| XYZ | 42.38 | 31.28 | 4.26 | - |
| YUV | 142.15 | 56.25 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 15 | 0 | 0.51 | 0.94 | 0.06 | 27.2 | 0.88 | 0.5 |
| Hex | F0 | 75 | F | 0 | 33 | 5E | 6 | 1B | 58 | 32 |
| Octal | 360 | 165 | 17 | 0 | 63 | 136 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110101 | 1111 | 0 | 110011 | 1011110 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F0750F
Complementary color
Monochromatic Colors of #F0750F
Black with #F0750F
Text Example
Text Example
White with #F0750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0750F; }
p { color: rgb(240,117,15); }
H1.HeaderClassName
{
color: #F0750F;
}
.AnyTagClassName
{
color: #F0750F;
}
</style>
background-color css
<style>
a { background-color: #F0750F; }
a { background-color: rgb(240,117,15); }
div.DivClassName
{
background-color: #F0750F;
}
.BgClassName
{
background-color: #F0750F;
}
</style>
border-color css
<style>
span { border-color: #F0750F; }
span { border-color: rgb(240,117,15); }
td.TdClassName
{
border-color: #F0750F;
}
.TagClassName
{
border-color: #F0750F;
}
</style>