Shades of Pumpkin #F27224
Tints of Pumpkin #F27224
RGB
CMYK
RGB Variations
Color information
#F27224 (or 0xF27224) is known color: Pumpkin. HEX triplet: F2, 72 and 24. RGB value is (242,114,36). Sum of RGB (Red+Green+Blue) = 242+114+36=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F27224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27224 is #0D8DDB. Grayscale: #8F8F8F. Windows color (decimal): -888284 or 2388722. OLE color: 2388722.
HSL color Cylindrical-coordinate representation of color #F27224: hue angle of 22.72º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F27224 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 36 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.05 |
| HSL | 22.72º | 0.89% | 0.55% | - |
| HSV(B) | 22.72º | 0.85% | 0.95% | - |
| XYZ | 42.95 | 31.04 | 5.4 | - |
| YUV | 143.38 | 67.41 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 36 | 0 | 0.53 | 0.85 | 0.05 | 22.72 | 0.89 | 0.55 |
| Hex | F2 | 72 | 24 | 0 | 35 | 55 | 5 | 17 | 59 | 37 |
| Octal | 362 | 162 | 44 | 0 | 65 | 125 | 5 | 27 | 131 | 67 |
| Binary | 11110010 | 1110010 | 100100 | 0 | 110101 | 1010101 | 101 | 10111 | 1011001 | 110111 |
Color Harmonies of #F27224
Complementary color
Monochromatic Colors of #F27224
Black with #F27224
Text Example
Text Example
White with #F27224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27224; }
p { color: rgb(242,114,36); }
H1.HeaderClassName
{
color: #F27224;
}
.AnyTagClassName
{
color: #F27224;
}
</style>
background-color css
<style>
a { background-color: #F27224; }
a { background-color: rgb(242,114,36); }
div.DivClassName
{
background-color: #F27224;
}
.BgClassName
{
background-color: #F27224;
}
</style>
border-color css
<style>
span { border-color: #F27224; }
span { border-color: rgb(242,114,36); }
td.TdClassName
{
border-color: #F27224;
}
.TagClassName
{
border-color: #F27224;
}
</style>