Shades of Pumpkin #F27111
Tints of Pumpkin #F27111
RGB
CMYK
RGB Variations
Color information
#F27111 (or 0xF27111) is known color: Pumpkin. HEX triplet: F2, 71 and 11. RGB value is (242,113,17). Sum of RGB (Red+Green+Blue) = 242+113+17=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F27111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27111 is #0D8EEE. Grayscale: #8D8D8D. Windows color (decimal): -888559 or 1143282. OLE color: 1143282.
HSL color Cylindrical-coordinate representation of color #F27111: hue angle of 25.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F27111 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.05 |
| HSL | 25.6º | 0.9% | 0.51% | - |
| HSV(B) | 25.6º | 0.93% | 0.95% | - |
| XYZ | 42.62 | 30.73 | 4.21 | - |
| YUV | 140.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 17 | 0 | 0.53 | 0.93 | 0.05 | 25.6 | 0.9 | 0.51 |
| Hex | F2 | 71 | 11 | 0 | 35 | 5D | 5 | 1A | 5A | 33 |
| Octal | 362 | 161 | 21 | 0 | 65 | 135 | 5 | 32 | 132 | 63 |
| Binary | 11110010 | 1110001 | 10001 | 0 | 110101 | 1011101 | 101 | 11010 | 1011010 | 110011 |
Color Harmonies of #F27111
Complementary color
Monochromatic Colors of #F27111
Black with #F27111
Text Example
Text Example
White with #F27111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27111; }
p { color: rgb(242,113,17); }
H1.HeaderClassName
{
color: #F27111;
}
.AnyTagClassName
{
color: #F27111;
}
</style>
background-color css
<style>
a { background-color: #F27111; }
a { background-color: rgb(242,113,17); }
div.DivClassName
{
background-color: #F27111;
}
.BgClassName
{
background-color: #F27111;
}
</style>
border-color css
<style>
span { border-color: #F27111; }
span { border-color: rgb(242,113,17); }
td.TdClassName
{
border-color: #F27111;
}
.TagClassName
{
border-color: #F27111;
}
</style>