Shades of Pumpkin #F1771D
Tints of Pumpkin #F1771D
RGB
CMYK
RGB Variations
Color information
#F1771D (or 0xF1771D) is known color: Pumpkin. HEX triplet: F1, 77 and 1D. RGB value is (241,119,29). Sum of RGB (Red+Green+Blue) = 241+119+29=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1771D is #0E88E2. Grayscale: #919191. Windows color (decimal): -952547 or 1931249. OLE color: 1931249.
HSL color Cylindrical-coordinate representation of color #F1771D: hue angle of 25.47º degrees, saturation: 0.88, 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 #F1771D is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 29 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.05 |
| HSL | 25.47º | 0.88% | 0.53% | - |
| HSV(B) | 25.47º | 0.88% | 0.95% | - |
| XYZ | 43.09 | 31.98 | 5.06 | - |
| YUV | 145.22 | 62.42 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 29 | 0 | 0.51 | 0.88 | 0.05 | 25.47 | 0.88 | 0.53 |
| Hex | F1 | 77 | 1D | 0 | 33 | 58 | 5 | 19 | 58 | 35 |
| Octal | 361 | 167 | 35 | 0 | 63 | 130 | 5 | 31 | 130 | 65 |
| Binary | 11110001 | 1110111 | 11101 | 0 | 110011 | 1011000 | 101 | 11001 | 1011000 | 110101 |
Color Harmonies of #F1771D
Complementary color
Monochromatic Colors of #F1771D
Black with #F1771D
Text Example
Text Example
White with #F1771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1771D; }
p { color: rgb(241,119,29); }
H1.HeaderClassName
{
color: #F1771D;
}
.AnyTagClassName
{
color: #F1771D;
}
</style>
background-color css
<style>
a { background-color: #F1771D; }
a { background-color: rgb(241,119,29); }
div.DivClassName
{
background-color: #F1771D;
}
.BgClassName
{
background-color: #F1771D;
}
</style>
border-color css
<style>
span { border-color: #F1771D; }
span { border-color: rgb(241,119,29); }
td.TdClassName
{
border-color: #F1771D;
}
.TagClassName
{
border-color: #F1771D;
}
</style>