Shades of Pumpkin #F85A1B
Tints of Pumpkin #F85A1B
RGB
CMYK
RGB Variations
Color information
#F85A1B (or 0xF85A1B) is known color: Pumpkin. HEX triplet: F8, 5A and 1B. RGB value is (248,90,27). Sum of RGB (Red+Green+Blue) = 248+90+27=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A1B is #07A5E4. Grayscale: #828282. Windows color (decimal): -501221 or 1792760. OLE color: 1792760.
HSL color Cylindrical-coordinate representation of color #F85A1B: hue angle of 17.1º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F85A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.03 |
| HSL | 17.1º | 0.94% | 0.54% | - |
| HSV(B) | 17.1º | 0.89% | 0.97% | - |
| XYZ | 42.57 | 27.35 | 4.07 | - |
| YUV | 130.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 27 | 0 | 0.64 | 0.89 | 0.03 | 17.1 | 0.94 | 0.54 |
| Hex | F8 | 5A | 1B | 0 | 40 | 59 | 3 | 11 | 5E | 36 |
| Octal | 370 | 132 | 33 | 0 | 100 | 131 | 3 | 21 | 136 | 66 |
| Binary | 11111000 | 1011010 | 11011 | 0 | 1000000 | 1011001 | 11 | 10001 | 1011110 | 110110 |
Color Harmonies of #F85A1B
Complementary color
Monochromatic Colors of #F85A1B
Black with #F85A1B
Text Example
Text Example
White with #F85A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A1B; }
p { color: rgb(248,90,27); }
H1.HeaderClassName
{
color: #F85A1B;
}
.AnyTagClassName
{
color: #F85A1B;
}
</style>
background-color css
<style>
a { background-color: #F85A1B; }
a { background-color: rgb(248,90,27); }
div.DivClassName
{
background-color: #F85A1B;
}
.BgClassName
{
background-color: #F85A1B;
}
</style>
border-color css
<style>
span { border-color: #F85A1B; }
span { border-color: rgb(248,90,27); }
td.TdClassName
{
border-color: #F85A1B;
}
.TagClassName
{
border-color: #F85A1B;
}
</style>