Shades of Pumpkin #F27218
Tints of Pumpkin #F27218
RGB
CMYK
RGB Variations
Color information
#F27218 (or 0xF27218) is known color: Pumpkin. HEX triplet: F2, 72 and 18. RGB value is (242,114,24). Sum of RGB (Red+Green+Blue) = 242+114+24=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F27218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27218 is #0D8DE7. Grayscale: #8E8E8E. Windows color (decimal): -888296 or 1602290. OLE color: 1602290.
HSL color Cylindrical-coordinate representation of color #F27218: hue angle of 24.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F27218 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.05 |
| HSL | 24.77º | 0.89% | 0.52% | - |
| HSV(B) | 24.77º | 0.9% | 0.95% | - |
| XYZ | 42.8 | 30.98 | 4.59 | - |
| YUV | 142.01 | 61.41 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 24 | 0 | 0.53 | 0.90 | 0.05 | 24.77 | 0.89 | 0.52 |
| Hex | F2 | 72 | 18 | 0 | 35 | 5A | 5 | 19 | 59 | 34 |
| Octal | 362 | 162 | 30 | 0 | 65 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110010 | 11000 | 0 | 110101 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27218
Complementary color
Monochromatic Colors of #F27218
Black with #F27218
Text Example
Text Example
White with #F27218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27218; }
p { color: rgb(242,114,24); }
H1.HeaderClassName
{
color: #F27218;
}
.AnyTagClassName
{
color: #F27218;
}
</style>
background-color css
<style>
a { background-color: #F27218; }
a { background-color: rgb(242,114,24); }
div.DivClassName
{
background-color: #F27218;
}
.BgClassName
{
background-color: #F27218;
}
</style>
border-color css
<style>
span { border-color: #F27218; }
span { border-color: rgb(242,114,24); }
td.TdClassName
{
border-color: #F27218;
}
.TagClassName
{
border-color: #F27218;
}
</style>