Shades of Pumpkin #FF7919
Tints of Pumpkin #FF7919
RGB
CMYK
RGB Variations
Color information
#FF7919 (or 0xFF7919) is known color: Pumpkin. HEX triplet: FF, 79 and 19. RGB value is (255,121,25). Sum of RGB (Red+Green+Blue) = 255+121+25=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7919 is #0086E6. Grayscale: #969696. Windows color (decimal): -34535 or 1669631. OLE color: 1669631.
HSL color Cylindrical-coordinate representation of color #FF7919: hue angle of 25.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF7919 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 25 | - |
| CMYK | 0 | 0.53 | 0.90 | 0 |
| HSL | 25.04º | 1% | 0.55% | - |
| HSV(B) | 25.04º | 0.9% | 1% | - |
| XYZ | 48.25 | 35 | 5.13 | - |
| YUV | 150.12 | 57.39 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 25 | 0 | 0.53 | 0.90 | 0 | 25.04 | 1 | 0.55 |
| Hex | FF | 79 | 19 | 0 | 35 | 5A | 0 | 19 | 64 | 37 |
| Octal | 377 | 171 | 31 | 0 | 65 | 132 | 0 | 31 | 144 | 67 |
| Binary | 11111111 | 1111001 | 11001 | 0 | 110101 | 1011010 | 0 | 11001 | 1100100 | 110111 |
Color Harmonies of #FF7919
Complementary color
Monochromatic Colors of #FF7919
Black with #FF7919
Text Example
Text Example
White with #FF7919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7919; }
p { color: rgb(255,121,25); }
H1.HeaderClassName
{
color: #FF7919;
}
.AnyTagClassName
{
color: #FF7919;
}
</style>
background-color css
<style>
a { background-color: #FF7919; }
a { background-color: rgb(255,121,25); }
div.DivClassName
{
background-color: #FF7919;
}
.BgClassName
{
background-color: #FF7919;
}
</style>
border-color css
<style>
span { border-color: #FF7919; }
span { border-color: rgb(255,121,25); }
td.TdClassName
{
border-color: #FF7919;
}
.TagClassName
{
border-color: #FF7919;
}
</style>