Shades of Pumpkin #F27516
Tints of Pumpkin #F27516
RGB
CMYK
RGB Variations
Color information
#F27516 (or 0xF27516) is known color: Pumpkin. HEX triplet: F2, 75 and 16. RGB value is (242,117,22). Sum of RGB (Red+Green+Blue) = 242+117+22=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27516 is #0D8AE9. Grayscale: #909090. Windows color (decimal): -887530 or 1471986. OLE color: 1471986.
HSL color Cylindrical-coordinate representation of color #F27516: hue angle of 25.91º 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 #F27516 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 22 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.05 |
| HSL | 25.91º | 0.89% | 0.52% | - |
| HSV(B) | 25.91º | 0.91% | 0.95% | - |
| XYZ | 43.12 | 31.66 | 4.6 | - |
| YUV | 143.55 | 59.41 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 22 | 0 | 0.52 | 0.91 | 0.05 | 25.91 | 0.89 | 0.52 |
| Hex | F2 | 75 | 16 | 0 | 34 | 5B | 5 | 1A | 59 | 34 |
| Octal | 362 | 165 | 26 | 0 | 64 | 133 | 5 | 32 | 131 | 64 |
| Binary | 11110010 | 1110101 | 10110 | 0 | 110100 | 1011011 | 101 | 11010 | 1011001 | 110100 |
Color Harmonies of #F27516
Complementary color
Monochromatic Colors of #F27516
Black with #F27516
Text Example
Text Example
White with #F27516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27516; }
p { color: rgb(242,117,22); }
H1.HeaderClassName
{
color: #F27516;
}
.AnyTagClassName
{
color: #F27516;
}
</style>
background-color css
<style>
a { background-color: #F27516; }
a { background-color: rgb(242,117,22); }
div.DivClassName
{
background-color: #F27516;
}
.BgClassName
{
background-color: #F27516;
}
</style>
border-color css
<style>
span { border-color: #F27516; }
span { border-color: rgb(242,117,22); }
td.TdClassName
{
border-color: #F27516;
}
.TagClassName
{
border-color: #F27516;
}
</style>