Shades of Pumpkin #F2771D
Tints of Pumpkin #F2771D
RGB
CMYK
RGB Variations
Color information
#F2771D (or 0xF2771D) is known color: Pumpkin. HEX triplet: F2, 77 and 1D. RGB value is (242,119,29). Sum of RGB (Red+Green+Blue) = 242+119+29=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2771D is #0D88E2. Grayscale: #929292. Windows color (decimal): -887011 or 1931250. OLE color: 1931250.
HSL color Cylindrical-coordinate representation of color #F2771D: hue angle of 25.35º 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 #F2771D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.05 |
| HSL | 25.35º | 0.89% | 0.53% | - |
| HSV(B) | 25.35º | 0.88% | 0.95% | - |
| XYZ | 43.44 | 32.16 | 5.08 | - |
| YUV | 145.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 29 | 0 | 0.51 | 0.88 | 0.05 | 25.35 | 0.89 | 0.53 |
| Hex | F2 | 77 | 1D | 0 | 33 | 58 | 5 | 19 | 59 | 35 |
| Octal | 362 | 167 | 35 | 0 | 63 | 130 | 5 | 31 | 131 | 65 |
| Binary | 11110010 | 1110111 | 11101 | 0 | 110011 | 1011000 | 101 | 11001 | 1011001 | 110101 |
Color Harmonies of #F2771D
Complementary color
Monochromatic Colors of #F2771D
Black with #F2771D
Text Example
Text Example
White with #F2771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2771D; }
p { color: rgb(242,119,29); }
H1.HeaderClassName
{
color: #F2771D;
}
.AnyTagClassName
{
color: #F2771D;
}
</style>
background-color css
<style>
a { background-color: #F2771D; }
a { background-color: rgb(242,119,29); }
div.DivClassName
{
background-color: #F2771D;
}
.BgClassName
{
background-color: #F2771D;
}
</style>
border-color css
<style>
span { border-color: #F2771D; }
span { border-color: rgb(242,119,29); }
td.TdClassName
{
border-color: #F2771D;
}
.TagClassName
{
border-color: #F2771D;
}
</style>