Shades of Pumpkin #F2641C
Tints of Pumpkin #F2641C
RGB
CMYK
RGB Variations
Color information
#F2641C (or 0xF2641C) is known color: Pumpkin. HEX triplet: F2, 64 and 1C. RGB value is (242,100,28). Sum of RGB (Red+Green+Blue) = 242+100+28=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641C is #0D9BE3. Grayscale: #868686. Windows color (decimal): -891876 or 1860850. OLE color: 1860850.
HSL color Cylindrical-coordinate representation of color #F2641C: hue angle of 20.19º 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 #F2641C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 20.19º | 0.89% | 0.53% | - |
| HSV(B) | 20.19º | 0.88% | 0.95% | - |
| XYZ | 41.38 | 28.08 | 4.34 | - |
| YUV | 134.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 28 | 0 | 0.59 | 0.88 | 0.05 | 20.19 | 0.89 | 0.53 |
| Hex | F2 | 64 | 1C | 0 | 3B | 58 | 5 | 14 | 59 | 35 |
| Octal | 362 | 144 | 34 | 0 | 73 | 130 | 5 | 24 | 131 | 65 |
| Binary | 11110010 | 1100100 | 11100 | 0 | 111011 | 1011000 | 101 | 10100 | 1011001 | 110101 |
Color Harmonies of #F2641C
Complementary color
Monochromatic Colors of #F2641C
Black with #F2641C
Text Example
Text Example
White with #F2641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2641C; }
p { color: rgb(242,100,28); }
H1.HeaderClassName
{
color: #F2641C;
}
.AnyTagClassName
{
color: #F2641C;
}
</style>
background-color css
<style>
a { background-color: #F2641C; }
a { background-color: rgb(242,100,28); }
div.DivClassName
{
background-color: #F2641C;
}
.BgClassName
{
background-color: #F2641C;
}
</style>
border-color css
<style>
span { border-color: #F2641C; }
span { border-color: rgb(242,100,28); }
td.TdClassName
{
border-color: #F2641C;
}
.TagClassName
{
border-color: #F2641C;
}
</style>