Shades of Pumpkin #F05D1D
Tints of Pumpkin #F05D1D
RGB
CMYK
RGB Variations
Color information
#F05D1D (or 0xF05D1D) is known color: Pumpkin. HEX triplet: F0, 5D and 1D. RGB value is (240,93,29). Sum of RGB (Red+Green+Blue) = 240+93+29=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D1D is #0FA2E2. Grayscale: #828282. Windows color (decimal): -1024739 or 1924592. OLE color: 1924592.
HSL color Cylindrical-coordinate representation of color #F05D1D: hue angle of 18.2º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F05D1D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.06 |
| HSL | 18.2º | 0.88% | 0.53% | - |
| HSV(B) | 18.2º | 0.88% | 0.94% | - |
| XYZ | 40.07 | 26.44 | 4.15 | - |
| YUV | 129.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 29 | 0 | 0.61 | 0.88 | 0.06 | 18.2 | 0.88 | 0.53 |
| Hex | F0 | 5D | 1D | 0 | 3D | 58 | 6 | 12 | 58 | 35 |
| Octal | 360 | 135 | 35 | 0 | 75 | 130 | 6 | 22 | 130 | 65 |
| Binary | 11110000 | 1011101 | 11101 | 0 | 111101 | 1011000 | 110 | 10010 | 1011000 | 110101 |
Color Harmonies of #F05D1D
Complementary color
Monochromatic Colors of #F05D1D
Black with #F05D1D
Text Example
Text Example
White with #F05D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D1D; }
p { color: rgb(240,93,29); }
H1.HeaderClassName
{
color: #F05D1D;
}
.AnyTagClassName
{
color: #F05D1D;
}
</style>
background-color css
<style>
a { background-color: #F05D1D; }
a { background-color: rgb(240,93,29); }
div.DivClassName
{
background-color: #F05D1D;
}
.BgClassName
{
background-color: #F05D1D;
}
</style>
border-color css
<style>
span { border-color: #F05D1D; }
span { border-color: rgb(240,93,29); }
td.TdClassName
{
border-color: #F05D1D;
}
.TagClassName
{
border-color: #F05D1D;
}
</style>