Shades of Pumpkin #FF7A1C
Tints of Pumpkin #FF7A1C
RGB
CMYK
RGB Variations
Color information
#FF7A1C (or 0xFF7A1C) is known color: Pumpkin. HEX triplet: FF, 7A and 1C. RGB value is (255,122,28). Sum of RGB (Red+Green+Blue) = 255+122+28=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A1C is #0085E3. Grayscale: #979797. Windows color (decimal): -34276 or 1866495. OLE color: 1866495.
HSL color Cylindrical-coordinate representation of color #FF7A1C: hue angle of 24.85º 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 #FF7A1C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0 |
| HSL | 24.85º | 1% | 0.55% | - |
| HSV(B) | 24.85º | 0.89% | 1% | - |
| XYZ | 48.41 | 35.26 | 5.35 | - |
| YUV | 151.05 | 58.56 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 28 | 0 | 0.52 | 0.89 | 0 | 24.85 | 1 | 0.55 |
| Hex | FF | 7A | 1C | 0 | 34 | 59 | 0 | 19 | 64 | 37 |
| Octal | 377 | 172 | 34 | 0 | 64 | 131 | 0 | 31 | 144 | 67 |
| Binary | 11111111 | 1111010 | 11100 | 0 | 110100 | 1011001 | 0 | 11001 | 1100100 | 110111 |
Color Harmonies of #FF7A1C
Complementary color
Monochromatic Colors of #FF7A1C
Black with #FF7A1C
Text Example
Text Example
White with #FF7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A1C; }
p { color: rgb(255,122,28); }
H1.HeaderClassName
{
color: #FF7A1C;
}
.AnyTagClassName
{
color: #FF7A1C;
}
</style>
background-color css
<style>
a { background-color: #FF7A1C; }
a { background-color: rgb(255,122,28); }
div.DivClassName
{
background-color: #FF7A1C;
}
.BgClassName
{
background-color: #FF7A1C;
}
</style>
border-color css
<style>
span { border-color: #FF7A1C; }
span { border-color: rgb(255,122,28); }
td.TdClassName
{
border-color: #FF7A1C;
}
.TagClassName
{
border-color: #FF7A1C;
}
</style>