Shades of Pumpkin #F97D1A
Tints of Pumpkin #F97D1A
RGB
CMYK
RGB Variations
Color information
#F97D1A (or 0xF97D1A) is known color: Pumpkin. HEX triplet: F9, 7D and 1A. RGB value is (249,125,26). Sum of RGB (Red+Green+Blue) = 249+125+26=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97D1A is #0682E5. Grayscale: #979797. Windows color (decimal): -426726 or 1736185. OLE color: 1736185.
HSL color Cylindrical-coordinate representation of color #F97D1A: hue angle of 26.64º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F97D1A is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 125 | 26 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.02 |
| HSL | 26.64º | 0.95% | 0.54% | - |
| HSV(B) | 26.64º | 0.9% | 0.98% | - |
| XYZ | 46.59 | 34.88 | 5.25 | - |
| YUV | 150.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 125 | 26 | 0 | 0.50 | 0.90 | 0.02 | 26.64 | 0.95 | 0.54 |
| Hex | F9 | 7D | 1A | 0 | 32 | 5A | 2 | 1B | 5F | 36 |
| Octal | 371 | 175 | 32 | 0 | 62 | 132 | 2 | 33 | 137 | 66 |
| Binary | 11111001 | 1111101 | 11010 | 0 | 110010 | 1011010 | 10 | 11011 | 1011111 | 110110 |
Color Harmonies of #F97D1A
Complementary color
Monochromatic Colors of #F97D1A
Black with #F97D1A
Text Example
Text Example
White with #F97D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97D1A; }
p { color: rgb(249,125,26); }
H1.HeaderClassName
{
color: #F97D1A;
}
.AnyTagClassName
{
color: #F97D1A;
}
</style>
background-color css
<style>
a { background-color: #F97D1A; }
a { background-color: rgb(249,125,26); }
div.DivClassName
{
background-color: #F97D1A;
}
.BgClassName
{
background-color: #F97D1A;
}
</style>
border-color css
<style>
span { border-color: #F97D1A; }
span { border-color: rgb(249,125,26); }
td.TdClassName
{
border-color: #F97D1A;
}
.TagClassName
{
border-color: #F97D1A;
}
</style>