Shades of Pumpkin #F2801C
Tints of Pumpkin #F2801C
RGB
CMYK
RGB Variations
Color information
#F2801C (or 0xF2801C) is known color: Pumpkin. HEX triplet: F2, 80 and 1C. RGB value is (242,128,28). Sum of RGB (Red+Green+Blue) = 242+128+28=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2801C is #0D7FE3. Grayscale: #979797. Windows color (decimal): -884708 or 1868018. OLE color: 1868018.
HSL color Cylindrical-coordinate representation of color #F2801C: hue angle of 28.04º 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 #F2801C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.05 |
| HSL | 28.04º | 0.89% | 0.53% | - |
| HSV(B) | 28.04º | 0.88% | 0.95% | - |
| XYZ | 44.55 | 34.4 | 5.39 | - |
| YUV | 150.69 | 58.77 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 28 | 0 | 0.47 | 0.88 | 0.05 | 28.04 | 0.89 | 0.53 |
| Hex | F2 | 80 | 1C | 0 | 2F | 58 | 5 | 1C | 59 | 35 |
| Octal | 362 | 200 | 34 | 0 | 57 | 130 | 5 | 34 | 131 | 65 |
| Binary | 11110010 | 10000000 | 11100 | 0 | 101111 | 1011000 | 101 | 11100 | 1011001 | 110101 |
Color Harmonies of #F2801C
Complementary color
Monochromatic Colors of #F2801C
Black with #F2801C
Text Example
Text Example
White with #F2801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2801C; }
p { color: rgb(242,128,28); }
H1.HeaderClassName
{
color: #F2801C;
}
.AnyTagClassName
{
color: #F2801C;
}
</style>
background-color css
<style>
a { background-color: #F2801C; }
a { background-color: rgb(242,128,28); }
div.DivClassName
{
background-color: #F2801C;
}
.BgClassName
{
background-color: #F2801C;
}
</style>
border-color css
<style>
span { border-color: #F2801C; }
span { border-color: rgb(242,128,28); }
td.TdClassName
{
border-color: #F2801C;
}
.TagClassName
{
border-color: #F2801C;
}
</style>