Shades of Pumpkin #F0761D
Tints of Pumpkin #F0761D
RGB
CMYK
RGB Variations
Color information
#F0761D (or 0xF0761D) is known color: Pumpkin. HEX triplet: F0, 76 and 1D. RGB value is (240,118,29). Sum of RGB (Red+Green+Blue) = 240+118+29=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0761D is #0F89E2. Grayscale: #909090. Windows color (decimal): -1018339 or 1930992. OLE color: 1930992.
HSL color Cylindrical-coordinate representation of color #F0761D: hue angle of 25.31º 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 #F0761D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.06 |
| HSL | 25.31º | 0.88% | 0.53% | - |
| HSV(B) | 25.31º | 0.88% | 0.94% | - |
| XYZ | 42.64 | 31.57 | 5.01 | - |
| YUV | 144.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 29 | 0 | 0.51 | 0.88 | 0.06 | 25.31 | 0.88 | 0.53 |
| Hex | F0 | 76 | 1D | 0 | 33 | 58 | 6 | 19 | 58 | 35 |
| Octal | 360 | 166 | 35 | 0 | 63 | 130 | 6 | 31 | 130 | 65 |
| Binary | 11110000 | 1110110 | 11101 | 0 | 110011 | 1011000 | 110 | 11001 | 1011000 | 110101 |
Color Harmonies of #F0761D
Complementary color
Monochromatic Colors of #F0761D
Black with #F0761D
Text Example
Text Example
White with #F0761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0761D; }
p { color: rgb(240,118,29); }
H1.HeaderClassName
{
color: #F0761D;
}
.AnyTagClassName
{
color: #F0761D;
}
</style>
background-color css
<style>
a { background-color: #F0761D; }
a { background-color: rgb(240,118,29); }
div.DivClassName
{
background-color: #F0761D;
}
.BgClassName
{
background-color: #F0761D;
}
</style>
border-color css
<style>
span { border-color: #F0761D; }
span { border-color: rgb(240,118,29); }
td.TdClassName
{
border-color: #F0761D;
}
.TagClassName
{
border-color: #F0761D;
}
</style>