Shades of Pumpkin #F57023
Tints of Pumpkin #F57023
RGB
CMYK
RGB Variations
Color information
#F57023 (or 0xF57023) is known color: Pumpkin. HEX triplet: F5, 70 and 23. RGB value is (245,112,35). Sum of RGB (Red+Green+Blue) = 245+112+35=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F57023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57023 is #0A8FDC. Grayscale: #8F8F8F. Windows color (decimal): -692189 or 2322677. OLE color: 2322677.
HSL color Cylindrical-coordinate representation of color #F57023: hue angle of 22º 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 #F57023 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 35 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.04 |
| HSL | 22º | 0.91% | 0.55% | - |
| HSV(B) | 22º | 0.86% | 0.96% | - |
| XYZ | 43.75 | 31.12 | 5.29 | - |
| YUV | 142.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 35 | 0 | 0.54 | 0.86 | 0.04 | 22 | 0.91 | 0.55 |
| Hex | F5 | 70 | 23 | 0 | 36 | 56 | 4 | 16 | 5B | 37 |
| Octal | 365 | 160 | 43 | 0 | 66 | 126 | 4 | 26 | 133 | 67 |
| Binary | 11110101 | 1110000 | 100011 | 0 | 110110 | 1010110 | 100 | 10110 | 1011011 | 110111 |
Color Harmonies of #F57023
Complementary color
Monochromatic Colors of #F57023
Black with #F57023
Text Example
Text Example
White with #F57023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57023; }
p { color: rgb(245,112,35); }
H1.HeaderClassName
{
color: #F57023;
}
.AnyTagClassName
{
color: #F57023;
}
</style>
background-color css
<style>
a { background-color: #F57023; }
a { background-color: rgb(245,112,35); }
div.DivClassName
{
background-color: #F57023;
}
.BgClassName
{
background-color: #F57023;
}
</style>
border-color css
<style>
span { border-color: #F57023; }
span { border-color: rgb(245,112,35); }
td.TdClassName
{
border-color: #F57023;
}
.TagClassName
{
border-color: #F57023;
}
</style>