Shades of Pumpkin #F96F0C
Tints of Pumpkin #F96F0C
RGB
CMYK
RGB Variations
Color information
#F96F0C (or 0xF96F0C) is known color: Pumpkin. HEX triplet: F9, 6F and 0C. RGB value is (249,111,12). Sum of RGB (Red+Green+Blue) = 249+111+12=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F0C is #0690F3. Grayscale: #8D8D8D. Windows color (decimal): -430324 or 815097. OLE color: 815097.
HSL color Cylindrical-coordinate representation of color #F96F0C: hue angle of 25.06º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F96F0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.02 |
| HSL | 25.06º | 0.95% | 0.51% | - |
| HSV(B) | 25.06º | 0.95% | 0.98% | - |
| XYZ | 44.82 | 31.54 | 4.07 | - |
| YUV | 140.98 | 55.22 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 12 | 0 | 0.55 | 0.95 | 0.02 | 25.06 | 0.95 | 0.51 |
| Hex | F9 | 6F | C | 0 | 37 | 5F | 2 | 19 | 5F | 33 |
| Octal | 371 | 157 | 14 | 0 | 67 | 137 | 2 | 31 | 137 | 63 |
| Binary | 11111001 | 1101111 | 1100 | 0 | 110111 | 1011111 | 10 | 11001 | 1011111 | 110011 |
Color Harmonies of #F96F0C
Complementary color
Monochromatic Colors of #F96F0C
Black with #F96F0C
Text Example
Text Example
White with #F96F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F0C; }
p { color: rgb(249,111,12); }
H1.HeaderClassName
{
color: #F96F0C;
}
.AnyTagClassName
{
color: #F96F0C;
}
</style>
background-color css
<style>
a { background-color: #F96F0C; }
a { background-color: rgb(249,111,12); }
div.DivClassName
{
background-color: #F96F0C;
}
.BgClassName
{
background-color: #F96F0C;
}
</style>
border-color css
<style>
span { border-color: #F96F0C; }
span { border-color: rgb(249,111,12); }
td.TdClassName
{
border-color: #F96F0C;
}
.TagClassName
{
border-color: #F96F0C;
}
</style>