Shades of Pumpkin #F96E19
Tints of Pumpkin #F96E19
RGB
CMYK
RGB Variations
Color information
#F96E19 (or 0xF96E19) is known color: Pumpkin. HEX triplet: F9, 6E and 19. RGB value is (249,110,25). Sum of RGB (Red+Green+Blue) = 249+110+25=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96E19 is #0691E6. Grayscale: #8E8E8E. Windows color (decimal): -430567 or 1666809. OLE color: 1666809.
HSL color Cylindrical-coordinate representation of color #F96E19: hue angle of 22.77º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F96E19 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.02 |
| HSL | 22.77º | 0.95% | 0.54% | - |
| HSV(B) | 22.77º | 0.9% | 0.98% | - |
| XYZ | 44.82 | 31.36 | 4.61 | - |
| YUV | 141.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 25 | 0 | 0.56 | 0.90 | 0.02 | 22.77 | 0.95 | 0.54 |
| Hex | F9 | 6E | 19 | 0 | 38 | 5A | 2 | 17 | 5F | 36 |
| Octal | 371 | 156 | 31 | 0 | 70 | 132 | 2 | 27 | 137 | 66 |
| Binary | 11111001 | 1101110 | 11001 | 0 | 111000 | 1011010 | 10 | 10111 | 1011111 | 110110 |
Color Harmonies of #F96E19
Complementary color
Monochromatic Colors of #F96E19
Black with #F96E19
Text Example
Text Example
White with #F96E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E19; }
p { color: rgb(249,110,25); }
H1.HeaderClassName
{
color: #F96E19;
}
.AnyTagClassName
{
color: #F96E19;
}
</style>
background-color css
<style>
a { background-color: #F96E19; }
a { background-color: rgb(249,110,25); }
div.DivClassName
{
background-color: #F96E19;
}
.BgClassName
{
background-color: #F96E19;
}
</style>
border-color css
<style>
span { border-color: #F96E19; }
span { border-color: rgb(249,110,25); }
td.TdClassName
{
border-color: #F96E19;
}
.TagClassName
{
border-color: #F96E19;
}
</style>