Shades of Pumpkin #F07421
Tints of Pumpkin #F07421
RGB
CMYK
RGB Variations
Color information
#F07421 (or 0xF07421) is known color: Pumpkin. HEX triplet: F0, 74 and 21. RGB value is (240,116,33). Sum of RGB (Red+Green+Blue) = 240+116+33=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07421 is #0F8BDE. Grayscale: #909090. Windows color (decimal): -1018847 or 2192624. OLE color: 2192624.
HSL color Cylindrical-coordinate representation of color #F07421: hue angle of 24.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F07421 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 33 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.06 |
| HSL | 24.06º | 0.87% | 0.54% | - |
| HSV(B) | 24.06º | 0.86% | 0.94% | - |
| XYZ | 42.46 | 31.13 | 5.21 | - |
| YUV | 143.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 33 | 0 | 0.52 | 0.86 | 0.06 | 24.06 | 0.87 | 0.54 |
| Hex | F0 | 74 | 21 | 0 | 34 | 56 | 6 | 18 | 57 | 36 |
| Octal | 360 | 164 | 41 | 0 | 64 | 126 | 6 | 30 | 127 | 66 |
| Binary | 11110000 | 1110100 | 100001 | 0 | 110100 | 1010110 | 110 | 11000 | 1010111 | 110110 |
Color Harmonies of #F07421
Complementary color
Monochromatic Colors of #F07421
Black with #F07421
Text Example
Text Example
White with #F07421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07421; }
p { color: rgb(240,116,33); }
H1.HeaderClassName
{
color: #F07421;
}
.AnyTagClassName
{
color: #F07421;
}
</style>
background-color css
<style>
a { background-color: #F07421; }
a { background-color: rgb(240,116,33); }
div.DivClassName
{
background-color: #F07421;
}
.BgClassName
{
background-color: #F07421;
}
</style>
border-color css
<style>
span { border-color: #F07421; }
span { border-color: rgb(240,116,33); }
td.TdClassName
{
border-color: #F07421;
}
.TagClassName
{
border-color: #F07421;
}
</style>