Shades of Pumpkin #F27915
Tints of Pumpkin #F27915
RGB
CMYK
RGB Variations
Color information
#F27915 (or 0xF27915) is known color: Pumpkin. HEX triplet: F2, 79 and 15. RGB value is (242,121,21). Sum of RGB (Red+Green+Blue) = 242+121+21=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F27915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27915 is #0D86EA. Grayscale: #929292. Windows color (decimal): -886507 or 1407474. OLE color: 1407474.
HSL color Cylindrical-coordinate representation of color #F27915: hue angle of 27.15º 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 #F27915 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 21 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.05 |
| HSL | 27.15º | 0.89% | 0.52% | - |
| HSV(B) | 27.15º | 0.91% | 0.95% | - |
| XYZ | 43.59 | 32.61 | 4.71 | - |
| YUV | 145.78 | 57.59 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 21 | 0 | 0.50 | 0.91 | 0.05 | 27.15 | 0.89 | 0.52 |
| Hex | F2 | 79 | 15 | 0 | 32 | 5B | 5 | 1B | 59 | 34 |
| Octal | 362 | 171 | 25 | 0 | 62 | 133 | 5 | 33 | 131 | 64 |
| Binary | 11110010 | 1111001 | 10101 | 0 | 110010 | 1011011 | 101 | 11011 | 1011001 | 110100 |
Color Harmonies of #F27915
Complementary color
Monochromatic Colors of #F27915
Black with #F27915
Text Example
Text Example
White with #F27915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27915; }
p { color: rgb(242,121,21); }
H1.HeaderClassName
{
color: #F27915;
}
.AnyTagClassName
{
color: #F27915;
}
</style>
background-color css
<style>
a { background-color: #F27915; }
a { background-color: rgb(242,121,21); }
div.DivClassName
{
background-color: #F27915;
}
.BgClassName
{
background-color: #F27915;
}
</style>
border-color css
<style>
span { border-color: #F27915; }
span { border-color: rgb(242,121,21); }
td.TdClassName
{
border-color: #F27915;
}
.TagClassName
{
border-color: #F27915;
}
</style>