Shades of Pumpkin #FF6519
Tints of Pumpkin #FF6519
RGB
CMYK
RGB Variations
Color information
#FF6519 (or 0xFF6519) is known color: Pumpkin. HEX triplet: FF, 65 and 19. RGB value is (255,101,25). Sum of RGB (Red+Green+Blue) = 255+101+25=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6519 is #009AE6. Grayscale: #8A8A8A. Windows color (decimal): -39655 or 1664511. OLE color: 1664511.
HSL color Cylindrical-coordinate representation of color #FF6519: hue angle of 19.83º 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 #FF6519 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0 |
| HSL | 19.83º | 1% | 0.55% | - |
| HSV(B) | 19.83º | 0.9% | 1% | - |
| XYZ | 46.07 | 30.64 | 4.41 | - |
| YUV | 138.38 | 64.02 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 25 | 0 | 0.60 | 0.90 | 0 | 19.83 | 1 | 0.55 |
| Hex | FF | 65 | 19 | 0 | 3C | 5A | 0 | 14 | 64 | 37 |
| Octal | 377 | 145 | 31 | 0 | 74 | 132 | 0 | 24 | 144 | 67 |
| Binary | 11111111 | 1100101 | 11001 | 0 | 111100 | 1011010 | 0 | 10100 | 1100100 | 110111 |
Color Harmonies of #FF6519
Complementary color
Monochromatic Colors of #FF6519
Black with #FF6519
Text Example
Text Example
White with #FF6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6519; }
p { color: rgb(255,101,25); }
H1.HeaderClassName
{
color: #FF6519;
}
.AnyTagClassName
{
color: #FF6519;
}
</style>
background-color css
<style>
a { background-color: #FF6519; }
a { background-color: rgb(255,101,25); }
div.DivClassName
{
background-color: #FF6519;
}
.BgClassName
{
background-color: #FF6519;
}
</style>
border-color css
<style>
span { border-color: #FF6519; }
span { border-color: rgb(255,101,25); }
td.TdClassName
{
border-color: #FF6519;
}
.TagClassName
{
border-color: #FF6519;
}
</style>