Shades of Pumpkin #F66714
Tints of Pumpkin #F66714
RGB
CMYK
RGB Variations
Color information
#F66714 (or 0xF66714) is known color: Pumpkin. HEX triplet: F6, 67 and 14. RGB value is (246,103,20). Sum of RGB (Red+Green+Blue) = 246+103+20=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F66714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66714 is #0998EB. Grayscale: #888888. Windows color (decimal): -628972 or 1337334. OLE color: 1337334.
HSL color Cylindrical-coordinate representation of color #F66714: hue angle of 22.04º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F66714 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 20 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.04 |
| HSL | 22.04º | 0.93% | 0.52% | - |
| HSV(B) | 22.04º | 0.92% | 0.96% | - |
| XYZ | 42.98 | 29.34 | 4.06 | - |
| YUV | 136.3 | 62.38 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 20 | 0 | 0.58 | 0.92 | 0.04 | 22.04 | 0.93 | 0.52 |
| Hex | F6 | 67 | 14 | 0 | 3A | 5C | 4 | 16 | 5D | 34 |
| Octal | 366 | 147 | 24 | 0 | 72 | 134 | 4 | 26 | 135 | 64 |
| Binary | 11110110 | 1100111 | 10100 | 0 | 111010 | 1011100 | 100 | 10110 | 1011101 | 110100 |
Color Harmonies of #F66714
Complementary color
Monochromatic Colors of #F66714
Black with #F66714
Text Example
Text Example
White with #F66714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66714; }
p { color: rgb(246,103,20); }
H1.HeaderClassName
{
color: #F66714;
}
.AnyTagClassName
{
color: #F66714;
}
</style>
background-color css
<style>
a { background-color: #F66714; }
a { background-color: rgb(246,103,20); }
div.DivClassName
{
background-color: #F66714;
}
.BgClassName
{
background-color: #F66714;
}
</style>
border-color css
<style>
span { border-color: #F66714; }
span { border-color: rgb(246,103,20); }
td.TdClassName
{
border-color: #F66714;
}
.TagClassName
{
border-color: #F66714;
}
</style>