Shades of Pumpkin #F67A1B
Tints of Pumpkin #F67A1B
RGB
CMYK
RGB Variations
Color information
#F67A1B (or 0xF67A1B) is known color: Pumpkin. HEX triplet: F6, 7A and 1B. RGB value is (246,122,27). Sum of RGB (Red+Green+Blue) = 246+122+27=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67A1B is #0985E4. Grayscale: #949494. Windows color (decimal): -624101 or 1800950. OLE color: 1800950.
HSL color Cylindrical-coordinate representation of color #F67A1B: hue angle of 26.03º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F67A1B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.04 |
| HSL | 26.03º | 0.92% | 0.54% | - |
| HSV(B) | 26.03º | 0.89% | 0.96% | - |
| XYZ | 45.16 | 33.59 | 5.14 | - |
| YUV | 148.25 | 59.58 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 27 | 0 | 0.50 | 0.89 | 0.04 | 26.03 | 0.92 | 0.54 |
| Hex | F6 | 7A | 1B | 0 | 32 | 59 | 4 | 1A | 5C | 36 |
| Octal | 366 | 172 | 33 | 0 | 62 | 131 | 4 | 32 | 134 | 66 |
| Binary | 11110110 | 1111010 | 11011 | 0 | 110010 | 1011001 | 100 | 11010 | 1011100 | 110110 |
Color Harmonies of #F67A1B
Complementary color
Monochromatic Colors of #F67A1B
Black with #F67A1B
Text Example
Text Example
White with #F67A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A1B; }
p { color: rgb(246,122,27); }
H1.HeaderClassName
{
color: #F67A1B;
}
.AnyTagClassName
{
color: #F67A1B;
}
</style>
background-color css
<style>
a { background-color: #F67A1B; }
a { background-color: rgb(246,122,27); }
div.DivClassName
{
background-color: #F67A1B;
}
.BgClassName
{
background-color: #F67A1B;
}
</style>
border-color css
<style>
span { border-color: #F67A1B; }
span { border-color: rgb(246,122,27); }
td.TdClassName
{
border-color: #F67A1B;
}
.TagClassName
{
border-color: #F67A1B;
}
</style>