Shades of Pumpkin #F65D19
Tints of Pumpkin #F65D19
RGB
CMYK
RGB Variations
Color information
#F65D19 (or 0xF65D19) is known color: Pumpkin. HEX triplet: F6, 5D and 19. RGB value is (246,93,25). Sum of RGB (Red+Green+Blue) = 246+93+25=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D19 is #09A2E6. Grayscale: #838383. Windows color (decimal): -631527 or 1662454. OLE color: 1662454.
HSL color Cylindrical-coordinate representation of color #F65D19: hue angle of 18.46º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65D19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.04 |
| HSL | 18.46º | 0.92% | 0.53% | - |
| HSV(B) | 18.46º | 0.9% | 0.96% | - |
| XYZ | 42.1 | 27.49 | 4.01 | - |
| YUV | 131 | 68.19 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 25 | 0 | 0.62 | 0.90 | 0.04 | 18.46 | 0.92 | 0.53 |
| Hex | F6 | 5D | 19 | 0 | 3E | 5A | 4 | 12 | 5C | 35 |
| Octal | 366 | 135 | 31 | 0 | 76 | 132 | 4 | 22 | 134 | 65 |
| Binary | 11110110 | 1011101 | 11001 | 0 | 111110 | 1011010 | 100 | 10010 | 1011100 | 110101 |
Color Harmonies of #F65D19
Complementary color
Monochromatic Colors of #F65D19
Black with #F65D19
Text Example
Text Example
White with #F65D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D19; }
p { color: rgb(246,93,25); }
H1.HeaderClassName
{
color: #F65D19;
}
.AnyTagClassName
{
color: #F65D19;
}
</style>
background-color css
<style>
a { background-color: #F65D19; }
a { background-color: rgb(246,93,25); }
div.DivClassName
{
background-color: #F65D19;
}
.BgClassName
{
background-color: #F65D19;
}
</style>
border-color css
<style>
span { border-color: #F65D19; }
span { border-color: rgb(246,93,25); }
td.TdClassName
{
border-color: #F65D19;
}
.TagClassName
{
border-color: #F65D19;
}
</style>