Shades of Pumpkin #F67D1C
Tints of Pumpkin #F67D1C
RGB
CMYK
RGB Variations
Color information
#F67D1C (or 0xF67D1C) is known color: Pumpkin. HEX triplet: F6, 7D and 1C. RGB value is (246,125,28). Sum of RGB (Red+Green+Blue) = 246+125+28=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D1C is #0982E3. Grayscale: #969696. Windows color (decimal): -623332 or 1867254. OLE color: 1867254.
HSL color Cylindrical-coordinate representation of color #F67D1C: hue angle of 26.7º 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 #F67D1C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 28 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.04 |
| HSL | 26.7º | 0.92% | 0.54% | - |
| HSV(B) | 26.7º | 0.89% | 0.96% | - |
| XYZ | 45.55 | 34.34 | 5.33 | - |
| YUV | 150.12 | 59.09 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 28 | 0 | 0.49 | 0.89 | 0.04 | 26.7 | 0.92 | 0.54 |
| Hex | F6 | 7D | 1C | 0 | 31 | 59 | 4 | 1B | 5C | 36 |
| Octal | 366 | 175 | 34 | 0 | 61 | 131 | 4 | 33 | 134 | 66 |
| Binary | 11110110 | 1111101 | 11100 | 0 | 110001 | 1011001 | 100 | 11011 | 1011100 | 110110 |
Color Harmonies of #F67D1C
Complementary color
Monochromatic Colors of #F67D1C
Black with #F67D1C
Text Example
Text Example
White with #F67D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D1C; }
p { color: rgb(246,125,28); }
H1.HeaderClassName
{
color: #F67D1C;
}
.AnyTagClassName
{
color: #F67D1C;
}
</style>
background-color css
<style>
a { background-color: #F67D1C; }
a { background-color: rgb(246,125,28); }
div.DivClassName
{
background-color: #F67D1C;
}
.BgClassName
{
background-color: #F67D1C;
}
</style>
border-color css
<style>
span { border-color: #F67D1C; }
span { border-color: rgb(246,125,28); }
td.TdClassName
{
border-color: #F67D1C;
}
.TagClassName
{
border-color: #F67D1C;
}
</style>