Shades of Pumpkin #F96518
Tints of Pumpkin #F96518
RGB
CMYK
RGB Variations
Color information
#F96518 (or 0xF96518) is known color: Pumpkin. HEX triplet: F9, 65 and 18. RGB value is (249,101,24). Sum of RGB (Red+Green+Blue) = 249+101+24=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F96518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96518 is #069AE7. Grayscale: #888888. Windows color (decimal): -432872 or 1598969. OLE color: 1598969.
HSL color Cylindrical-coordinate representation of color #F96518: hue angle of 20.53º 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 #F96518 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.02 |
| HSL | 20.53º | 0.95% | 0.54% | - |
| HSV(B) | 20.53º | 0.9% | 0.98% | - |
| XYZ | 43.89 | 29.51 | 4.25 | - |
| YUV | 136.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 24 | 0 | 0.59 | 0.90 | 0.02 | 20.53 | 0.95 | 0.54 |
| Hex | F9 | 65 | 18 | 0 | 3B | 5A | 2 | 15 | 5F | 36 |
| Octal | 371 | 145 | 30 | 0 | 73 | 132 | 2 | 25 | 137 | 66 |
| Binary | 11111001 | 1100101 | 11000 | 0 | 111011 | 1011010 | 10 | 10101 | 1011111 | 110110 |
Color Harmonies of #F96518
Complementary color
Monochromatic Colors of #F96518
Black with #F96518
Text Example
Text Example
White with #F96518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96518; }
p { color: rgb(249,101,24); }
H1.HeaderClassName
{
color: #F96518;
}
.AnyTagClassName
{
color: #F96518;
}
</style>
background-color css
<style>
a { background-color: #F96518; }
a { background-color: rgb(249,101,24); }
div.DivClassName
{
background-color: #F96518;
}
.BgClassName
{
background-color: #F96518;
}
</style>
border-color css
<style>
span { border-color: #F96518; }
span { border-color: rgb(249,101,24); }
td.TdClassName
{
border-color: #F96518;
}
.TagClassName
{
border-color: #F96518;
}
</style>