Shades of Pumpkin #F6740B
Tints of Pumpkin #F6740B
RGB
CMYK
RGB Variations
Color information
#F6740B (or 0xF6740B) is known color: Pumpkin. HEX triplet: F6, 74 and 0B. RGB value is (246,116,11). Sum of RGB (Red+Green+Blue) = 246+116+11=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6740B is #098BF4. Grayscale: #8F8F8F. Windows color (decimal): -625653 or 750838. OLE color: 750838.
HSL color Cylindrical-coordinate representation of color #F6740B: hue angle of 26.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6740B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.04 |
| HSL | 26.81º | 0.93% | 0.5% | - |
| HSV(B) | 26.81º | 0.96% | 0.96% | - |
| XYZ | 44.31 | 32.11 | 4.18 | - |
| YUV | 142.9 | 53.57 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 11 | 0 | 0.53 | 0.96 | 0.04 | 26.81 | 0.93 | 0.5 |
| Hex | F6 | 74 | B | 0 | 35 | 60 | 4 | 1B | 5D | 32 |
| Octal | 366 | 164 | 13 | 0 | 65 | 140 | 4 | 33 | 135 | 62 |
| Binary | 11110110 | 1110100 | 1011 | 0 | 110101 | 1100000 | 100 | 11011 | 1011101 | 110010 |
Color Harmonies of #F6740B
Complementary color
Monochromatic Colors of #F6740B
Black with #F6740B
Text Example
Text Example
White with #F6740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6740B; }
p { color: rgb(246,116,11); }
H1.HeaderClassName
{
color: #F6740B;
}
.AnyTagClassName
{
color: #F6740B;
}
</style>
background-color css
<style>
a { background-color: #F6740B; }
a { background-color: rgb(246,116,11); }
div.DivClassName
{
background-color: #F6740B;
}
.BgClassName
{
background-color: #F6740B;
}
</style>
border-color css
<style>
span { border-color: #F6740B; }
span { border-color: rgb(246,116,11); }
td.TdClassName
{
border-color: #F6740B;
}
.TagClassName
{
border-color: #F6740B;
}
</style>