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