Shades of Pumpkin #FF7F1C
Tints of Pumpkin #FF7F1C
RGB
CMYK
RGB Variations
Color information
#FF7F1C (or 0xFF7F1C) is known color: Pumpkin. HEX triplet: FF, 7F and 1C. RGB value is (255,127,28). Sum of RGB (Red+Green+Blue) = 255+127+28=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F1C is #0080E3. Grayscale: #9A9A9A. Windows color (decimal): -32996 or 1867775. OLE color: 1867775.
HSL color Cylindrical-coordinate representation of color #FF7F1C: hue angle of 26.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF7F1C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 28 | - |
| CMYK | 0 | 0.50 | 0.89 | 0 |
| HSL | 26.17º | 1% | 0.55% | - |
| HSV(B) | 26.17º | 0.89% | 1% | - |
| XYZ | 49.04 | 36.52 | 5.56 | - |
| YUV | 153.99 | 56.91 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 28 | 0 | 0.50 | 0.89 | 0 | 26.17 | 1 | 0.55 |
| Hex | FF | 7F | 1C | 0 | 32 | 59 | 0 | 1A | 64 | 37 |
| Octal | 377 | 177 | 34 | 0 | 62 | 131 | 0 | 32 | 144 | 67 |
| Binary | 11111111 | 1111111 | 11100 | 0 | 110010 | 1011001 | 0 | 11010 | 1100100 | 110111 |
Color Harmonies of #FF7F1C
Complementary color
Monochromatic Colors of #FF7F1C
Black with #FF7F1C
Text Example
Text Example
White with #FF7F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F1C; }
p { color: rgb(255,127,28); }
H1.HeaderClassName
{
color: #FF7F1C;
}
.AnyTagClassName
{
color: #FF7F1C;
}
</style>
background-color css
<style>
a { background-color: #FF7F1C; }
a { background-color: rgb(255,127,28); }
div.DivClassName
{
background-color: #FF7F1C;
}
.BgClassName
{
background-color: #FF7F1C;
}
</style>
border-color css
<style>
span { border-color: #FF7F1C; }
span { border-color: rgb(255,127,28); }
td.TdClassName
{
border-color: #FF7F1C;
}
.TagClassName
{
border-color: #FF7F1C;
}
</style>