Shades of Pumpkin #F27720
Tints of Pumpkin #F27720
RGB
CMYK
RGB Variations
Color information
#F27720 (or 0xF27720) is known color: Pumpkin. HEX triplet: F2, 77 and 20. RGB value is (242,119,32). Sum of RGB (Red+Green+Blue) = 242+119+32=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F27720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27720 is #0D88DF. Grayscale: #929292. Windows color (decimal): -887008 or 2127858. OLE color: 2127858.
HSL color Cylindrical-coordinate representation of color #F27720: hue angle of 24.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F27720 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.05 |
| HSL | 24.86º | 0.89% | 0.54% | - |
| HSV(B) | 24.86º | 0.87% | 0.95% | - |
| XYZ | 43.48 | 32.18 | 5.29 | - |
| YUV | 145.86 | 63.75 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 32 | 0 | 0.51 | 0.87 | 0.05 | 24.86 | 0.89 | 0.54 |
| Hex | F2 | 77 | 20 | 0 | 33 | 57 | 5 | 19 | 59 | 36 |
| Octal | 362 | 167 | 40 | 0 | 63 | 127 | 5 | 31 | 131 | 66 |
| Binary | 11110010 | 1110111 | 100000 | 0 | 110011 | 1010111 | 101 | 11001 | 1011001 | 110110 |
Color Harmonies of #F27720
Complementary color
Monochromatic Colors of #F27720
Black with #F27720
Text Example
Text Example
White with #F27720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27720; }
p { color: rgb(242,119,32); }
H1.HeaderClassName
{
color: #F27720;
}
.AnyTagClassName
{
color: #F27720;
}
</style>
background-color css
<style>
a { background-color: #F27720; }
a { background-color: rgb(242,119,32); }
div.DivClassName
{
background-color: #F27720;
}
.BgClassName
{
background-color: #F27720;
}
</style>
border-color css
<style>
span { border-color: #F27720; }
span { border-color: rgb(242,119,32); }
td.TdClassName
{
border-color: #F27720;
}
.TagClassName
{
border-color: #F27720;
}
</style>