Shades of Pumpkin #F26D14
Tints of Pumpkin #F26D14
RGB
CMYK
RGB Variations
Color information
#F26D14 (or 0xF26D14) is known color: Pumpkin. HEX triplet: F2, 6D and 14. RGB value is (242,109,20). Sum of RGB (Red+Green+Blue) = 242+109+20=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D14 is #0D92EB. Grayscale: #8B8B8B. Windows color (decimal): -889580 or 1338866. OLE color: 1338866.
HSL color Cylindrical-coordinate representation of color #F26D14: hue angle of 24.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F26D14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.05 |
| HSL | 24.05º | 0.9% | 0.51% | - |
| HSV(B) | 24.05º | 0.92% | 0.95% | - |
| XYZ | 42.21 | 29.87 | 4.2 | - |
| YUV | 138.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 20 | 0 | 0.55 | 0.92 | 0.05 | 24.05 | 0.9 | 0.51 |
| Hex | F2 | 6D | 14 | 0 | 37 | 5C | 5 | 18 | 5A | 33 |
| Octal | 362 | 155 | 24 | 0 | 67 | 134 | 5 | 30 | 132 | 63 |
| Binary | 11110010 | 1101101 | 10100 | 0 | 110111 | 1011100 | 101 | 11000 | 1011010 | 110011 |
Color Harmonies of #F26D14
Complementary color
Monochromatic Colors of #F26D14
Black with #F26D14
Text Example
Text Example
White with #F26D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D14; }
p { color: rgb(242,109,20); }
H1.HeaderClassName
{
color: #F26D14;
}
.AnyTagClassName
{
color: #F26D14;
}
</style>
background-color css
<style>
a { background-color: #F26D14; }
a { background-color: rgb(242,109,20); }
div.DivClassName
{
background-color: #F26D14;
}
.BgClassName
{
background-color: #F26D14;
}
</style>
border-color css
<style>
span { border-color: #F26D14; }
span { border-color: rgb(242,109,20); }
td.TdClassName
{
border-color: #F26D14;
}
.TagClassName
{
border-color: #F26D14;
}
</style>