Shades of Pumpkin #F6741A
Tints of Pumpkin #F6741A
RGB
CMYK
RGB Variations
Color information
#F6741A (or 0xF6741A) is known color: Pumpkin. HEX triplet: F6, 74 and 1A. RGB value is (246,116,26). Sum of RGB (Red+Green+Blue) = 246+116+26=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6741A is #098BE5. Grayscale: #919191. Windows color (decimal): -625638 or 1733878. OLE color: 1733878.
HSL color Cylindrical-coordinate representation of color #F6741A: hue angle of 24.55º 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 #F6741A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 26 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 24.55º | 0.92% | 0.53% | - |
| HSV(B) | 24.55º | 0.89% | 0.96% | - |
| XYZ | 44.44 | 32.16 | 4.84 | - |
| YUV | 144.61 | 61.07 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 26 | 0 | 0.53 | 0.89 | 0.04 | 24.55 | 0.92 | 0.53 |
| Hex | F6 | 74 | 1A | 0 | 35 | 59 | 4 | 19 | 5C | 35 |
| Octal | 366 | 164 | 32 | 0 | 65 | 131 | 4 | 31 | 134 | 65 |
| Binary | 11110110 | 1110100 | 11010 | 0 | 110101 | 1011001 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F6741A
Complementary color
Monochromatic Colors of #F6741A
Black with #F6741A
Text Example
Text Example
White with #F6741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6741A; }
p { color: rgb(246,116,26); }
H1.HeaderClassName
{
color: #F6741A;
}
.AnyTagClassName
{
color: #F6741A;
}
</style>
background-color css
<style>
a { background-color: #F6741A; }
a { background-color: rgb(246,116,26); }
div.DivClassName
{
background-color: #F6741A;
}
.BgClassName
{
background-color: #F6741A;
}
</style>
border-color css
<style>
span { border-color: #F6741A; }
span { border-color: rgb(246,116,26); }
td.TdClassName
{
border-color: #F6741A;
}
.TagClassName
{
border-color: #F6741A;
}
</style>