Shades of Pumpkin #F85C19
Tints of Pumpkin #F85C19
RGB
CMYK
RGB Variations
Color information
#F85C19 (or 0xF85C19) is known color: Pumpkin. HEX triplet: F8, 5C and 19. RGB value is (248,92,25). Sum of RGB (Red+Green+Blue) = 248+92+25=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C19 is #07A3E6. Grayscale: #838383. Windows color (decimal): -500711 or 1662200. OLE color: 1662200.
HSL color Cylindrical-coordinate representation of color #F85C19: hue angle of 18.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F85C19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.03 |
| HSL | 18.03º | 0.94% | 0.54% | - |
| HSV(B) | 18.03º | 0.9% | 0.97% | - |
| XYZ | 42.71 | 27.68 | 4.01 | - |
| YUV | 131.01 | 68.18 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 25 | 0 | 0.63 | 0.90 | 0.03 | 18.03 | 0.94 | 0.54 |
| Hex | F8 | 5C | 19 | 0 | 3F | 5A | 3 | 12 | 5E | 36 |
| Octal | 370 | 134 | 31 | 0 | 77 | 132 | 3 | 22 | 136 | 66 |
| Binary | 11111000 | 1011100 | 11001 | 0 | 111111 | 1011010 | 11 | 10010 | 1011110 | 110110 |
Color Harmonies of #F85C19
Complementary color
Monochromatic Colors of #F85C19
Black with #F85C19
Text Example
Text Example
White with #F85C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C19; }
p { color: rgb(248,92,25); }
H1.HeaderClassName
{
color: #F85C19;
}
.AnyTagClassName
{
color: #F85C19;
}
</style>
background-color css
<style>
a { background-color: #F85C19; }
a { background-color: rgb(248,92,25); }
div.DivClassName
{
background-color: #F85C19;
}
.BgClassName
{
background-color: #F85C19;
}
</style>
border-color css
<style>
span { border-color: #F85C19; }
span { border-color: rgb(248,92,25); }
td.TdClassName
{
border-color: #F85C19;
}
.TagClassName
{
border-color: #F85C19;
}
</style>