Shades of Pumpkin #F98119
Tints of Pumpkin #F98119
RGB
CMYK
RGB Variations
Color information
#F98119 (or 0xF98119) is known color: Pumpkin. HEX triplet: F9, 81 and 19. RGB value is (249,129,25). Sum of RGB (Red+Green+Blue) = 249+129+25=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F98119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98119 is #067EE6. Grayscale: #999999. Windows color (decimal): -425703 or 1671673. OLE color: 1671673.
HSL color Cylindrical-coordinate representation of color #F98119: hue angle of 27.86º 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 #F98119 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 25 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.02 |
| HSL | 27.86º | 0.95% | 0.54% | - |
| HSV(B) | 27.86º | 0.9% | 0.98% | - |
| XYZ | 47.09 | 35.91 | 5.37 | - |
| YUV | 153.02 | 55.76 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 25 | 0 | 0.48 | 0.90 | 0.02 | 27.86 | 0.95 | 0.54 |
| Hex | F9 | 81 | 19 | 0 | 30 | 5A | 2 | 1C | 5F | 36 |
| Octal | 371 | 201 | 31 | 0 | 60 | 132 | 2 | 34 | 137 | 66 |
| Binary | 11111001 | 10000001 | 11001 | 0 | 110000 | 1011010 | 10 | 11100 | 1011111 | 110110 |
Color Harmonies of #F98119
Complementary color
Monochromatic Colors of #F98119
Black with #F98119
Text Example
Text Example
White with #F98119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98119; }
p { color: rgb(249,129,25); }
H1.HeaderClassName
{
color: #F98119;
}
.AnyTagClassName
{
color: #F98119;
}
</style>
background-color css
<style>
a { background-color: #F98119; }
a { background-color: rgb(249,129,25); }
div.DivClassName
{
background-color: #F98119;
}
.BgClassName
{
background-color: #F98119;
}
</style>
border-color css
<style>
span { border-color: #F98119; }
span { border-color: rgb(249,129,25); }
td.TdClassName
{
border-color: #F98119;
}
.TagClassName
{
border-color: #F98119;
}
</style>