Shades of Pumpkin #F0741E
Tints of Pumpkin #F0741E
RGB
CMYK
RGB Variations
Color information
#F0741E (or 0xF0741E) is known color: Pumpkin. HEX triplet: F0, 74 and 1E. RGB value is (240,116,30). Sum of RGB (Red+Green+Blue) = 240+116+30=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0741E is #0F8BE1. Grayscale: #8F8F8F. Windows color (decimal): -1018850 or 1996016. OLE color: 1996016.
HSL color Cylindrical-coordinate representation of color #F0741E: hue angle of 24.57º 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 #F0741E is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 30 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.06 |
| HSL | 24.57º | 0.88% | 0.53% | - |
| HSV(B) | 24.57º | 0.88% | 0.94% | - |
| XYZ | 42.41 | 31.11 | 5 | - |
| YUV | 143.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 30 | 0 | 0.52 | 0.87 | 0.06 | 24.57 | 0.88 | 0.53 |
| Hex | F0 | 74 | 1E | 0 | 34 | 57 | 6 | 19 | 58 | 35 |
| Octal | 360 | 164 | 36 | 0 | 64 | 127 | 6 | 31 | 130 | 65 |
| Binary | 11110000 | 1110100 | 11110 | 0 | 110100 | 1010111 | 110 | 11001 | 1011000 | 110101 |
Color Harmonies of #F0741E
Complementary color
Monochromatic Colors of #F0741E
Black with #F0741E
Text Example
Text Example
White with #F0741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0741E; }
p { color: rgb(240,116,30); }
H1.HeaderClassName
{
color: #F0741E;
}
.AnyTagClassName
{
color: #F0741E;
}
</style>
background-color css
<style>
a { background-color: #F0741E; }
a { background-color: rgb(240,116,30); }
div.DivClassName
{
background-color: #F0741E;
}
.BgClassName
{
background-color: #F0741E;
}
</style>
border-color css
<style>
span { border-color: #F0741E; }
span { border-color: rgb(240,116,30); }
td.TdClassName
{
border-color: #F0741E;
}
.TagClassName
{
border-color: #F0741E;
}
</style>