Shades of Pumpkin #F0751C
Tints of Pumpkin #F0751C
RGB
CMYK
RGB Variations
Color information
#F0751C (or 0xF0751C) is known color: Pumpkin. HEX triplet: F0, 75 and 1C. RGB value is (240,117,28). Sum of RGB (Red+Green+Blue) = 240+117+28=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0751C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0751C is #0F8AE3. Grayscale: #909090. Windows color (decimal): -1018596 or 1865200. OLE color: 1865200.
HSL color Cylindrical-coordinate representation of color #F0751C: hue angle of 25.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0751C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.06 |
| HSL | 25.19º | 0.88% | 0.53% | - |
| HSV(B) | 25.19º | 0.88% | 0.94% | - |
| XYZ | 42.51 | 31.33 | 4.91 | - |
| YUV | 143.63 | 62.75 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 28 | 0 | 0.51 | 0.88 | 0.06 | 25.19 | 0.88 | 0.53 |
| Hex | F0 | 75 | 1C | 0 | 33 | 58 | 6 | 19 | 58 | 35 |
| Octal | 360 | 165 | 34 | 0 | 63 | 130 | 6 | 31 | 130 | 65 |
| Binary | 11110000 | 1110101 | 11100 | 0 | 110011 | 1011000 | 110 | 11001 | 1011000 | 110101 |
Color Harmonies of #F0751C
Complementary color
Monochromatic Colors of #F0751C
Black with #F0751C
Text Example
Text Example
White with #F0751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0751C; }
p { color: rgb(240,117,28); }
H1.HeaderClassName
{
color: #F0751C;
}
.AnyTagClassName
{
color: #F0751C;
}
</style>
background-color css
<style>
a { background-color: #F0751C; }
a { background-color: rgb(240,117,28); }
div.DivClassName
{
background-color: #F0751C;
}
.BgClassName
{
background-color: #F0751C;
}
</style>
border-color css
<style>
span { border-color: #F0751C; }
span { border-color: rgb(240,117,28); }
td.TdClassName
{
border-color: #F0751C;
}
.TagClassName
{
border-color: #F0751C;
}
</style>