Shades of Pumpkin #F9720C
Tints of Pumpkin #F9720C
RGB
CMYK
RGB Variations
Color information
#F9720C (or 0xF9720C) is known color: Pumpkin. HEX triplet: F9, 72 and 0C. RGB value is (249,114,12). Sum of RGB (Red+Green+Blue) = 249+114+12=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9720C is #068DF3. Grayscale: #8F8F8F. Windows color (decimal): -429556 or 815865. OLE color: 815865.
HSL color Cylindrical-coordinate representation of color #F9720C: hue angle of 25.82º 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 #F9720C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.02 |
| HSL | 25.82º | 0.95% | 0.51% | - |
| HSV(B) | 25.82º | 0.95% | 0.98% | - |
| XYZ | 45.15 | 32.2 | 4.18 | - |
| YUV | 142.74 | 54.23 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 12 | 0 | 0.54 | 0.95 | 0.02 | 25.82 | 0.95 | 0.51 |
| Hex | F9 | 72 | C | 0 | 36 | 5F | 2 | 1A | 5F | 33 |
| Octal | 371 | 162 | 14 | 0 | 66 | 137 | 2 | 32 | 137 | 63 |
| Binary | 11111001 | 1110010 | 1100 | 0 | 110110 | 1011111 | 10 | 11010 | 1011111 | 110011 |
Color Harmonies of #F9720C
Complementary color
Monochromatic Colors of #F9720C
Black with #F9720C
Text Example
Text Example
White with #F9720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9720C; }
p { color: rgb(249,114,12); }
H1.HeaderClassName
{
color: #F9720C;
}
.AnyTagClassName
{
color: #F9720C;
}
</style>
background-color css
<style>
a { background-color: #F9720C; }
a { background-color: rgb(249,114,12); }
div.DivClassName
{
background-color: #F9720C;
}
.BgClassName
{
background-color: #F9720C;
}
</style>
border-color css
<style>
span { border-color: #F9720C; }
span { border-color: rgb(249,114,12); }
td.TdClassName
{
border-color: #F9720C;
}
.TagClassName
{
border-color: #F9720C;
}
</style>