Shades of Pumpkin #FF7F20
Tints of Pumpkin #FF7F20
RGB
CMYK
RGB Variations
Color information
#FF7F20 (or 0xFF7F20) is known color: Pumpkin. HEX triplet: FF, 7F and 20. RGB value is (255,127,32). Sum of RGB (Red+Green+Blue) = 255+127+32=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F20 is #0080DF. Grayscale: #9A9A9A. Windows color (decimal): -32992 or 2129919. OLE color: 2129919.
HSL color Cylindrical-coordinate representation of color #FF7F20: hue angle of 25.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7F20 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 32 | - |
| CMYK | 0 | 0.50 | 0.87 | 0 |
| HSL | 25.56º | 1% | 0.56% | - |
| HSV(B) | 25.56º | 0.87% | 1% | - |
| XYZ | 49.09 | 36.54 | 5.83 | - |
| YUV | 154.44 | 58.91 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 32 | 0 | 0.50 | 0.87 | 0 | 25.56 | 1 | 0.56 |
| Hex | FF | 7F | 20 | 0 | 32 | 57 | 0 | 1A | 64 | 38 |
| Octal | 377 | 177 | 40 | 0 | 62 | 127 | 0 | 32 | 144 | 70 |
| Binary | 11111111 | 1111111 | 100000 | 0 | 110010 | 1010111 | 0 | 11010 | 1100100 | 111000 |
Color Harmonies of #FF7F20
Complementary color
Monochromatic Colors of #FF7F20
Black with #FF7F20
Text Example
Text Example
White with #FF7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F20; }
p { color: rgb(255,127,32); }
H1.HeaderClassName
{
color: #FF7F20;
}
.AnyTagClassName
{
color: #FF7F20;
}
</style>
background-color css
<style>
a { background-color: #FF7F20; }
a { background-color: rgb(255,127,32); }
div.DivClassName
{
background-color: #FF7F20;
}
.BgClassName
{
background-color: #FF7F20;
}
</style>
border-color css
<style>
span { border-color: #FF7F20; }
span { border-color: rgb(255,127,32); }
td.TdClassName
{
border-color: #FF7F20;
}
.TagClassName
{
border-color: #FF7F20;
}
</style>