Shades of Pumpkin #F65F1D
Tints of Pumpkin #F65F1D
RGB
CMYK
RGB Variations
Color information
#F65F1D (or 0xF65F1D) is known color: Pumpkin. HEX triplet: F6, 5F and 1D. RGB value is (246,95,29). Sum of RGB (Red+Green+Blue) = 246+95+29=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F1D is #09A0E2. Grayscale: #858585. Windows color (decimal): -631011 or 1925110. OLE color: 1925110.
HSL color Cylindrical-coordinate representation of color #F65F1D: hue angle of 18.25º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F65F1D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.04 |
| HSL | 18.25º | 0.92% | 0.54% | - |
| HSV(B) | 18.25º | 0.88% | 0.96% | - |
| XYZ | 42.32 | 27.87 | 4.31 | - |
| YUV | 132.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 29 | 0 | 0.61 | 0.88 | 0.04 | 18.25 | 0.92 | 0.54 |
| Hex | F6 | 5F | 1D | 0 | 3D | 58 | 4 | 12 | 5C | 36 |
| Octal | 366 | 137 | 35 | 0 | 75 | 130 | 4 | 22 | 134 | 66 |
| Binary | 11110110 | 1011111 | 11101 | 0 | 111101 | 1011000 | 100 | 10010 | 1011100 | 110110 |
Color Harmonies of #F65F1D
Complementary color
Monochromatic Colors of #F65F1D
Black with #F65F1D
Text Example
Text Example
White with #F65F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F1D; }
p { color: rgb(246,95,29); }
H1.HeaderClassName
{
color: #F65F1D;
}
.AnyTagClassName
{
color: #F65F1D;
}
</style>
background-color css
<style>
a { background-color: #F65F1D; }
a { background-color: rgb(246,95,29); }
div.DivClassName
{
background-color: #F65F1D;
}
.BgClassName
{
background-color: #F65F1D;
}
</style>
border-color css
<style>
span { border-color: #F65F1D; }
span { border-color: rgb(246,95,29); }
td.TdClassName
{
border-color: #F65F1D;
}
.TagClassName
{
border-color: #F65F1D;
}
</style>