Shades of Pumpkin #F28015
Tints of Pumpkin #F28015
RGB
CMYK
RGB Variations
Color information
#F28015 (or 0xF28015) is known color: Pumpkin. HEX triplet: F2, 80 and 15. RGB value is (242,128,21). Sum of RGB (Red+Green+Blue) = 242+128+21=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F28015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28015 is #0D7FEA. Grayscale: #969696. Windows color (decimal): -884715 or 1409266. OLE color: 1409266.
HSL color Cylindrical-coordinate representation of color #F28015: hue angle of 29.05º 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 #F28015 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 21 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.05 |
| HSL | 29.05º | 0.89% | 0.52% | - |
| HSV(B) | 29.05º | 0.91% | 0.95% | - |
| XYZ | 44.47 | 34.37 | 5 | - |
| YUV | 149.89 | 55.27 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 21 | 0 | 0.47 | 0.91 | 0.05 | 29.05 | 0.89 | 0.52 |
| Hex | F2 | 80 | 15 | 0 | 2F | 5B | 5 | 1D | 59 | 34 |
| Octal | 362 | 200 | 25 | 0 | 57 | 133 | 5 | 35 | 131 | 64 |
| Binary | 11110010 | 10000000 | 10101 | 0 | 101111 | 1011011 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F28015
Complementary color
Monochromatic Colors of #F28015
Black with #F28015
Text Example
Text Example
White with #F28015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28015; }
p { color: rgb(242,128,21); }
H1.HeaderClassName
{
color: #F28015;
}
.AnyTagClassName
{
color: #F28015;
}
</style>
background-color css
<style>
a { background-color: #F28015; }
a { background-color: rgb(242,128,21); }
div.DivClassName
{
background-color: #F28015;
}
.BgClassName
{
background-color: #F28015;
}
</style>
border-color css
<style>
span { border-color: #F28015; }
span { border-color: rgb(242,128,21); }
td.TdClassName
{
border-color: #F28015;
}
.TagClassName
{
border-color: #F28015;
}
</style>