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