Shades of Pumpkin #FF7422
Tints of Pumpkin #FF7422
RGB
CMYK
RGB Variations
Color information
#FF7422 (or 0xFF7422) is known color: Pumpkin. HEX triplet: FF, 74 and 22. RGB value is (255,116,34). Sum of RGB (Red+Green+Blue) = 255+116+34=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7422 is #008BDD. Grayscale: #949494. Windows color (decimal): -35806 or 2258175. OLE color: 2258175.
HSL color Cylindrical-coordinate representation of color #FF7422: hue angle of 22.26º 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 #FF7422 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 34 | - |
| CMYK | 0 | 0.55 | 0.87 | 0 |
| HSL | 22.26º | 1% | 0.57% | - |
| HSV(B) | 22.26º | 0.87% | 1% | - |
| XYZ | 47.77 | 33.87 | 5.53 | - |
| YUV | 148.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 34 | 0 | 0.55 | 0.87 | 0 | 22.26 | 1 | 0.57 |
| Hex | FF | 74 | 22 | 0 | 37 | 57 | 0 | 16 | 64 | 39 |
| Octal | 377 | 164 | 42 | 0 | 67 | 127 | 0 | 26 | 144 | 71 |
| Binary | 11111111 | 1110100 | 100010 | 0 | 110111 | 1010111 | 0 | 10110 | 1100100 | 111001 |
Color Harmonies of #FF7422
Complementary color
Monochromatic Colors of #FF7422
Black with #FF7422
Text Example
Text Example
White with #FF7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7422; }
p { color: rgb(255,116,34); }
H1.HeaderClassName
{
color: #FF7422;
}
.AnyTagClassName
{
color: #FF7422;
}
</style>
background-color css
<style>
a { background-color: #FF7422; }
a { background-color: rgb(255,116,34); }
div.DivClassName
{
background-color: #FF7422;
}
.BgClassName
{
background-color: #FF7422;
}
</style>
border-color css
<style>
span { border-color: #FF7422; }
span { border-color: rgb(255,116,34); }
td.TdClassName
{
border-color: #FF7422;
}
.TagClassName
{
border-color: #FF7422;
}
</style>