Shades of Pumpkin #F5751E
Tints of Pumpkin #F5751E
RGB
CMYK
RGB Variations
Color information
#F5751E (or 0xF5751E) is known color: Pumpkin. HEX triplet: F5, 75 and 1E. RGB value is (245,117,30). Sum of RGB (Red+Green+Blue) = 245+117+30=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5751E is #0A8AE1. Grayscale: #919191. Windows color (decimal): -690914 or 1996277. OLE color: 1996277.
HSL color Cylindrical-coordinate representation of color #F5751E: hue angle of 24.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5751E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 30 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.04 |
| HSL | 24.28º | 0.91% | 0.54% | - |
| HSV(B) | 24.28º | 0.88% | 0.96% | - |
| XYZ | 44.25 | 32.23 | 5.12 | - |
| YUV | 145.35 | 62.91 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 30 | 0 | 0.52 | 0.88 | 0.04 | 24.28 | 0.91 | 0.54 |
| Hex | F5 | 75 | 1E | 0 | 34 | 58 | 4 | 18 | 5B | 36 |
| Octal | 365 | 165 | 36 | 0 | 64 | 130 | 4 | 30 | 133 | 66 |
| Binary | 11110101 | 1110101 | 11110 | 0 | 110100 | 1011000 | 100 | 11000 | 1011011 | 110110 |
Color Harmonies of #F5751E
Complementary color
Monochromatic Colors of #F5751E
Black with #F5751E
Text Example
Text Example
White with #F5751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5751E; }
p { color: rgb(245,117,30); }
H1.HeaderClassName
{
color: #F5751E;
}
.AnyTagClassName
{
color: #F5751E;
}
</style>
background-color css
<style>
a { background-color: #F5751E; }
a { background-color: rgb(245,117,30); }
div.DivClassName
{
background-color: #F5751E;
}
.BgClassName
{
background-color: #F5751E;
}
</style>
border-color css
<style>
span { border-color: #F5751E; }
span { border-color: rgb(245,117,30); }
td.TdClassName
{
border-color: #F5751E;
}
.TagClassName
{
border-color: #F5751E;
}
</style>