Shades of Pumpkin #F9750E
Tints of Pumpkin #F9750E
RGB
CMYK
RGB Variations
Color information
#F9750E (or 0xF9750E) is known color: Pumpkin. HEX triplet: F9, 75 and 0E. RGB value is (249,117,14). Sum of RGB (Red+Green+Blue) = 249+117+14=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9750E is #068AF1. Grayscale: #919191. Windows color (decimal): -428786 or 947705. OLE color: 947705.
HSL color Cylindrical-coordinate representation of color #F9750E: hue angle of 26.3º 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 #F9750E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.02 |
| HSL | 26.3º | 0.95% | 0.52% | - |
| HSV(B) | 26.3º | 0.94% | 0.98% | - |
| XYZ | 45.51 | 32.89 | 4.37 | - |
| YUV | 144.73 | 54.23 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 14 | 0 | 0.53 | 0.94 | 0.02 | 26.3 | 0.95 | 0.52 |
| Hex | F9 | 75 | E | 0 | 35 | 5E | 2 | 1A | 5F | 34 |
| Octal | 371 | 165 | 16 | 0 | 65 | 136 | 2 | 32 | 137 | 64 |
| Binary | 11111001 | 1110101 | 1110 | 0 | 110101 | 1011110 | 10 | 11010 | 1011111 | 110100 |
Color Harmonies of #F9750E
Complementary color
Monochromatic Colors of #F9750E
Black with #F9750E
Text Example
Text Example
White with #F9750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9750E; }
p { color: rgb(249,117,14); }
H1.HeaderClassName
{
color: #F9750E;
}
.AnyTagClassName
{
color: #F9750E;
}
</style>
background-color css
<style>
a { background-color: #F9750E; }
a { background-color: rgb(249,117,14); }
div.DivClassName
{
background-color: #F9750E;
}
.BgClassName
{
background-color: #F9750E;
}
</style>
border-color css
<style>
span { border-color: #F9750E; }
span { border-color: rgb(249,117,14); }
td.TdClassName
{
border-color: #F9750E;
}
.TagClassName
{
border-color: #F9750E;
}
</style>