Shades of Pumpkin #F96F0E
Tints of Pumpkin #F96F0E
RGB
CMYK
RGB Variations
Color information
#F96F0E (or 0xF96F0E) is known color: Pumpkin. HEX triplet: F9, 6F and 0E. RGB value is (249,111,14). Sum of RGB (Red+Green+Blue) = 249+111+14=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F0E is #0690F1. Grayscale: #8D8D8D. Windows color (decimal): -430322 or 946169. OLE color: 946169.
HSL color Cylindrical-coordinate representation of color #F96F0E: hue angle of 24.77º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F96F0E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 24.77º | 0.95% | 0.52% | - |
| HSV(B) | 24.77º | 0.94% | 0.98% | - |
| XYZ | 44.83 | 31.54 | 4.14 | - |
| YUV | 141.2 | 56.22 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 14 | 0 | 0.55 | 0.94 | 0.02 | 24.77 | 0.95 | 0.52 |
| Hex | F9 | 6F | E | 0 | 37 | 5E | 2 | 19 | 5F | 34 |
| Octal | 371 | 157 | 16 | 0 | 67 | 136 | 2 | 31 | 137 | 64 |
| Binary | 11111001 | 1101111 | 1110 | 0 | 110111 | 1011110 | 10 | 11001 | 1011111 | 110100 |
Color Harmonies of #F96F0E
Complementary color
Monochromatic Colors of #F96F0E
Black with #F96F0E
Text Example
Text Example
White with #F96F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F0E; }
p { color: rgb(249,111,14); }
H1.HeaderClassName
{
color: #F96F0E;
}
.AnyTagClassName
{
color: #F96F0E;
}
</style>
background-color css
<style>
a { background-color: #F96F0E; }
a { background-color: rgb(249,111,14); }
div.DivClassName
{
background-color: #F96F0E;
}
.BgClassName
{
background-color: #F96F0E;
}
</style>
border-color css
<style>
span { border-color: #F96F0E; }
span { border-color: rgb(249,111,14); }
td.TdClassName
{
border-color: #F96F0E;
}
.TagClassName
{
border-color: #F96F0E;
}
</style>