Shades of Pumpkin #F28017
Tints of Pumpkin #F28017
RGB
CMYK
RGB Variations
Color information
#F28017 (or 0xF28017) is known color: Pumpkin. HEX triplet: F2, 80 and 17. RGB value is (242,128,23). Sum of RGB (Red+Green+Blue) = 242+128+23=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28017 is #0D7FE8. Grayscale: #969696. Windows color (decimal): -884713 or 1540338. OLE color: 1540338.
HSL color Cylindrical-coordinate representation of color #F28017: hue angle of 28.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28017 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 23 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.05 |
| HSL | 28.77º | 0.89% | 0.52% | - |
| HSV(B) | 28.77º | 0.9% | 0.95% | - |
| XYZ | 44.49 | 34.38 | 5.1 | - |
| YUV | 150.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 23 | 0 | 0.47 | 0.90 | 0.05 | 28.77 | 0.89 | 0.52 |
| Hex | F2 | 80 | 17 | 0 | 2F | 5A | 5 | 1D | 59 | 34 |
| Octal | 362 | 200 | 27 | 0 | 57 | 132 | 5 | 35 | 131 | 64 |
| Binary | 11110010 | 10000000 | 10111 | 0 | 101111 | 1011010 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F28017
Complementary color
Monochromatic Colors of #F28017
Black with #F28017
Text Example
Text Example
White with #F28017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28017; }
p { color: rgb(242,128,23); }
H1.HeaderClassName
{
color: #F28017;
}
.AnyTagClassName
{
color: #F28017;
}
</style>
background-color css
<style>
a { background-color: #F28017; }
a { background-color: rgb(242,128,23); }
div.DivClassName
{
background-color: #F28017;
}
.BgClassName
{
background-color: #F28017;
}
</style>
border-color css
<style>
span { border-color: #F28017; }
span { border-color: rgb(242,128,23); }
td.TdClassName
{
border-color: #F28017;
}
.TagClassName
{
border-color: #F28017;
}
</style>