Shades of Pumpkin #F96412
Tints of Pumpkin #F96412
RGB
CMYK
RGB Variations
Color information
#F96412 (or 0xF96412) is known color: Pumpkin. HEX triplet: F9, 64 and 12. RGB value is (249,100,18). Sum of RGB (Red+Green+Blue) = 249+100+18=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F96412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96412 is #069BED. Grayscale: #878787. Windows color (decimal): -433134 or 1205497. OLE color: 1205497.
HSL color Cylindrical-coordinate representation of color #F96412: hue angle of 21.3º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F96412 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.02 |
| HSL | 21.3º | 0.95% | 0.52% | - |
| HSV(B) | 21.3º | 0.93% | 0.98% | - |
| XYZ | 43.73 | 29.3 | 3.92 | - |
| YUV | 135.2 | 61.86 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 18 | 0 | 0.60 | 0.93 | 0.02 | 21.3 | 0.95 | 0.52 |
| Hex | F9 | 64 | 12 | 0 | 3C | 5D | 2 | 15 | 5F | 34 |
| Octal | 371 | 144 | 22 | 0 | 74 | 135 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100100 | 10010 | 0 | 111100 | 1011101 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F96412
Complementary color
Monochromatic Colors of #F96412
Black with #F96412
Text Example
Text Example
White with #F96412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96412; }
p { color: rgb(249,100,18); }
H1.HeaderClassName
{
color: #F96412;
}
.AnyTagClassName
{
color: #F96412;
}
</style>
background-color css
<style>
a { background-color: #F96412; }
a { background-color: rgb(249,100,18); }
div.DivClassName
{
background-color: #F96412;
}
.BgClassName
{
background-color: #F96412;
}
</style>
border-color css
<style>
span { border-color: #F96412; }
span { border-color: rgb(249,100,18); }
td.TdClassName
{
border-color: #F96412;
}
.TagClassName
{
border-color: #F96412;
}
</style>