Shades of Pumpkin #F97C0E
Tints of Pumpkin #F97C0E
RGB
CMYK
RGB Variations
Color information
#F97C0E (or 0xF97C0E) is known color: Pumpkin. HEX triplet: F9, 7C and 0E. RGB value is (249,124,14). Sum of RGB (Red+Green+Blue) = 249+124+14=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97C0E is #0683F1. Grayscale: #959595. Windows color (decimal): -426994 or 949497. OLE color: 949497.
HSL color Cylindrical-coordinate representation of color #F97C0E: hue angle of 28.09º 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 #F97C0E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.02 |
| HSL | 28.09º | 0.95% | 0.52% | - |
| HSV(B) | 28.09º | 0.94% | 0.98% | - |
| XYZ | 46.35 | 34.59 | 4.65 | - |
| YUV | 148.84 | 51.91 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 14 | 0 | 0.50 | 0.94 | 0.02 | 28.09 | 0.95 | 0.52 |
| Hex | F9 | 7C | E | 0 | 32 | 5E | 2 | 1C | 5F | 34 |
| Octal | 371 | 174 | 16 | 0 | 62 | 136 | 2 | 34 | 137 | 64 |
| Binary | 11111001 | 1111100 | 1110 | 0 | 110010 | 1011110 | 10 | 11100 | 1011111 | 110100 |
Color Harmonies of #F97C0E
Complementary color
Monochromatic Colors of #F97C0E
Black with #F97C0E
Text Example
Text Example
White with #F97C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C0E; }
p { color: rgb(249,124,14); }
H1.HeaderClassName
{
color: #F97C0E;
}
.AnyTagClassName
{
color: #F97C0E;
}
</style>
background-color css
<style>
a { background-color: #F97C0E; }
a { background-color: rgb(249,124,14); }
div.DivClassName
{
background-color: #F97C0E;
}
.BgClassName
{
background-color: #F97C0E;
}
</style>
border-color css
<style>
span { border-color: #F97C0E; }
span { border-color: rgb(249,124,14); }
td.TdClassName
{
border-color: #F97C0E;
}
.TagClassName
{
border-color: #F97C0E;
}
</style>