Shades of Pumpkin #F26314
Tints of Pumpkin #F26314
RGB
CMYK
RGB Variations
Color information
#F26314 (or 0xF26314) is known color: Pumpkin. HEX triplet: F2, 63 and 14. RGB value is (242,99,20). Sum of RGB (Red+Green+Blue) = 242+99+20=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F26314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26314 is #0D9CEB. Grayscale: #858585. Windows color (decimal): -892140 or 1336306. OLE color: 1336306.
HSL color Cylindrical-coordinate representation of color #F26314: hue angle of 21.35º 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 #F26314 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.35º | 0.9% | 0.51% | - |
| HSV(B) | 21.35º | 0.92% | 0.95% | - |
| XYZ | 41.21 | 27.85 | 3.87 | - |
| YUV | 132.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 20 | 0 | 0.59 | 0.92 | 0.05 | 21.35 | 0.9 | 0.51 |
| Hex | F2 | 63 | 14 | 0 | 3B | 5C | 5 | 15 | 5A | 33 |
| Octal | 362 | 143 | 24 | 0 | 73 | 134 | 5 | 25 | 132 | 63 |
| Binary | 11110010 | 1100011 | 10100 | 0 | 111011 | 1011100 | 101 | 10101 | 1011010 | 110011 |
Color Harmonies of #F26314
Complementary color
Monochromatic Colors of #F26314
Black with #F26314
Text Example
Text Example
White with #F26314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26314; }
p { color: rgb(242,99,20); }
H1.HeaderClassName
{
color: #F26314;
}
.AnyTagClassName
{
color: #F26314;
}
</style>
background-color css
<style>
a { background-color: #F26314; }
a { background-color: rgb(242,99,20); }
div.DivClassName
{
background-color: #F26314;
}
.BgClassName
{
background-color: #F26314;
}
</style>
border-color css
<style>
span { border-color: #F26314; }
span { border-color: rgb(242,99,20); }
td.TdClassName
{
border-color: #F26314;
}
.TagClassName
{
border-color: #F26314;
}
</style>