Shades of Pumpkin #F07C21
Tints of Pumpkin #F07C21
RGB
CMYK
RGB Variations
Color information
#F07C21 (or 0xF07C21) is known color: Pumpkin. HEX triplet: F0, 7C and 21. RGB value is (240,124,33). Sum of RGB (Red+Green+Blue) = 240+124+33=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C21 is #0F83DE. Grayscale: #949494. Windows color (decimal): -1016799 or 2194672. OLE color: 2194672.
HSL color Cylindrical-coordinate representation of color #F07C21: hue angle of 26.38º 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 #F07C21 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 33 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.06 |
| HSL | 26.38º | 0.87% | 0.54% | - |
| HSV(B) | 26.38º | 0.86% | 0.94% | - |
| XYZ | 43.42 | 33.05 | 5.53 | - |
| YUV | 148.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 33 | 0 | 0.48 | 0.86 | 0.06 | 26.38 | 0.87 | 0.54 |
| Hex | F0 | 7C | 21 | 0 | 30 | 56 | 6 | 1A | 57 | 36 |
| Octal | 360 | 174 | 41 | 0 | 60 | 126 | 6 | 32 | 127 | 66 |
| Binary | 11110000 | 1111100 | 100001 | 0 | 110000 | 1010110 | 110 | 11010 | 1010111 | 110110 |
Color Harmonies of #F07C21
Complementary color
Monochromatic Colors of #F07C21
Black with #F07C21
Text Example
Text Example
White with #F07C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C21; }
p { color: rgb(240,124,33); }
H1.HeaderClassName
{
color: #F07C21;
}
.AnyTagClassName
{
color: #F07C21;
}
</style>
background-color css
<style>
a { background-color: #F07C21; }
a { background-color: rgb(240,124,33); }
div.DivClassName
{
background-color: #F07C21;
}
.BgClassName
{
background-color: #F07C21;
}
</style>
border-color css
<style>
span { border-color: #F07C21; }
span { border-color: rgb(240,124,33); }
td.TdClassName
{
border-color: #F07C21;
}
.TagClassName
{
border-color: #F07C21;
}
</style>