Shades of Pumpkin #F6661A
Tints of Pumpkin #F6661A
RGB
CMYK
RGB Variations
Color information
#F6661A (or 0xF6661A) is known color: Pumpkin. HEX triplet: F6, 66 and 1A. RGB value is (246,102,26). Sum of RGB (Red+Green+Blue) = 246+102+26=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6661A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6661A is #0999E5. Grayscale: #888888. Windows color (decimal): -629222 or 1730294. OLE color: 1730294.
HSL color Cylindrical-coordinate representation of color #F6661A: hue angle of 20.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6661A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.04 |
| HSL | 20.73º | 0.92% | 0.53% | - |
| HSV(B) | 20.73º | 0.89% | 0.96% | - |
| XYZ | 42.94 | 29.17 | 4.34 | - |
| YUV | 136.39 | 65.71 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 26 | 0 | 0.59 | 0.89 | 0.04 | 20.73 | 0.92 | 0.53 |
| Hex | F6 | 66 | 1A | 0 | 3B | 59 | 4 | 15 | 5C | 35 |
| Octal | 366 | 146 | 32 | 0 | 73 | 131 | 4 | 25 | 134 | 65 |
| Binary | 11110110 | 1100110 | 11010 | 0 | 111011 | 1011001 | 100 | 10101 | 1011100 | 110101 |
Color Harmonies of #F6661A
Complementary color
Monochromatic Colors of #F6661A
Black with #F6661A
Text Example
Text Example
White with #F6661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6661A; }
p { color: rgb(246,102,26); }
H1.HeaderClassName
{
color: #F6661A;
}
.AnyTagClassName
{
color: #F6661A;
}
</style>
background-color css
<style>
a { background-color: #F6661A; }
a { background-color: rgb(246,102,26); }
div.DivClassName
{
background-color: #F6661A;
}
.BgClassName
{
background-color: #F6661A;
}
</style>
border-color css
<style>
span { border-color: #F6661A; }
span { border-color: rgb(246,102,26); }
td.TdClassName
{
border-color: #F6661A;
}
.TagClassName
{
border-color: #F6661A;
}
</style>