Shades of Pumpkin #F96719
Tints of Pumpkin #F96719
RGB
CMYK
RGB Variations
Color information
#F96719 (or 0xF96719) is known color: Pumpkin. HEX triplet: F9, 67 and 19. RGB value is (249,103,25). Sum of RGB (Red+Green+Blue) = 249+103+25=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F96719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96719 is #0698E6. Grayscale: #8A8A8A. Windows color (decimal): -432359 or 1665017. OLE color: 1665017.
HSL color Cylindrical-coordinate representation of color #F96719: hue angle of 20.89º 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 #F96719 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.02 |
| HSL | 20.89º | 0.95% | 0.54% | - |
| HSV(B) | 20.89º | 0.9% | 0.98% | - |
| XYZ | 44.09 | 29.91 | 4.37 | - |
| YUV | 137.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 25 | 0 | 0.59 | 0.90 | 0.02 | 20.89 | 0.95 | 0.54 |
| Hex | F9 | 67 | 19 | 0 | 3B | 5A | 2 | 15 | 5F | 36 |
| Octal | 371 | 147 | 31 | 0 | 73 | 132 | 2 | 25 | 137 | 66 |
| Binary | 11111001 | 1100111 | 11001 | 0 | 111011 | 1011010 | 10 | 10101 | 1011111 | 110110 |
Color Harmonies of #F96719
Complementary color
Monochromatic Colors of #F96719
Black with #F96719
Text Example
Text Example
White with #F96719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96719; }
p { color: rgb(249,103,25); }
H1.HeaderClassName
{
color: #F96719;
}
.AnyTagClassName
{
color: #F96719;
}
</style>
background-color css
<style>
a { background-color: #F96719; }
a { background-color: rgb(249,103,25); }
div.DivClassName
{
background-color: #F96719;
}
.BgClassName
{
background-color: #F96719;
}
</style>
border-color css
<style>
span { border-color: #F96719; }
span { border-color: rgb(249,103,25); }
td.TdClassName
{
border-color: #F96719;
}
.TagClassName
{
border-color: #F96719;
}
</style>