Shades of Pumpkin #F2771B
Tints of Pumpkin #F2771B
RGB
CMYK
RGB Variations
Color information
#F2771B (or 0xF2771B) is known color: Pumpkin. HEX triplet: F2, 77 and 1B. RGB value is (242,119,27). Sum of RGB (Red+Green+Blue) = 242+119+27=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2771B is #0D88E4. Grayscale: #919191. Windows color (decimal): -887013 or 1800178. OLE color: 1800178.
HSL color Cylindrical-coordinate representation of color #F2771B: hue angle of 25.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2771B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.05 |
| HSL | 25.67º | 0.89% | 0.53% | - |
| HSV(B) | 25.67º | 0.89% | 0.95% | - |
| XYZ | 43.41 | 32.15 | 4.95 | - |
| YUV | 145.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 27 | 0 | 0.51 | 0.89 | 0.05 | 25.67 | 0.89 | 0.53 |
| Hex | F2 | 77 | 1B | 0 | 33 | 59 | 5 | 1A | 59 | 35 |
| Octal | 362 | 167 | 33 | 0 | 63 | 131 | 5 | 32 | 131 | 65 |
| Binary | 11110010 | 1110111 | 11011 | 0 | 110011 | 1011001 | 101 | 11010 | 1011001 | 110101 |
Color Harmonies of #F2771B
Complementary color
Monochromatic Colors of #F2771B
Black with #F2771B
Text Example
Text Example
White with #F2771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2771B; }
p { color: rgb(242,119,27); }
H1.HeaderClassName
{
color: #F2771B;
}
.AnyTagClassName
{
color: #F2771B;
}
</style>
background-color css
<style>
a { background-color: #F2771B; }
a { background-color: rgb(242,119,27); }
div.DivClassName
{
background-color: #F2771B;
}
.BgClassName
{
background-color: #F2771B;
}
</style>
border-color css
<style>
span { border-color: #F2771B; }
span { border-color: rgb(242,119,27); }
td.TdClassName
{
border-color: #F2771B;
}
.TagClassName
{
border-color: #F2771B;
}
</style>