Shades of Pumpkin #F87223
Tints of Pumpkin #F87223
RGB
CMYK
RGB Variations
Color information
#F87223 (or 0xF87223) is known color: Pumpkin. HEX triplet: F8, 72 and 23. RGB value is (248,114,35). Sum of RGB (Red+Green+Blue) = 248+114+35=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F87223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87223 is #078DDC. Grayscale: #919191. Windows color (decimal): -495069 or 2323192. OLE color: 2323192.
HSL color Cylindrical-coordinate representation of color #F87223: hue angle of 22.25º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F87223 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 35 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.03 |
| HSL | 22.25º | 0.94% | 0.55% | - |
| HSV(B) | 22.25º | 0.86% | 0.97% | - |
| XYZ | 45.03 | 32.11 | 5.41 | - |
| YUV | 145.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 35 | 0 | 0.54 | 0.86 | 0.03 | 22.25 | 0.94 | 0.55 |
| Hex | F8 | 72 | 23 | 0 | 36 | 56 | 3 | 16 | 5E | 37 |
| Octal | 370 | 162 | 43 | 0 | 66 | 126 | 3 | 26 | 136 | 67 |
| Binary | 11111000 | 1110010 | 100011 | 0 | 110110 | 1010110 | 11 | 10110 | 1011110 | 110111 |
Color Harmonies of #F87223
Complementary color
Monochromatic Colors of #F87223
Black with #F87223
Text Example
Text Example
White with #F87223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87223; }
p { color: rgb(248,114,35); }
H1.HeaderClassName
{
color: #F87223;
}
.AnyTagClassName
{
color: #F87223;
}
</style>
background-color css
<style>
a { background-color: #F87223; }
a { background-color: rgb(248,114,35); }
div.DivClassName
{
background-color: #F87223;
}
.BgClassName
{
background-color: #F87223;
}
</style>
border-color css
<style>
span { border-color: #F87223; }
span { border-color: rgb(248,114,35); }
td.TdClassName
{
border-color: #F87223;
}
.TagClassName
{
border-color: #F87223;
}
</style>