Shades of Pumpkin #FF7A28
Tints of Pumpkin #FF7A28
RGB
CMYK
RGB Variations
Color information
#FF7A28 (or 0xFF7A28) is known color: Pumpkin. HEX triplet: FF, 7A and 28. RGB value is (255,122,40). Sum of RGB (Red+Green+Blue) = 255+122+40=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A28 is #0085D7. Grayscale: #989898. Windows color (decimal): -34264 or 2652927. OLE color: 2652927.
HSL color Cylindrical-coordinate representation of color #FF7A28: hue angle of 22.88º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF7A28 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 40 | - |
| CMYK | 0 | 0.52 | 0.84 | 0 |
| HSL | 22.88º | 1% | 0.58% | - |
| HSV(B) | 22.88º | 0.84% | 1% | - |
| XYZ | 48.58 | 35.33 | 6.27 | - |
| YUV | 152.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 40 | 0 | 0.52 | 0.84 | 0 | 22.88 | 1 | 0.58 |
| Hex | FF | 7A | 28 | 0 | 34 | 54 | 0 | 17 | 64 | 3A |
| Octal | 377 | 172 | 50 | 0 | 64 | 124 | 0 | 27 | 144 | 72 |
| Binary | 11111111 | 1111010 | 101000 | 0 | 110100 | 1010100 | 0 | 10111 | 1100100 | 111010 |
Color Harmonies of #FF7A28
Complementary color
Monochromatic Colors of #FF7A28
Black with #FF7A28
Text Example
Text Example
White with #FF7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A28; }
p { color: rgb(255,122,40); }
H1.HeaderClassName
{
color: #FF7A28;
}
.AnyTagClassName
{
color: #FF7A28;
}
</style>
background-color css
<style>
a { background-color: #FF7A28; }
a { background-color: rgb(255,122,40); }
div.DivClassName
{
background-color: #FF7A28;
}
.BgClassName
{
background-color: #FF7A28;
}
</style>
border-color css
<style>
span { border-color: #FF7A28; }
span { border-color: rgb(255,122,40); }
td.TdClassName
{
border-color: #FF7A28;
}
.TagClassName
{
border-color: #FF7A28;
}
</style>