Shades of Pumpkin #F27311
Tints of Pumpkin #F27311
RGB
CMYK
RGB Variations
Color information
#F27311 (or 0xF27311) is known color: Pumpkin. HEX triplet: F2, 73 and 11. RGB value is (242,115,17). Sum of RGB (Red+Green+Blue) = 242+115+17=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F27311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27311 is #0D8CEE. Grayscale: #8E8E8E. Windows color (decimal): -888047 or 1143794. OLE color: 1143794.
HSL color Cylindrical-coordinate representation of color #F27311: hue angle of 26.13º 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 #F27311 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.13º | 0.9% | 0.51% | - |
| HSV(B) | 26.13º | 0.93% | 0.95% | - |
| XYZ | 42.85 | 31.18 | 4.29 | - |
| YUV | 141.8 | 57.58 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 17 | 0 | 0.52 | 0.93 | 0.05 | 26.13 | 0.9 | 0.51 |
| Hex | F2 | 73 | 11 | 0 | 34 | 5D | 5 | 1A | 5A | 33 |
| Octal | 362 | 163 | 21 | 0 | 64 | 135 | 5 | 32 | 132 | 63 |
| Binary | 11110010 | 1110011 | 10001 | 0 | 110100 | 1011101 | 101 | 11010 | 1011010 | 110011 |
Color Harmonies of #F27311
Complementary color
Monochromatic Colors of #F27311
Black with #F27311
Text Example
Text Example
White with #F27311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27311; }
p { color: rgb(242,115,17); }
H1.HeaderClassName
{
color: #F27311;
}
.AnyTagClassName
{
color: #F27311;
}
</style>
background-color css
<style>
a { background-color: #F27311; }
a { background-color: rgb(242,115,17); }
div.DivClassName
{
background-color: #F27311;
}
.BgClassName
{
background-color: #F27311;
}
</style>
border-color css
<style>
span { border-color: #F27311; }
span { border-color: rgb(242,115,17); }
td.TdClassName
{
border-color: #F27311;
}
.TagClassName
{
border-color: #F27311;
}
</style>