Shades of Pumpkin #F56C23
Tints of Pumpkin #F56C23
RGB
CMYK
RGB Variations
Color information
#F56C23 (or 0xF56C23) is known color: Pumpkin. HEX triplet: F5, 6C and 23. RGB value is (245,108,35). Sum of RGB (Red+Green+Blue) = 245+108+35=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C23 is #0A93DC. Grayscale: #8D8D8D. Windows color (decimal): -693213 or 2321653. OLE color: 2321653.
HSL color Cylindrical-coordinate representation of color #F56C23: hue angle of 20.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F56C23 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 35 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.04 |
| HSL | 20.86º | 0.91% | 0.55% | - |
| HSV(B) | 20.86º | 0.86% | 0.96% | - |
| XYZ | 43.32 | 30.26 | 5.15 | - |
| YUV | 140.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 35 | 0 | 0.56 | 0.86 | 0.04 | 20.86 | 0.91 | 0.55 |
| Hex | F5 | 6C | 23 | 0 | 38 | 56 | 4 | 15 | 5B | 37 |
| Octal | 365 | 154 | 43 | 0 | 70 | 126 | 4 | 25 | 133 | 67 |
| Binary | 11110101 | 1101100 | 100011 | 0 | 111000 | 1010110 | 100 | 10101 | 1011011 | 110111 |
Color Harmonies of #F56C23
Complementary color
Monochromatic Colors of #F56C23
Black with #F56C23
Text Example
Text Example
White with #F56C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C23; }
p { color: rgb(245,108,35); }
H1.HeaderClassName
{
color: #F56C23;
}
.AnyTagClassName
{
color: #F56C23;
}
</style>
background-color css
<style>
a { background-color: #F56C23; }
a { background-color: rgb(245,108,35); }
div.DivClassName
{
background-color: #F56C23;
}
.BgClassName
{
background-color: #F56C23;
}
</style>
border-color css
<style>
span { border-color: #F56C23; }
span { border-color: rgb(245,108,35); }
td.TdClassName
{
border-color: #F56C23;
}
.TagClassName
{
border-color: #F56C23;
}
</style>