Shades of Pumpkin #F2641A
Tints of Pumpkin #F2641A
RGB
CMYK
RGB Variations
Color information
#F2641A (or 0xF2641A) is known color: Pumpkin. HEX triplet: F2, 64 and 1A. RGB value is (242,100,26). Sum of RGB (Red+Green+Blue) = 242+100+26=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641A is #0D9BE5. Grayscale: #868686. Windows color (decimal): -891878 or 1729778. OLE color: 1729778.
HSL color Cylindrical-coordinate representation of color #F2641A: hue angle of 20.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2641A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.05 |
| HSL | 20.56º | 0.89% | 0.53% | - |
| HSV(B) | 20.56º | 0.89% | 0.95% | - |
| XYZ | 41.36 | 28.07 | 4.21 | - |
| YUV | 134.02 | 67.04 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 26 | 0 | 0.59 | 0.89 | 0.05 | 20.56 | 0.89 | 0.53 |
| Hex | F2 | 64 | 1A | 0 | 3B | 59 | 5 | 15 | 59 | 35 |
| Octal | 362 | 144 | 32 | 0 | 73 | 131 | 5 | 25 | 131 | 65 |
| Binary | 11110010 | 1100100 | 11010 | 0 | 111011 | 1011001 | 101 | 10101 | 1011001 | 110101 |
Color Harmonies of #F2641A
Complementary color
Monochromatic Colors of #F2641A
Black with #F2641A
Text Example
Text Example
White with #F2641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2641A; }
p { color: rgb(242,100,26); }
H1.HeaderClassName
{
color: #F2641A;
}
.AnyTagClassName
{
color: #F2641A;
}
</style>
background-color css
<style>
a { background-color: #F2641A; }
a { background-color: rgb(242,100,26); }
div.DivClassName
{
background-color: #F2641A;
}
.BgClassName
{
background-color: #F2641A;
}
</style>
border-color css
<style>
span { border-color: #F2641A; }
span { border-color: rgb(242,100,26); }
td.TdClassName
{
border-color: #F2641A;
}
.TagClassName
{
border-color: #F2641A;
}
</style>