Shades of Pumpkin #F9700C
Tints of Pumpkin #F9700C
RGB
CMYK
RGB Variations
Color information
#F9700C (or 0xF9700C) is known color: Pumpkin. HEX triplet: F9, 70 and 0C. RGB value is (249,112,12). Sum of RGB (Red+Green+Blue) = 249+112+12=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9700C is #068FF3. Grayscale: #8E8E8E. Windows color (decimal): -430068 or 815353. OLE color: 815353.
HSL color Cylindrical-coordinate representation of color #F9700C: hue angle of 25.32º 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 #F9700C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.02 |
| HSL | 25.32º | 0.95% | 0.51% | - |
| HSV(B) | 25.32º | 0.95% | 0.98% | - |
| XYZ | 44.93 | 31.75 | 4.11 | - |
| YUV | 141.56 | 54.89 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 12 | 0 | 0.55 | 0.95 | 0.02 | 25.32 | 0.95 | 0.51 |
| Hex | F9 | 70 | C | 0 | 37 | 5F | 2 | 19 | 5F | 33 |
| Octal | 371 | 160 | 14 | 0 | 67 | 137 | 2 | 31 | 137 | 63 |
| Binary | 11111001 | 1110000 | 1100 | 0 | 110111 | 1011111 | 10 | 11001 | 1011111 | 110011 |
Color Harmonies of #F9700C
Complementary color
Monochromatic Colors of #F9700C
Black with #F9700C
Text Example
Text Example
White with #F9700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9700C; }
p { color: rgb(249,112,12); }
H1.HeaderClassName
{
color: #F9700C;
}
.AnyTagClassName
{
color: #F9700C;
}
</style>
background-color css
<style>
a { background-color: #F9700C; }
a { background-color: rgb(249,112,12); }
div.DivClassName
{
background-color: #F9700C;
}
.BgClassName
{
background-color: #F9700C;
}
</style>
border-color css
<style>
span { border-color: #F9700C; }
span { border-color: rgb(249,112,12); }
td.TdClassName
{
border-color: #F9700C;
}
.TagClassName
{
border-color: #F9700C;
}
</style>