Shades of Pumpkin #FF7C22
Tints of Pumpkin #FF7C22
RGB
CMYK
RGB Variations
Color information
#FF7C22 (or 0xFF7C22) is known color: Pumpkin. HEX triplet: FF, 7C and 22. RGB value is (255,124,34). Sum of RGB (Red+Green+Blue) = 255+124+34=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C22 is #0083DD. Grayscale: #999999. Windows color (decimal): -33758 or 2260223. OLE color: 2260223.
HSL color Cylindrical-coordinate representation of color #FF7C22: hue angle of 24.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7C22 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 34 | - |
| CMYK | 0 | 0.51 | 0.87 | 0 |
| HSL | 24.43º | 1% | 0.57% | - |
| HSV(B) | 24.43º | 0.87% | 1% | - |
| XYZ | 48.74 | 35.79 | 5.85 | - |
| YUV | 152.91 | 60.9 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 34 | 0 | 0.51 | 0.87 | 0 | 24.43 | 1 | 0.57 |
| Hex | FF | 7C | 22 | 0 | 33 | 57 | 0 | 18 | 64 | 39 |
| Octal | 377 | 174 | 42 | 0 | 63 | 127 | 0 | 30 | 144 | 71 |
| Binary | 11111111 | 1111100 | 100010 | 0 | 110011 | 1010111 | 0 | 11000 | 1100100 | 111001 |
Color Harmonies of #FF7C22
Complementary color
Monochromatic Colors of #FF7C22
Black with #FF7C22
Text Example
Text Example
White with #FF7C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C22; }
p { color: rgb(255,124,34); }
H1.HeaderClassName
{
color: #FF7C22;
}
.AnyTagClassName
{
color: #FF7C22;
}
</style>
background-color css
<style>
a { background-color: #FF7C22; }
a { background-color: rgb(255,124,34); }
div.DivClassName
{
background-color: #FF7C22;
}
.BgClassName
{
background-color: #FF7C22;
}
</style>
border-color css
<style>
span { border-color: #FF7C22; }
span { border-color: rgb(255,124,34); }
td.TdClassName
{
border-color: #FF7C22;
}
.TagClassName
{
border-color: #FF7C22;
}
</style>