Shades of Pumpkin #F96512
Tints of Pumpkin #F96512
RGB
CMYK
RGB Variations
Color information
#F96512 (or 0xF96512) is known color: Pumpkin. HEX triplet: F9, 65 and 12. RGB value is (249,101,18). Sum of RGB (Red+Green+Blue) = 249+101+18=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F96512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96512 is #069AED. Grayscale: #888888. Windows color (decimal): -432878 or 1205753. OLE color: 1205753.
HSL color Cylindrical-coordinate representation of color #F96512: hue angle of 21.56º 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 #F96512 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.02 |
| HSL | 21.56º | 0.95% | 0.52% | - |
| HSV(B) | 21.56º | 0.93% | 0.98% | - |
| XYZ | 43.83 | 29.49 | 3.95 | - |
| YUV | 135.79 | 61.53 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 18 | 0 | 0.59 | 0.93 | 0.02 | 21.56 | 0.95 | 0.52 |
| Hex | F9 | 65 | 12 | 0 | 3B | 5D | 2 | 16 | 5F | 34 |
| Octal | 371 | 145 | 22 | 0 | 73 | 135 | 2 | 26 | 137 | 64 |
| Binary | 11111001 | 1100101 | 10010 | 0 | 111011 | 1011101 | 10 | 10110 | 1011111 | 110100 |
Color Harmonies of #F96512
Complementary color
Monochromatic Colors of #F96512
Black with #F96512
Text Example
Text Example
White with #F96512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96512; }
p { color: rgb(249,101,18); }
H1.HeaderClassName
{
color: #F96512;
}
.AnyTagClassName
{
color: #F96512;
}
</style>
background-color css
<style>
a { background-color: #F96512; }
a { background-color: rgb(249,101,18); }
div.DivClassName
{
background-color: #F96512;
}
.BgClassName
{
background-color: #F96512;
}
</style>
border-color css
<style>
span { border-color: #F96512; }
span { border-color: rgb(249,101,18); }
td.TdClassName
{
border-color: #F96512;
}
.TagClassName
{
border-color: #F96512;
}
</style>