Shades of Pumpkin #F56A1B
Tints of Pumpkin #F56A1B
RGB
CMYK
RGB Variations
Color information
#F56A1B (or 0xF56A1B) is known color: Pumpkin. HEX triplet: F5, 6A and 1B. RGB value is (245,106,27). Sum of RGB (Red+Green+Blue) = 245+106+27=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A1B is #0A95E4. Grayscale: #8B8B8B. Windows color (decimal): -693733 or 1796853. OLE color: 1796853.
HSL color Cylindrical-coordinate representation of color #F56A1B: hue angle of 21.74º 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 #F56A1B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.04 |
| HSL | 21.74º | 0.92% | 0.53% | - |
| HSV(B) | 21.74º | 0.89% | 0.96% | - |
| XYZ | 43.01 | 29.8 | 4.52 | - |
| YUV | 138.56 | 65.05 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 27 | 0 | 0.57 | 0.89 | 0.04 | 21.74 | 0.92 | 0.53 |
| Hex | F5 | 6A | 1B | 0 | 39 | 59 | 4 | 16 | 5C | 35 |
| Octal | 365 | 152 | 33 | 0 | 71 | 131 | 4 | 26 | 134 | 65 |
| Binary | 11110101 | 1101010 | 11011 | 0 | 111001 | 1011001 | 100 | 10110 | 1011100 | 110101 |
Color Harmonies of #F56A1B
Complementary color
Monochromatic Colors of #F56A1B
Black with #F56A1B
Text Example
Text Example
White with #F56A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A1B; }
p { color: rgb(245,106,27); }
H1.HeaderClassName
{
color: #F56A1B;
}
.AnyTagClassName
{
color: #F56A1B;
}
</style>
background-color css
<style>
a { background-color: #F56A1B; }
a { background-color: rgb(245,106,27); }
div.DivClassName
{
background-color: #F56A1B;
}
.BgClassName
{
background-color: #F56A1B;
}
</style>
border-color css
<style>
span { border-color: #F56A1B; }
span { border-color: rgb(245,106,27); }
td.TdClassName
{
border-color: #F56A1B;
}
.TagClassName
{
border-color: #F56A1B;
}
</style>