Shades of Pumpkin #F9701D
Tints of Pumpkin #F9701D
RGB
CMYK
RGB Variations
Color information
#F9701D (or 0xF9701D) is known color: Pumpkin. HEX triplet: F9, 70 and 1D. RGB value is (249,112,29). Sum of RGB (Red+Green+Blue) = 249+112+29=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9701D is #068FE2. Grayscale: #8F8F8F. Windows color (decimal): -430051 or 1929465. OLE color: 1929465.
HSL color Cylindrical-coordinate representation of color #F9701D: hue angle of 22.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9701D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.02 |
| HSL | 22.64º | 0.95% | 0.55% | - |
| HSV(B) | 22.64º | 0.88% | 0.98% | - |
| XYZ | 45.08 | 31.82 | 4.93 | - |
| YUV | 143.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 29 | 0 | 0.55 | 0.88 | 0.02 | 22.64 | 0.95 | 0.55 |
| Hex | F9 | 70 | 1D | 0 | 37 | 58 | 2 | 17 | 5F | 37 |
| Octal | 371 | 160 | 35 | 0 | 67 | 130 | 2 | 27 | 137 | 67 |
| Binary | 11111001 | 1110000 | 11101 | 0 | 110111 | 1011000 | 10 | 10111 | 1011111 | 110111 |
Color Harmonies of #F9701D
Complementary color
Monochromatic Colors of #F9701D
Black with #F9701D
Text Example
Text Example
White with #F9701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9701D; }
p { color: rgb(249,112,29); }
H1.HeaderClassName
{
color: #F9701D;
}
.AnyTagClassName
{
color: #F9701D;
}
</style>
background-color css
<style>
a { background-color: #F9701D; }
a { background-color: rgb(249,112,29); }
div.DivClassName
{
background-color: #F9701D;
}
.BgClassName
{
background-color: #F9701D;
}
</style>
border-color css
<style>
span { border-color: #F9701D; }
span { border-color: rgb(249,112,29); }
td.TdClassName
{
border-color: #F9701D;
}
.TagClassName
{
border-color: #F9701D;
}
</style>