Shades of Pumpkin #F26D18
Tints of Pumpkin #F26D18
RGB
CMYK
RGB Variations
Color information
#F26D18 (or 0xF26D18) is known color: Pumpkin. HEX triplet: F2, 6D and 18. RGB value is (242,109,24). Sum of RGB (Red+Green+Blue) = 242+109+24=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D18 is #0D92E7. Grayscale: #8B8B8B. Windows color (decimal): -889576 or 1601010. OLE color: 1601010.
HSL color Cylindrical-coordinate representation of color #F26D18: hue angle of 23.39º 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 #F26D18 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 24 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.05 |
| HSL | 23.39º | 0.89% | 0.52% | - |
| HSV(B) | 23.39º | 0.9% | 0.95% | - |
| XYZ | 42.25 | 29.88 | 4.4 | - |
| YUV | 139.08 | 63.06 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 24 | 0 | 0.55 | 0.90 | 0.05 | 23.39 | 0.89 | 0.52 |
| Hex | F2 | 6D | 18 | 0 | 37 | 5A | 5 | 17 | 59 | 34 |
| Octal | 362 | 155 | 30 | 0 | 67 | 132 | 5 | 27 | 131 | 64 |
| Binary | 11110010 | 1101101 | 11000 | 0 | 110111 | 1011010 | 101 | 10111 | 1011001 | 110100 |
Color Harmonies of #F26D18
Complementary color
Monochromatic Colors of #F26D18
Black with #F26D18
Text Example
Text Example
White with #F26D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D18; }
p { color: rgb(242,109,24); }
H1.HeaderClassName
{
color: #F26D18;
}
.AnyTagClassName
{
color: #F26D18;
}
</style>
background-color css
<style>
a { background-color: #F26D18; }
a { background-color: rgb(242,109,24); }
div.DivClassName
{
background-color: #F26D18;
}
.BgClassName
{
background-color: #F26D18;
}
</style>
border-color css
<style>
span { border-color: #F26D18; }
span { border-color: rgb(242,109,24); }
td.TdClassName
{
border-color: #F26D18;
}
.TagClassName
{
border-color: #F26D18;
}
</style>