Shades of Pumpkin #F28020
Tints of Pumpkin #F28020
RGB
CMYK
RGB Variations
Color information
#F28020 (or 0xF28020) is known color: Pumpkin. HEX triplet: F2, 80 and 20. RGB value is (242,128,32). Sum of RGB (Red+Green+Blue) = 242+128+32=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28020 is #0D7FDF. Grayscale: #979797. Windows color (decimal): -884704 or 2130162. OLE color: 2130162.
HSL color Cylindrical-coordinate representation of color #F28020: hue angle of 27.43º 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 #F28020 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.05 |
| HSL | 27.43º | 0.89% | 0.54% | - |
| HSV(B) | 27.43º | 0.87% | 0.95% | - |
| XYZ | 44.6 | 34.42 | 5.66 | - |
| YUV | 151.14 | 60.77 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 32 | 0 | 0.47 | 0.87 | 0.05 | 27.43 | 0.89 | 0.54 |
| Hex | F2 | 80 | 20 | 0 | 2F | 57 | 5 | 1B | 59 | 36 |
| Octal | 362 | 200 | 40 | 0 | 57 | 127 | 5 | 33 | 131 | 66 |
| Binary | 11110010 | 10000000 | 100000 | 0 | 101111 | 1010111 | 101 | 11011 | 1011001 | 110110 |
Color Harmonies of #F28020
Complementary color
Monochromatic Colors of #F28020
Black with #F28020
Text Example
Text Example
White with #F28020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28020; }
p { color: rgb(242,128,32); }
H1.HeaderClassName
{
color: #F28020;
}
.AnyTagClassName
{
color: #F28020;
}
</style>
background-color css
<style>
a { background-color: #F28020; }
a { background-color: rgb(242,128,32); }
div.DivClassName
{
background-color: #F28020;
}
.BgClassName
{
background-color: #F28020;
}
</style>
border-color css
<style>
span { border-color: #F28020; }
span { border-color: rgb(242,128,32); }
td.TdClassName
{
border-color: #F28020;
}
.TagClassName
{
border-color: #F28020;
}
</style>