Shades of Pumpkin #F15D1D
Tints of Pumpkin #F15D1D
RGB
CMYK
RGB Variations
Color information
#F15D1D (or 0xF15D1D) is known color: Pumpkin. HEX triplet: F1, 5D and 1D. RGB value is (241,93,29). Sum of RGB (Red+Green+Blue) = 241+93+29=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D1D is #0EA2E2. Grayscale: #828282. Windows color (decimal): -959203 or 1924593. OLE color: 1924593.
HSL color Cylindrical-coordinate representation of color #F15D1D: hue angle of 18.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F15D1D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.05 |
| HSL | 18.11º | 0.88% | 0.53% | - |
| HSV(B) | 18.11º | 0.88% | 0.95% | - |
| XYZ | 40.41 | 26.62 | 4.17 | - |
| YUV | 129.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 29 | 0 | 0.61 | 0.88 | 0.05 | 18.11 | 0.88 | 0.53 |
| Hex | F1 | 5D | 1D | 0 | 3D | 58 | 5 | 12 | 58 | 35 |
| Octal | 361 | 135 | 35 | 0 | 75 | 130 | 5 | 22 | 130 | 65 |
| Binary | 11110001 | 1011101 | 11101 | 0 | 111101 | 1011000 | 101 | 10010 | 1011000 | 110101 |
Color Harmonies of #F15D1D
Complementary color
Monochromatic Colors of #F15D1D
Black with #F15D1D
Text Example
Text Example
White with #F15D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D1D; }
p { color: rgb(241,93,29); }
H1.HeaderClassName
{
color: #F15D1D;
}
.AnyTagClassName
{
color: #F15D1D;
}
</style>
background-color css
<style>
a { background-color: #F15D1D; }
a { background-color: rgb(241,93,29); }
div.DivClassName
{
background-color: #F15D1D;
}
.BgClassName
{
background-color: #F15D1D;
}
</style>
border-color css
<style>
span { border-color: #F15D1D; }
span { border-color: rgb(241,93,29); }
td.TdClassName
{
border-color: #F15D1D;
}
.TagClassName
{
border-color: #F15D1D;
}
</style>