Shades of Pumpkin #F8790C
Tints of Pumpkin #F8790C
RGB
CMYK
RGB Variations
Color information
#F8790C (or 0xF8790C) is known color: Pumpkin. HEX triplet: F8, 79 and 0C. RGB value is (248,121,12). Sum of RGB (Red+Green+Blue) = 248+121+12=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8790C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8790C is #0786F3. Grayscale: #939393. Windows color (decimal): -493300 or 817656. OLE color: 817656.
HSL color Cylindrical-coordinate representation of color #F8790C: hue angle of 27.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8790C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.03 |
| HSL | 27.71º | 0.94% | 0.51% | - |
| HSV(B) | 27.71º | 0.95% | 0.97% | - |
| XYZ | 45.62 | 33.66 | 4.44 | - |
| YUV | 146.55 | 52.08 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 12 | 0 | 0.51 | 0.95 | 0.03 | 27.71 | 0.94 | 0.51 |
| Hex | F8 | 79 | C | 0 | 33 | 5F | 3 | 1C | 5E | 33 |
| Octal | 370 | 171 | 14 | 0 | 63 | 137 | 3 | 34 | 136 | 63 |
| Binary | 11111000 | 1111001 | 1100 | 0 | 110011 | 1011111 | 11 | 11100 | 1011110 | 110011 |
Color Harmonies of #F8790C
Complementary color
Monochromatic Colors of #F8790C
Black with #F8790C
Text Example
Text Example
White with #F8790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8790C; }
p { color: rgb(248,121,12); }
H1.HeaderClassName
{
color: #F8790C;
}
.AnyTagClassName
{
color: #F8790C;
}
</style>
background-color css
<style>
a { background-color: #F8790C; }
a { background-color: rgb(248,121,12); }
div.DivClassName
{
background-color: #F8790C;
}
.BgClassName
{
background-color: #F8790C;
}
</style>
border-color css
<style>
span { border-color: #F8790C; }
span { border-color: rgb(248,121,12); }
td.TdClassName
{
border-color: #F8790C;
}
.TagClassName
{
border-color: #F8790C;
}
</style>