Shades of Pumpkin #F2661E
Tints of Pumpkin #F2661E
RGB
CMYK
RGB Variations
Color information
#F2661E (or 0xF2661E) is known color: Pumpkin. HEX triplet: F2, 66 and 1E. RGB value is (242,102,30). Sum of RGB (Red+Green+Blue) = 242+102+30=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2661E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2661E is #0D99E1. Grayscale: #888888. Windows color (decimal): -891362 or 1992434. OLE color: 1992434.
HSL color Cylindrical-coordinate representation of color #F2661E: hue angle of 20.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2661E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 30 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.05 |
| HSL | 20.38º | 0.89% | 0.53% | - |
| HSV(B) | 20.38º | 0.88% | 0.95% | - |
| XYZ | 41.6 | 28.47 | 4.53 | - |
| YUV | 135.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 30 | 0 | 0.58 | 0.88 | 0.05 | 20.38 | 0.89 | 0.53 |
| Hex | F2 | 66 | 1E | 0 | 3A | 58 | 5 | 14 | 59 | 35 |
| Octal | 362 | 146 | 36 | 0 | 72 | 130 | 5 | 24 | 131 | 65 |
| Binary | 11110010 | 1100110 | 11110 | 0 | 111010 | 1011000 | 101 | 10100 | 1011001 | 110101 |
Color Harmonies of #F2661E
Complementary color
Monochromatic Colors of #F2661E
Black with #F2661E
Text Example
Text Example
White with #F2661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2661E; }
p { color: rgb(242,102,30); }
H1.HeaderClassName
{
color: #F2661E;
}
.AnyTagClassName
{
color: #F2661E;
}
</style>
background-color css
<style>
a { background-color: #F2661E; }
a { background-color: rgb(242,102,30); }
div.DivClassName
{
background-color: #F2661E;
}
.BgClassName
{
background-color: #F2661E;
}
</style>
border-color css
<style>
span { border-color: #F2661E; }
span { border-color: rgb(242,102,30); }
td.TdClassName
{
border-color: #F2661E;
}
.TagClassName
{
border-color: #F2661E;
}
</style>