Shades of Pumpkin #F68028
Tints of Pumpkin #F68028
RGB
CMYK
RGB Variations
Color information
#F68028 (or 0xF68028) is known color: Pumpkin. HEX triplet: F6, 80 and 28. RGB value is (246,128,40). Sum of RGB (Red+Green+Blue) = 246+128+40=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F68028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68028 is #097FD7. Grayscale: #999999. Windows color (decimal): -622552 or 2654454. OLE color: 2654454.
HSL color Cylindrical-coordinate representation of color #F68028: hue angle of 25.63º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F68028 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 40 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.04 |
| HSL | 25.63º | 0.92% | 0.56% | - |
| HSV(B) | 25.63º | 0.84% | 0.96% | - |
| XYZ | 46.11 | 35.18 | 6.37 | - |
| YUV | 153.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 40 | 0 | 0.48 | 0.84 | 0.04 | 25.63 | 0.92 | 0.56 |
| Hex | F6 | 80 | 28 | 0 | 30 | 54 | 4 | 1A | 5C | 38 |
| Octal | 366 | 200 | 50 | 0 | 60 | 124 | 4 | 32 | 134 | 70 |
| Binary | 11110110 | 10000000 | 101000 | 0 | 110000 | 1010100 | 100 | 11010 | 1011100 | 111000 |
Color Harmonies of #F68028
Complementary color
Monochromatic Colors of #F68028
Black with #F68028
Text Example
Text Example
White with #F68028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68028; }
p { color: rgb(246,128,40); }
H1.HeaderClassName
{
color: #F68028;
}
.AnyTagClassName
{
color: #F68028;
}
</style>
background-color css
<style>
a { background-color: #F68028; }
a { background-color: rgb(246,128,40); }
div.DivClassName
{
background-color: #F68028;
}
.BgClassName
{
background-color: #F68028;
}
</style>
border-color css
<style>
span { border-color: #F68028; }
span { border-color: rgb(246,128,40); }
td.TdClassName
{
border-color: #F68028;
}
.TagClassName
{
border-color: #F68028;
}
</style>