Shades of Pumpkin #FF7519
Tints of Pumpkin #FF7519
RGB
CMYK
RGB Variations
Color information
#FF7519 (or 0xFF7519) is known color: Pumpkin. HEX triplet: FF, 75 and 19. RGB value is (255,117,25). Sum of RGB (Red+Green+Blue) = 255+117+25=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7519 is #008AE6. Grayscale: #949494. Windows color (decimal): -35559 or 1668607. OLE color: 1668607.
HSL color Cylindrical-coordinate representation of color #FF7519: hue angle of 24º 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 #FF7519 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 25 | - |
| CMYK | 0 | 0.54 | 0.90 | 0 |
| HSL | 24º | 1% | 0.55% | - |
| HSV(B) | 24º | 0.9% | 1% | - |
| XYZ | 47.78 | 34.05 | 4.97 | - |
| YUV | 147.77 | 58.72 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 25 | 0 | 0.54 | 0.90 | 0 | 24 | 1 | 0.55 |
| Hex | FF | 75 | 19 | 0 | 36 | 5A | 0 | 18 | 64 | 37 |
| Octal | 377 | 165 | 31 | 0 | 66 | 132 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110101 | 11001 | 0 | 110110 | 1011010 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF7519
Complementary color
Monochromatic Colors of #FF7519
Black with #FF7519
Text Example
Text Example
White with #FF7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7519; }
p { color: rgb(255,117,25); }
H1.HeaderClassName
{
color: #FF7519;
}
.AnyTagClassName
{
color: #FF7519;
}
</style>
background-color css
<style>
a { background-color: #FF7519; }
a { background-color: rgb(255,117,25); }
div.DivClassName
{
background-color: #FF7519;
}
.BgClassName
{
background-color: #FF7519;
}
</style>
border-color css
<style>
span { border-color: #FF7519; }
span { border-color: rgb(255,117,25); }
td.TdClassName
{
border-color: #FF7519;
}
.TagClassName
{
border-color: #FF7519;
}
</style>