Shades of Pumpkin #F97A1B
Tints of Pumpkin #F97A1B
RGB
CMYK
RGB Variations
Color information
#F97A1B (or 0xF97A1B) is known color: Pumpkin. HEX triplet: F9, 7A and 1B. RGB value is (249,122,27). Sum of RGB (Red+Green+Blue) = 249+122+27=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97A1B is #0685E4. Grayscale: #959595. Windows color (decimal): -427493 or 1800953. OLE color: 1800953.
HSL color Cylindrical-coordinate representation of color #F97A1B: hue angle of 25.68º 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 #F97A1B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.02 |
| HSL | 25.68º | 0.95% | 0.54% | - |
| HSV(B) | 25.68º | 0.89% | 0.98% | - |
| XYZ | 46.22 | 34.14 | 5.19 | - |
| YUV | 149.14 | 59.08 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 27 | 0 | 0.51 | 0.89 | 0.02 | 25.68 | 0.95 | 0.54 |
| Hex | F9 | 7A | 1B | 0 | 33 | 59 | 2 | 1A | 5F | 36 |
| Octal | 371 | 172 | 33 | 0 | 63 | 131 | 2 | 32 | 137 | 66 |
| Binary | 11111001 | 1111010 | 11011 | 0 | 110011 | 1011001 | 10 | 11010 | 1011111 | 110110 |
Color Harmonies of #F97A1B
Complementary color
Monochromatic Colors of #F97A1B
Black with #F97A1B
Text Example
Text Example
White with #F97A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A1B; }
p { color: rgb(249,122,27); }
H1.HeaderClassName
{
color: #F97A1B;
}
.AnyTagClassName
{
color: #F97A1B;
}
</style>
background-color css
<style>
a { background-color: #F97A1B; }
a { background-color: rgb(249,122,27); }
div.DivClassName
{
background-color: #F97A1B;
}
.BgClassName
{
background-color: #F97A1B;
}
</style>
border-color css
<style>
span { border-color: #F97A1B; }
span { border-color: rgb(249,122,27); }
td.TdClassName
{
border-color: #F97A1B;
}
.TagClassName
{
border-color: #F97A1B;
}
</style>