Shades of Pumpkin #F57B1A
Tints of Pumpkin #F57B1A
RGB
CMYK
RGB Variations
Color information
#F57B1A (or 0xF57B1A) is known color: Pumpkin. HEX triplet: F5, 7B and 1A. RGB value is (245,123,26). Sum of RGB (Red+Green+Blue) = 245+123+26=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57B1A is #0A84E5. Grayscale: #949494. Windows color (decimal): -689382 or 1735669. OLE color: 1735669.
HSL color Cylindrical-coordinate representation of color #F57B1A: hue angle of 26.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F57B1A is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 26 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.04 |
| HSL | 26.58º | 0.92% | 0.53% | - |
| HSV(B) | 26.58º | 0.89% | 0.96% | - |
| XYZ | 44.93 | 33.65 | 5.11 | - |
| YUV | 148.42 | 58.92 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 26 | 0 | 0.50 | 0.89 | 0.04 | 26.58 | 0.92 | 0.53 |
| Hex | F5 | 7B | 1A | 0 | 32 | 59 | 4 | 1B | 5C | 35 |
| Octal | 365 | 173 | 32 | 0 | 62 | 131 | 4 | 33 | 134 | 65 |
| Binary | 11110101 | 1111011 | 11010 | 0 | 110010 | 1011001 | 100 | 11011 | 1011100 | 110101 |
Color Harmonies of #F57B1A
Complementary color
Monochromatic Colors of #F57B1A
Black with #F57B1A
Text Example
Text Example
White with #F57B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B1A; }
p { color: rgb(245,123,26); }
H1.HeaderClassName
{
color: #F57B1A;
}
.AnyTagClassName
{
color: #F57B1A;
}
</style>
background-color css
<style>
a { background-color: #F57B1A; }
a { background-color: rgb(245,123,26); }
div.DivClassName
{
background-color: #F57B1A;
}
.BgClassName
{
background-color: #F57B1A;
}
</style>
border-color css
<style>
span { border-color: #F57B1A; }
span { border-color: rgb(245,123,26); }
td.TdClassName
{
border-color: #F57B1A;
}
.TagClassName
{
border-color: #F57B1A;
}
</style>