Shades of Pumpkin #F27818
Tints of Pumpkin #F27818
RGB
CMYK
RGB Variations
Color information
#F27818 (or 0xF27818) is known color: Pumpkin. HEX triplet: F2, 78 and 18. RGB value is (242,120,24). Sum of RGB (Red+Green+Blue) = 242+120+24=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F27818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27818 is #0D87E7. Grayscale: #929292. Windows color (decimal): -886760 or 1603826. OLE color: 1603826.
HSL color Cylindrical-coordinate representation of color #F27818: hue angle of 26.42º 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 #F27818 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 24 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.05 |
| HSL | 26.42º | 0.89% | 0.52% | - |
| HSV(B) | 26.42º | 0.9% | 0.95% | - |
| XYZ | 43.5 | 32.38 | 4.82 | - |
| YUV | 145.53 | 59.42 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 24 | 0 | 0.50 | 0.90 | 0.05 | 26.42 | 0.89 | 0.52 |
| Hex | F2 | 78 | 18 | 0 | 32 | 5A | 5 | 1A | 59 | 34 |
| Octal | 362 | 170 | 30 | 0 | 62 | 132 | 5 | 32 | 131 | 64 |
| Binary | 11110010 | 1111000 | 11000 | 0 | 110010 | 1011010 | 101 | 11010 | 1011001 | 110100 |
Color Harmonies of #F27818
Complementary color
Monochromatic Colors of #F27818
Black with #F27818
Text Example
Text Example
White with #F27818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27818; }
p { color: rgb(242,120,24); }
H1.HeaderClassName
{
color: #F27818;
}
.AnyTagClassName
{
color: #F27818;
}
</style>
background-color css
<style>
a { background-color: #F27818; }
a { background-color: rgb(242,120,24); }
div.DivClassName
{
background-color: #F27818;
}
.BgClassName
{
background-color: #F27818;
}
</style>
border-color css
<style>
span { border-color: #F27818; }
span { border-color: rgb(242,120,24); }
td.TdClassName
{
border-color: #F27818;
}
.TagClassName
{
border-color: #F27818;
}
</style>