Shades of Pumpkin #F68119
Tints of Pumpkin #F68119
RGB
CMYK
RGB Variations
Color information
#F68119 (or 0xF68119) is known color: Pumpkin. HEX triplet: F6, 81 and 19. RGB value is (246,129,25). Sum of RGB (Red+Green+Blue) = 246+129+25=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F68119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68119 is #097EE6. Grayscale: #989898. Windows color (decimal): -622311 or 1671670. OLE color: 1671670.
HSL color Cylindrical-coordinate representation of color #F68119: hue angle of 28.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F68119 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 25 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.04 |
| HSL | 28.24º | 0.92% | 0.53% | - |
| HSV(B) | 28.24º | 0.9% | 0.96% | - |
| XYZ | 46.03 | 35.36 | 5.32 | - |
| YUV | 152.13 | 56.26 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 25 | 0 | 0.48 | 0.90 | 0.04 | 28.24 | 0.92 | 0.53 |
| Hex | F6 | 81 | 19 | 0 | 30 | 5A | 4 | 1C | 5C | 35 |
| Octal | 366 | 201 | 31 | 0 | 60 | 132 | 4 | 34 | 134 | 65 |
| Binary | 11110110 | 10000001 | 11001 | 0 | 110000 | 1011010 | 100 | 11100 | 1011100 | 110101 |
Color Harmonies of #F68119
Complementary color
Monochromatic Colors of #F68119
Black with #F68119
Text Example
Text Example
White with #F68119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68119; }
p { color: rgb(246,129,25); }
H1.HeaderClassName
{
color: #F68119;
}
.AnyTagClassName
{
color: #F68119;
}
</style>
background-color css
<style>
a { background-color: #F68119; }
a { background-color: rgb(246,129,25); }
div.DivClassName
{
background-color: #F68119;
}
.BgClassName
{
background-color: #F68119;
}
</style>
border-color css
<style>
span { border-color: #F68119; }
span { border-color: rgb(246,129,25); }
td.TdClassName
{
border-color: #F68119;
}
.TagClassName
{
border-color: #F68119;
}
</style>