Shades of Pumpkin #F85E1D
Tints of Pumpkin #F85E1D
RGB
CMYK
RGB Variations
Color information
#F85E1D (or 0xF85E1D) is known color: Pumpkin. HEX triplet: F8, 5E and 1D. RGB value is (248,94,29). Sum of RGB (Red+Green+Blue) = 248+94+29=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E1D is #07A1E2. Grayscale: #858585. Windows color (decimal): -500195 or 1924856. OLE color: 1924856.
HSL color Cylindrical-coordinate representation of color #F85E1D: hue angle of 17.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F85E1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.03 |
| HSL | 17.81º | 0.94% | 0.54% | - |
| HSV(B) | 17.81º | 0.88% | 0.97% | - |
| XYZ | 42.94 | 28.05 | 4.31 | - |
| YUV | 132.64 | 69.52 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 29 | 0 | 0.62 | 0.88 | 0.03 | 17.81 | 0.94 | 0.54 |
| Hex | F8 | 5E | 1D | 0 | 3E | 58 | 3 | 12 | 5E | 36 |
| Octal | 370 | 136 | 35 | 0 | 76 | 130 | 3 | 22 | 136 | 66 |
| Binary | 11111000 | 1011110 | 11101 | 0 | 111110 | 1011000 | 11 | 10010 | 1011110 | 110110 |
Color Harmonies of #F85E1D
Complementary color
Monochromatic Colors of #F85E1D
Black with #F85E1D
Text Example
Text Example
White with #F85E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E1D; }
p { color: rgb(248,94,29); }
H1.HeaderClassName
{
color: #F85E1D;
}
.AnyTagClassName
{
color: #F85E1D;
}
</style>
background-color css
<style>
a { background-color: #F85E1D; }
a { background-color: rgb(248,94,29); }
div.DivClassName
{
background-color: #F85E1D;
}
.BgClassName
{
background-color: #F85E1D;
}
</style>
border-color css
<style>
span { border-color: #F85E1D; }
span { border-color: rgb(248,94,29); }
td.TdClassName
{
border-color: #F85E1D;
}
.TagClassName
{
border-color: #F85E1D;
}
</style>