Shades of Pumpkin #FF7B22
Tints of Pumpkin #FF7B22
RGB
CMYK
RGB Variations
Color information
#FF7B22 (or 0xFF7B22) is known color: Pumpkin. HEX triplet: FF, 7B and 22. RGB value is (255,123,34). Sum of RGB (Red+Green+Blue) = 255+123+34=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B22 is #0084DD. Grayscale: #989898. Windows color (decimal): -34014 or 2259967. OLE color: 2259967.
HSL color Cylindrical-coordinate representation of color #FF7B22: hue angle of 24.16º 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 #FF7B22 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 34 | - |
| CMYK | 0 | 0.52 | 0.87 | 0 |
| HSL | 24.16º | 1% | 0.57% | - |
| HSV(B) | 24.16º | 0.87% | 1% | - |
| XYZ | 48.61 | 35.54 | 5.81 | - |
| YUV | 152.32 | 61.23 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 34 | 0 | 0.52 | 0.87 | 0 | 24.16 | 1 | 0.57 |
| Hex | FF | 7B | 22 | 0 | 34 | 57 | 0 | 18 | 64 | 39 |
| Octal | 377 | 173 | 42 | 0 | 64 | 127 | 0 | 30 | 144 | 71 |
| Binary | 11111111 | 1111011 | 100010 | 0 | 110100 | 1010111 | 0 | 11000 | 1100100 | 111001 |
Color Harmonies of #FF7B22
Complementary color
Monochromatic Colors of #FF7B22
Black with #FF7B22
Text Example
Text Example
White with #FF7B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B22; }
p { color: rgb(255,123,34); }
H1.HeaderClassName
{
color: #FF7B22;
}
.AnyTagClassName
{
color: #FF7B22;
}
</style>
background-color css
<style>
a { background-color: #FF7B22; }
a { background-color: rgb(255,123,34); }
div.DivClassName
{
background-color: #FF7B22;
}
.BgClassName
{
background-color: #FF7B22;
}
</style>
border-color css
<style>
span { border-color: #FF7B22; }
span { border-color: rgb(255,123,34); }
td.TdClassName
{
border-color: #FF7B22;
}
.TagClassName
{
border-color: #FF7B22;
}
</style>