Shades of Pumpkin #F2761D
Tints of Pumpkin #F2761D
RGB
CMYK
RGB Variations
Color information
#F2761D (or 0xF2761D) is known color: Pumpkin. HEX triplet: F2, 76 and 1D. RGB value is (242,118,29). Sum of RGB (Red+Green+Blue) = 242+118+29=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2761D is #0D89E2. Grayscale: #919191. Windows color (decimal): -887267 or 1930994. OLE color: 1930994.
HSL color Cylindrical-coordinate representation of color #F2761D: hue angle of 25.07º 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 #F2761D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.05 |
| HSL | 25.07º | 0.89% | 0.53% | - |
| HSV(B) | 25.07º | 0.88% | 0.95% | - |
| XYZ | 43.32 | 31.92 | 5.04 | - |
| YUV | 144.93 | 62.58 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 29 | 0 | 0.51 | 0.88 | 0.05 | 25.07 | 0.89 | 0.53 |
| Hex | F2 | 76 | 1D | 0 | 33 | 58 | 5 | 19 | 59 | 35 |
| Octal | 362 | 166 | 35 | 0 | 63 | 130 | 5 | 31 | 131 | 65 |
| Binary | 11110010 | 1110110 | 11101 | 0 | 110011 | 1011000 | 101 | 11001 | 1011001 | 110101 |
Color Harmonies of #F2761D
Complementary color
Monochromatic Colors of #F2761D
Black with #F2761D
Text Example
Text Example
White with #F2761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2761D; }
p { color: rgb(242,118,29); }
H1.HeaderClassName
{
color: #F2761D;
}
.AnyTagClassName
{
color: #F2761D;
}
</style>
background-color css
<style>
a { background-color: #F2761D; }
a { background-color: rgb(242,118,29); }
div.DivClassName
{
background-color: #F2761D;
}
.BgClassName
{
background-color: #F2761D;
}
</style>
border-color css
<style>
span { border-color: #F2761D; }
span { border-color: rgb(242,118,29); }
td.TdClassName
{
border-color: #F2761D;
}
.TagClassName
{
border-color: #F2761D;
}
</style>