Shades of Pumpkin #F85D1A
Tints of Pumpkin #F85D1A
RGB
CMYK
RGB Variations
Color information
#F85D1A (or 0xF85D1A) is known color: Pumpkin. HEX triplet: F8, 5D and 1A. RGB value is (248,93,26). Sum of RGB (Red+Green+Blue) = 248+93+26=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D1A is #07A2E5. Grayscale: #848484. Windows color (decimal): -500454 or 1727992. OLE color: 1727992.
HSL color Cylindrical-coordinate representation of color #F85D1A: hue angle of 18.11º 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 #F85D1A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 26 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.03 |
| HSL | 18.11º | 0.94% | 0.54% | - |
| HSV(B) | 18.11º | 0.9% | 0.97% | - |
| XYZ | 42.81 | 27.86 | 4.1 | - |
| YUV | 131.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 26 | 0 | 0.62 | 0.90 | 0.03 | 18.11 | 0.94 | 0.54 |
| Hex | F8 | 5D | 1A | 0 | 3E | 5A | 3 | 12 | 5E | 36 |
| Octal | 370 | 135 | 32 | 0 | 76 | 132 | 3 | 22 | 136 | 66 |
| Binary | 11111000 | 1011101 | 11010 | 0 | 111110 | 1011010 | 11 | 10010 | 1011110 | 110110 |
Color Harmonies of #F85D1A
Complementary color
Monochromatic Colors of #F85D1A
Black with #F85D1A
Text Example
Text Example
White with #F85D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D1A; }
p { color: rgb(248,93,26); }
H1.HeaderClassName
{
color: #F85D1A;
}
.AnyTagClassName
{
color: #F85D1A;
}
</style>
background-color css
<style>
a { background-color: #F85D1A; }
a { background-color: rgb(248,93,26); }
div.DivClassName
{
background-color: #F85D1A;
}
.BgClassName
{
background-color: #F85D1A;
}
</style>
border-color css
<style>
span { border-color: #F85D1A; }
span { border-color: rgb(248,93,26); }
td.TdClassName
{
border-color: #F85D1A;
}
.TagClassName
{
border-color: #F85D1A;
}
</style>