Shades of Pumpkin #F9701C
Tints of Pumpkin #F9701C
RGB
CMYK
RGB Variations
Color information
#F9701C (or 0xF9701C) is known color: Pumpkin. HEX triplet: F9, 70 and 1C. RGB value is (249,112,28). Sum of RGB (Red+Green+Blue) = 249+112+28=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9701C is #068FE3. Grayscale: #8F8F8F. Windows color (decimal): -430052 or 1863929. OLE color: 1863929.
HSL color Cylindrical-coordinate representation of color #F9701C: hue angle of 22.81º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9701C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.02 |
| HSL | 22.81º | 0.95% | 0.54% | - |
| HSV(B) | 22.81º | 0.89% | 0.98% | - |
| XYZ | 45.07 | 31.81 | 4.86 | - |
| YUV | 143.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 28 | 0 | 0.55 | 0.89 | 0.02 | 22.81 | 0.95 | 0.54 |
| Hex | F9 | 70 | 1C | 0 | 37 | 59 | 2 | 17 | 5F | 36 |
| Octal | 371 | 160 | 34 | 0 | 67 | 131 | 2 | 27 | 137 | 66 |
| Binary | 11111001 | 1110000 | 11100 | 0 | 110111 | 1011001 | 10 | 10111 | 1011111 | 110110 |
Color Harmonies of #F9701C
Complementary color
Monochromatic Colors of #F9701C
Black with #F9701C
Text Example
Text Example
White with #F9701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9701C; }
p { color: rgb(249,112,28); }
H1.HeaderClassName
{
color: #F9701C;
}
.AnyTagClassName
{
color: #F9701C;
}
</style>
background-color css
<style>
a { background-color: #F9701C; }
a { background-color: rgb(249,112,28); }
div.DivClassName
{
background-color: #F9701C;
}
.BgClassName
{
background-color: #F9701C;
}
</style>
border-color css
<style>
span { border-color: #F9701C; }
span { border-color: rgb(249,112,28); }
td.TdClassName
{
border-color: #F9701C;
}
.TagClassName
{
border-color: #F9701C;
}
</style>