Shades of Pumpkin #F96018
Tints of Pumpkin #F96018
RGB
CMYK
RGB Variations
Color information
#F96018 (or 0xF96018) is known color: Pumpkin. HEX triplet: F9, 60 and 18. RGB value is (249,96,24). Sum of RGB (Red+Green+Blue) = 249+96+24=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96018 is #069FE7. Grayscale: #858585. Windows color (decimal): -434152 or 1597689. OLE color: 1597689.
HSL color Cylindrical-coordinate representation of color #F96018: hue angle of 19.2º 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 #F96018 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 24 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.02 |
| HSL | 19.2º | 0.95% | 0.54% | - |
| HSV(B) | 19.2º | 0.9% | 0.98% | - |
| XYZ | 43.41 | 28.57 | 4.09 | - |
| YUV | 133.54 | 66.19 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 24 | 0 | 0.61 | 0.90 | 0.02 | 19.2 | 0.95 | 0.54 |
| Hex | F9 | 60 | 18 | 0 | 3D | 5A | 2 | 13 | 5F | 36 |
| Octal | 371 | 140 | 30 | 0 | 75 | 132 | 2 | 23 | 137 | 66 |
| Binary | 11111001 | 1100000 | 11000 | 0 | 111101 | 1011010 | 10 | 10011 | 1011111 | 110110 |
Color Harmonies of #F96018
Complementary color
Monochromatic Colors of #F96018
Black with #F96018
Text Example
Text Example
White with #F96018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96018; }
p { color: rgb(249,96,24); }
H1.HeaderClassName
{
color: #F96018;
}
.AnyTagClassName
{
color: #F96018;
}
</style>
background-color css
<style>
a { background-color: #F96018; }
a { background-color: rgb(249,96,24); }
div.DivClassName
{
background-color: #F96018;
}
.BgClassName
{
background-color: #F96018;
}
</style>
border-color css
<style>
span { border-color: #F96018; }
span { border-color: rgb(249,96,24); }
td.TdClassName
{
border-color: #F96018;
}
.TagClassName
{
border-color: #F96018;
}
</style>