Shades of Pumpkin #F26614
Tints of Pumpkin #F26614
RGB
CMYK
RGB Variations
Color information
#F26614 (or 0xF26614) is known color: Pumpkin. HEX triplet: F2, 66 and 14. RGB value is (242,102,20). Sum of RGB (Red+Green+Blue) = 242+102+20=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F26614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26614 is #0D99EB. Grayscale: #868686. Windows color (decimal): -891372 or 1337074. OLE color: 1337074.
HSL color Cylindrical-coordinate representation of color #F26614: hue angle of 22.16º 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 #F26614 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 20 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.05 |
| HSL | 22.16º | 0.9% | 0.51% | - |
| HSV(B) | 22.16º | 0.92% | 0.95% | - |
| XYZ | 41.5 | 28.43 | 3.96 | - |
| YUV | 134.51 | 63.38 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 20 | 0 | 0.58 | 0.92 | 0.05 | 22.16 | 0.9 | 0.51 |
| Hex | F2 | 66 | 14 | 0 | 3A | 5C | 5 | 16 | 5A | 33 |
| Octal | 362 | 146 | 24 | 0 | 72 | 134 | 5 | 26 | 132 | 63 |
| Binary | 11110010 | 1100110 | 10100 | 0 | 111010 | 1011100 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F26614
Complementary color
Monochromatic Colors of #F26614
Black with #F26614
Text Example
Text Example
White with #F26614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26614; }
p { color: rgb(242,102,20); }
H1.HeaderClassName
{
color: #F26614;
}
.AnyTagClassName
{
color: #F26614;
}
</style>
background-color css
<style>
a { background-color: #F26614; }
a { background-color: rgb(242,102,20); }
div.DivClassName
{
background-color: #F26614;
}
.BgClassName
{
background-color: #F26614;
}
</style>
border-color css
<style>
span { border-color: #F26614; }
span { border-color: rgb(242,102,20); }
td.TdClassName
{
border-color: #F26614;
}
.TagClassName
{
border-color: #F26614;
}
</style>