Shades of Pumpkin #F57B1E
Tints of Pumpkin #F57B1E
RGB
CMYK
RGB Variations
Color information
#F57B1E (or 0xF57B1E) is known color: Pumpkin. HEX triplet: F5, 7B and 1E. RGB value is (245,123,30). Sum of RGB (Red+Green+Blue) = 245+123+30=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57B1E is #0A84E1. Grayscale: #959595. Windows color (decimal): -689378 or 1997813. OLE color: 1997813.
HSL color Cylindrical-coordinate representation of color #F57B1E: hue angle of 25.95º 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 #F57B1E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 30 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.04 |
| HSL | 25.95º | 0.91% | 0.54% | - |
| HSV(B) | 25.95º | 0.88% | 0.96% | - |
| XYZ | 44.97 | 33.67 | 5.36 | - |
| YUV | 148.88 | 60.92 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 30 | 0 | 0.50 | 0.88 | 0.04 | 25.95 | 0.91 | 0.54 |
| Hex | F5 | 7B | 1E | 0 | 32 | 58 | 4 | 1A | 5B | 36 |
| Octal | 365 | 173 | 36 | 0 | 62 | 130 | 4 | 32 | 133 | 66 |
| Binary | 11110101 | 1111011 | 11110 | 0 | 110010 | 1011000 | 100 | 11010 | 1011011 | 110110 |
Color Harmonies of #F57B1E
Complementary color
Monochromatic Colors of #F57B1E
Black with #F57B1E
Text Example
Text Example
White with #F57B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B1E; }
p { color: rgb(245,123,30); }
H1.HeaderClassName
{
color: #F57B1E;
}
.AnyTagClassName
{
color: #F57B1E;
}
</style>
background-color css
<style>
a { background-color: #F57B1E; }
a { background-color: rgb(245,123,30); }
div.DivClassName
{
background-color: #F57B1E;
}
.BgClassName
{
background-color: #F57B1E;
}
</style>
border-color css
<style>
span { border-color: #F57B1E; }
span { border-color: rgb(245,123,30); }
td.TdClassName
{
border-color: #F57B1E;
}
.TagClassName
{
border-color: #F57B1E;
}
</style>