Shades of Pumpkin #F68021
Tints of Pumpkin #F68021
RGB
CMYK
RGB Variations
Color information
#F68021 (or 0xF68021) is known color: Pumpkin. HEX triplet: F6, 80 and 21. RGB value is (246,128,33). Sum of RGB (Red+Green+Blue) = 246+128+33=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F68021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68021 is #097FDE. Grayscale: #989898. Windows color (decimal): -622559 or 2195702. OLE color: 2195702.
HSL color Cylindrical-coordinate representation of color #F68021: hue angle of 26.76º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F68021 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 33 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.04 |
| HSL | 26.76º | 0.92% | 0.55% | - |
| HSV(B) | 26.76º | 0.87% | 0.96% | - |
| XYZ | 46 | 35.14 | 5.8 | - |
| YUV | 152.45 | 60.59 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 33 | 0 | 0.48 | 0.87 | 0.04 | 26.76 | 0.92 | 0.55 |
| Hex | F6 | 80 | 21 | 0 | 30 | 57 | 4 | 1B | 5C | 37 |
| Octal | 366 | 200 | 41 | 0 | 60 | 127 | 4 | 33 | 134 | 67 |
| Binary | 11110110 | 10000000 | 100001 | 0 | 110000 | 1010111 | 100 | 11011 | 1011100 | 110111 |
Color Harmonies of #F68021
Complementary color
Monochromatic Colors of #F68021
Black with #F68021
Text Example
Text Example
White with #F68021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68021; }
p { color: rgb(246,128,33); }
H1.HeaderClassName
{
color: #F68021;
}
.AnyTagClassName
{
color: #F68021;
}
</style>
background-color css
<style>
a { background-color: #F68021; }
a { background-color: rgb(246,128,33); }
div.DivClassName
{
background-color: #F68021;
}
.BgClassName
{
background-color: #F68021;
}
</style>
border-color css
<style>
span { border-color: #F68021; }
span { border-color: rgb(246,128,33); }
td.TdClassName
{
border-color: #F68021;
}
.TagClassName
{
border-color: #F68021;
}
</style>