Shades of Pumpkin #F28215
Tints of Pumpkin #F28215
RGB
CMYK
RGB Variations
Color information
#F28215 (or 0xF28215) is known color: Pumpkin. HEX triplet: F2, 82 and 15. RGB value is (242,130,21). Sum of RGB (Red+Green+Blue) = 242+130+21=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28215 is #0D7DEA. Grayscale: #979797. Windows color (decimal): -884203 or 1409778. OLE color: 1409778.
HSL color Cylindrical-coordinate representation of color #F28215: hue angle of 29.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28215 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.05 |
| HSL | 29.59º | 0.89% | 0.52% | - |
| HSV(B) | 29.59º | 0.91% | 0.95% | - |
| XYZ | 44.74 | 34.9 | 5.09 | - |
| YUV | 151.06 | 54.61 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 21 | 0 | 0.46 | 0.91 | 0.05 | 29.59 | 0.89 | 0.52 |
| Hex | F2 | 82 | 15 | 0 | 2E | 5B | 5 | 1E | 59 | 34 |
| Octal | 362 | 202 | 25 | 0 | 56 | 133 | 5 | 36 | 131 | 64 |
| Binary | 11110010 | 10000010 | 10101 | 0 | 101110 | 1011011 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F28215
Complementary color
Monochromatic Colors of #F28215
Black with #F28215
Text Example
Text Example
White with #F28215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28215; }
p { color: rgb(242,130,21); }
H1.HeaderClassName
{
color: #F28215;
}
.AnyTagClassName
{
color: #F28215;
}
</style>
background-color css
<style>
a { background-color: #F28215; }
a { background-color: rgb(242,130,21); }
div.DivClassName
{
background-color: #F28215;
}
.BgClassName
{
background-color: #F28215;
}
</style>
border-color css
<style>
span { border-color: #F28215; }
span { border-color: rgb(242,130,21); }
td.TdClassName
{
border-color: #F28215;
}
.TagClassName
{
border-color: #F28215;
}
</style>