Shades of Pumpkin #F27115
Tints of Pumpkin #F27115
RGB
CMYK
RGB Variations
Color information
#F27115 (or 0xF27115) is known color: Pumpkin. HEX triplet: F2, 71 and 15. RGB value is (242,113,21). Sum of RGB (Red+Green+Blue) = 242+113+21=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27115 is #0D8EEA. Grayscale: #8D8D8D. Windows color (decimal): -888555 or 1405426. OLE color: 1405426.
HSL color Cylindrical-coordinate representation of color #F27115: hue angle of 24.98º 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 #F27115 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.05 |
| HSL | 24.98º | 0.89% | 0.52% | - |
| HSV(B) | 24.98º | 0.91% | 0.95% | - |
| XYZ | 42.66 | 30.74 | 4.39 | - |
| YUV | 141.08 | 60.24 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 21 | 0 | 0.53 | 0.91 | 0.05 | 24.98 | 0.89 | 0.52 |
| Hex | F2 | 71 | 15 | 0 | 35 | 5B | 5 | 19 | 59 | 34 |
| Octal | 362 | 161 | 25 | 0 | 65 | 133 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110001 | 10101 | 0 | 110101 | 1011011 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27115
Complementary color
Monochromatic Colors of #F27115
Black with #F27115
Text Example
Text Example
White with #F27115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27115; }
p { color: rgb(242,113,21); }
H1.HeaderClassName
{
color: #F27115;
}
.AnyTagClassName
{
color: #F27115;
}
</style>
background-color css
<style>
a { background-color: #F27115; }
a { background-color: rgb(242,113,21); }
div.DivClassName
{
background-color: #F27115;
}
.BgClassName
{
background-color: #F27115;
}
</style>
border-color css
<style>
span { border-color: #F27115; }
span { border-color: rgb(242,113,21); }
td.TdClassName
{
border-color: #F27115;
}
.TagClassName
{
border-color: #F27115;
}
</style>