Shades of Pumpkin #F2771C
Tints of Pumpkin #F2771C
RGB
CMYK
RGB Variations
Color information
#F2771C (or 0xF2771C) is known color: Pumpkin. HEX triplet: F2, 77 and 1C. RGB value is (242,119,28). Sum of RGB (Red+Green+Blue) = 242+119+28=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2771C is #0D88E3. Grayscale: #919191. Windows color (decimal): -887012 or 1865714. OLE color: 1865714.
HSL color Cylindrical-coordinate representation of color #F2771C: hue angle of 25.51º 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 #F2771C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.05 |
| HSL | 25.51º | 0.89% | 0.53% | - |
| HSV(B) | 25.51º | 0.88% | 0.95% | - |
| XYZ | 43.42 | 32.15 | 5.02 | - |
| YUV | 145.4 | 61.75 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 28 | 0 | 0.51 | 0.88 | 0.05 | 25.51 | 0.89 | 0.53 |
| Hex | F2 | 77 | 1C | 0 | 33 | 58 | 5 | 1A | 59 | 35 |
| Octal | 362 | 167 | 34 | 0 | 63 | 130 | 5 | 32 | 131 | 65 |
| Binary | 11110010 | 1110111 | 11100 | 0 | 110011 | 1011000 | 101 | 11010 | 1011001 | 110101 |
Color Harmonies of #F2771C
Complementary color
Monochromatic Colors of #F2771C
Black with #F2771C
Text Example
Text Example
White with #F2771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2771C; }
p { color: rgb(242,119,28); }
H1.HeaderClassName
{
color: #F2771C;
}
.AnyTagClassName
{
color: #F2771C;
}
</style>
background-color css
<style>
a { background-color: #F2771C; }
a { background-color: rgb(242,119,28); }
div.DivClassName
{
background-color: #F2771C;
}
.BgClassName
{
background-color: #F2771C;
}
</style>
border-color css
<style>
span { border-color: #F2771C; }
span { border-color: rgb(242,119,28); }
td.TdClassName
{
border-color: #F2771C;
}
.TagClassName
{
border-color: #F2771C;
}
</style>