Shades of Pumpkin #FF7A08
Tints of Pumpkin #FF7A08
RGB
CMYK
RGB Variations
Color information
#FF7A08 (or 0xFF7A08) is known color: Pumpkin. HEX triplet: FF, 7A and 08. RGB value is (255,122,8). Sum of RGB (Red+Green+Blue) = 255+122+8=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A08 is #0085F7. Grayscale: #959595. Windows color (decimal): -34296 or 555775. OLE color: 555775.
HSL color Cylindrical-coordinate representation of color #FF7A08: hue angle of 27.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7A08 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 8 | - |
| CMYK | 0 | 0.52 | 0.97 | 0 |
| HSL | 27.69º | 1% | 0.52% | - |
| HSV(B) | 27.69º | 0.97% | 1% | - |
| XYZ | 48.24 | 35.2 | 4.48 | - |
| YUV | 148.77 | 48.56 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 8 | 0 | 0.52 | 0.97 | 0 | 27.69 | 1 | 0.52 |
| Hex | FF | 7A | 8 | 0 | 34 | 61 | 0 | 1C | 64 | 34 |
| Octal | 377 | 172 | 10 | 0 | 64 | 141 | 0 | 34 | 144 | 64 |
| Binary | 11111111 | 1111010 | 1000 | 0 | 110100 | 1100001 | 0 | 11100 | 1100100 | 110100 |
Color Harmonies of #FF7A08
Complementary color
Monochromatic Colors of #FF7A08
Black with #FF7A08
Text Example
Text Example
White with #FF7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A08; }
p { color: rgb(255,122,8); }
H1.HeaderClassName
{
color: #FF7A08;
}
.AnyTagClassName
{
color: #FF7A08;
}
</style>
background-color css
<style>
a { background-color: #FF7A08; }
a { background-color: rgb(255,122,8); }
div.DivClassName
{
background-color: #FF7A08;
}
.BgClassName
{
background-color: #FF7A08;
}
</style>
border-color css
<style>
span { border-color: #FF7A08; }
span { border-color: rgb(255,122,8); }
td.TdClassName
{
border-color: #FF7A08;
}
.TagClassName
{
border-color: #FF7A08;
}
</style>