Shades of Pumpkin #F66A1F
Tints of Pumpkin #F66A1F
RGB
CMYK
RGB Variations
Color information
#F66A1F (or 0xF66A1F) is known color: Pumpkin. HEX triplet: F6, 6A and 1F. RGB value is (246,106,31). Sum of RGB (Red+Green+Blue) = 246+106+31=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66A1F is #0995E0. Grayscale: #8B8B8B. Windows color (decimal): -628193 or 2058998. OLE color: 2058998.
HSL color Cylindrical-coordinate representation of color #F66A1F: hue angle of 20.93º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F66A1F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.04 |
| HSL | 20.93º | 0.92% | 0.54% | - |
| HSV(B) | 20.93º | 0.87% | 0.96% | - |
| XYZ | 43.41 | 30 | 4.8 | - |
| YUV | 139.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 31 | 0 | 0.57 | 0.87 | 0.04 | 20.93 | 0.92 | 0.54 |
| Hex | F6 | 6A | 1F | 0 | 39 | 57 | 4 | 15 | 5C | 36 |
| Octal | 366 | 152 | 37 | 0 | 71 | 127 | 4 | 25 | 134 | 66 |
| Binary | 11110110 | 1101010 | 11111 | 0 | 111001 | 1010111 | 100 | 10101 | 1011100 | 110110 |
Color Harmonies of #F66A1F
Complementary color
Monochromatic Colors of #F66A1F
Black with #F66A1F
Text Example
Text Example
White with #F66A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A1F; }
p { color: rgb(246,106,31); }
H1.HeaderClassName
{
color: #F66A1F;
}
.AnyTagClassName
{
color: #F66A1F;
}
</style>
background-color css
<style>
a { background-color: #F66A1F; }
a { background-color: rgb(246,106,31); }
div.DivClassName
{
background-color: #F66A1F;
}
.BgClassName
{
background-color: #F66A1F;
}
</style>
border-color css
<style>
span { border-color: #F66A1F; }
span { border-color: rgb(246,106,31); }
td.TdClassName
{
border-color: #F66A1F;
}
.TagClassName
{
border-color: #F66A1F;
}
</style>