Shades of Pumpkin #FF7A21
Tints of Pumpkin #FF7A21
RGB
CMYK
RGB Variations
Color information
#FF7A21 (or 0xFF7A21) is known color: Pumpkin. HEX triplet: FF, 7A and 21. RGB value is (255,122,33). Sum of RGB (Red+Green+Blue) = 255+122+33=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A21 is #0085DE. Grayscale: #989898. Windows color (decimal): -34271 or 2194175. OLE color: 2194175.
HSL color Cylindrical-coordinate representation of color #FF7A21: hue angle of 24.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7A21 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 33 | - |
| CMYK | 0 | 0.52 | 0.87 | 0 |
| HSL | 24.05º | 1% | 0.56% | - |
| HSV(B) | 24.05º | 0.87% | 1% | - |
| XYZ | 48.47 | 35.29 | 5.7 | - |
| YUV | 151.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 33 | 0 | 0.52 | 0.87 | 0 | 24.05 | 1 | 0.56 |
| Hex | FF | 7A | 21 | 0 | 34 | 57 | 0 | 18 | 64 | 38 |
| Octal | 377 | 172 | 41 | 0 | 64 | 127 | 0 | 30 | 144 | 70 |
| Binary | 11111111 | 1111010 | 100001 | 0 | 110100 | 1010111 | 0 | 11000 | 1100100 | 111000 |
Color Harmonies of #FF7A21
Complementary color
Monochromatic Colors of #FF7A21
Black with #FF7A21
Text Example
Text Example
White with #FF7A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A21; }
p { color: rgb(255,122,33); }
H1.HeaderClassName
{
color: #FF7A21;
}
.AnyTagClassName
{
color: #FF7A21;
}
</style>
background-color css
<style>
a { background-color: #FF7A21; }
a { background-color: rgb(255,122,33); }
div.DivClassName
{
background-color: #FF7A21;
}
.BgClassName
{
background-color: #FF7A21;
}
</style>
border-color css
<style>
span { border-color: #FF7A21; }
span { border-color: rgb(255,122,33); }
td.TdClassName
{
border-color: #FF7A21;
}
.TagClassName
{
border-color: #FF7A21;
}
</style>