Shades of Pumpkin #F07425
Tints of Pumpkin #F07425
RGB
CMYK
RGB Variations
Color information
#F07425 (or 0xF07425) is known color: Pumpkin. HEX triplet: F0, 74 and 25. RGB value is (240,116,37). Sum of RGB (Red+Green+Blue) = 240+116+37=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F07425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07425 is #0F8BDA. Grayscale: #909090. Windows color (decimal): -1018843 or 2454768. OLE color: 2454768.
HSL color Cylindrical-coordinate representation of color #F07425: hue angle of 23.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F07425 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.06 |
| HSL | 23.35º | 0.87% | 0.54% | - |
| HSV(B) | 23.35º | 0.85% | 0.94% | - |
| XYZ | 42.51 | 31.15 | 5.52 | - |
| YUV | 144.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 37 | 0 | 0.52 | 0.85 | 0.06 | 23.35 | 0.87 | 0.54 |
| Hex | F0 | 74 | 25 | 0 | 34 | 55 | 6 | 17 | 57 | 36 |
| Octal | 360 | 164 | 45 | 0 | 64 | 125 | 6 | 27 | 127 | 66 |
| Binary | 11110000 | 1110100 | 100101 | 0 | 110100 | 1010101 | 110 | 10111 | 1010111 | 110110 |
Color Harmonies of #F07425
Complementary color
Monochromatic Colors of #F07425
Black with #F07425
Text Example
Text Example
White with #F07425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07425; }
p { color: rgb(240,116,37); }
H1.HeaderClassName
{
color: #F07425;
}
.AnyTagClassName
{
color: #F07425;
}
</style>
background-color css
<style>
a { background-color: #F07425; }
a { background-color: rgb(240,116,37); }
div.DivClassName
{
background-color: #F07425;
}
.BgClassName
{
background-color: #F07425;
}
</style>
border-color css
<style>
span { border-color: #F07425; }
span { border-color: rgb(240,116,37); }
td.TdClassName
{
border-color: #F07425;
}
.TagClassName
{
border-color: #F07425;
}
</style>