Shades of Pumpkin #F87D1B
Tints of Pumpkin #F87D1B
RGB
CMYK
RGB Variations
Color information
#F87D1B (or 0xF87D1B) is known color: Pumpkin. HEX triplet: F8, 7D and 1B. RGB value is (248,125,27). Sum of RGB (Red+Green+Blue) = 248+125+27=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D1B is #0782E4. Grayscale: #979797. Windows color (decimal): -492261 or 1801720. OLE color: 1801720.
HSL color Cylindrical-coordinate representation of color #F87D1B: hue angle of 26.61º 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 #F87D1B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.03 |
| HSL | 26.61º | 0.94% | 0.54% | - |
| HSV(B) | 26.61º | 0.89% | 0.97% | - |
| XYZ | 46.24 | 34.7 | 5.3 | - |
| YUV | 150.61 | 58.25 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 27 | 0 | 0.50 | 0.89 | 0.03 | 26.61 | 0.94 | 0.54 |
| Hex | F8 | 7D | 1B | 0 | 32 | 59 | 3 | 1B | 5E | 36 |
| Octal | 370 | 175 | 33 | 0 | 62 | 131 | 3 | 33 | 136 | 66 |
| Binary | 11111000 | 1111101 | 11011 | 0 | 110010 | 1011001 | 11 | 11011 | 1011110 | 110110 |
Color Harmonies of #F87D1B
Complementary color
Monochromatic Colors of #F87D1B
Black with #F87D1B
Text Example
Text Example
White with #F87D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D1B; }
p { color: rgb(248,125,27); }
H1.HeaderClassName
{
color: #F87D1B;
}
.AnyTagClassName
{
color: #F87D1B;
}
</style>
background-color css
<style>
a { background-color: #F87D1B; }
a { background-color: rgb(248,125,27); }
div.DivClassName
{
background-color: #F87D1B;
}
.BgClassName
{
background-color: #F87D1B;
}
</style>
border-color css
<style>
span { border-color: #F87D1B; }
span { border-color: rgb(248,125,27); }
td.TdClassName
{
border-color: #F87D1B;
}
.TagClassName
{
border-color: #F87D1B;
}
</style>