Shades of Pumpkin #FF7A18
Tints of Pumpkin #FF7A18
RGB
CMYK
RGB Variations
Color information
#FF7A18 (or 0xFF7A18) is known color: Pumpkin. HEX triplet: FF, 7A and 18. RGB value is (255,122,24). Sum of RGB (Red+Green+Blue) = 255+122+24=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A18 is #0085E7. Grayscale: #979797. Windows color (decimal): -34280 or 1604351. OLE color: 1604351.
HSL color Cylindrical-coordinate representation of color #FF7A18: hue angle of 25.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF7A18 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 24 | - |
| CMYK | 0 | 0.52 | 0.91 | 0 |
| HSL | 25.45º | 1% | 0.55% | - |
| HSV(B) | 25.45º | 0.91% | 1% | - |
| XYZ | 48.36 | 35.25 | 5.12 | - |
| YUV | 150.6 | 56.56 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 24 | 0 | 0.52 | 0.91 | 0 | 25.45 | 1 | 0.55 |
| Hex | FF | 7A | 18 | 0 | 34 | 5B | 0 | 19 | 64 | 37 |
| Octal | 377 | 172 | 30 | 0 | 64 | 133 | 0 | 31 | 144 | 67 |
| Binary | 11111111 | 1111010 | 11000 | 0 | 110100 | 1011011 | 0 | 11001 | 1100100 | 110111 |
Color Harmonies of #FF7A18
Complementary color
Monochromatic Colors of #FF7A18
Black with #FF7A18
Text Example
Text Example
White with #FF7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A18; }
p { color: rgb(255,122,24); }
H1.HeaderClassName
{
color: #FF7A18;
}
.AnyTagClassName
{
color: #FF7A18;
}
</style>
background-color css
<style>
a { background-color: #FF7A18; }
a { background-color: rgb(255,122,24); }
div.DivClassName
{
background-color: #FF7A18;
}
.BgClassName
{
background-color: #FF7A18;
}
</style>
border-color css
<style>
span { border-color: #FF7A18; }
span { border-color: rgb(255,122,24); }
td.TdClassName
{
border-color: #FF7A18;
}
.TagClassName
{
border-color: #FF7A18;
}
</style>