Shades of Pumpkin #F56F25
Tints of Pumpkin #F56F25
RGB
CMYK
RGB Variations
Color information
#F56F25 (or 0xF56F25) is known color: Pumpkin. HEX triplet: F5, 6F and 25. RGB value is (245,111,37). Sum of RGB (Red+Green+Blue) = 245+111+37=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F25 is #0A90DA. Grayscale: #8F8F8F. Windows color (decimal): -692443 or 2453493. OLE color: 2453493.
HSL color Cylindrical-coordinate representation of color #F56F25: hue angle of 21.35º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F56F25 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 37 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.04 |
| HSL | 21.35º | 0.91% | 0.55% | - |
| HSV(B) | 21.35º | 0.85% | 0.96% | - |
| XYZ | 43.67 | 30.91 | 5.42 | - |
| YUV | 142.63 | 68.39 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 37 | 0 | 0.55 | 0.85 | 0.04 | 21.35 | 0.91 | 0.55 |
| Hex | F5 | 6F | 25 | 0 | 37 | 55 | 4 | 15 | 5B | 37 |
| Octal | 365 | 157 | 45 | 0 | 67 | 125 | 4 | 25 | 133 | 67 |
| Binary | 11110101 | 1101111 | 100101 | 0 | 110111 | 1010101 | 100 | 10101 | 1011011 | 110111 |
Color Harmonies of #F56F25
Complementary color
Monochromatic Colors of #F56F25
Black with #F56F25
Text Example
Text Example
White with #F56F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F25; }
p { color: rgb(245,111,37); }
H1.HeaderClassName
{
color: #F56F25;
}
.AnyTagClassName
{
color: #F56F25;
}
</style>
background-color css
<style>
a { background-color: #F56F25; }
a { background-color: rgb(245,111,37); }
div.DivClassName
{
background-color: #F56F25;
}
.BgClassName
{
background-color: #F56F25;
}
</style>
border-color css
<style>
span { border-color: #F56F25; }
span { border-color: rgb(245,111,37); }
td.TdClassName
{
border-color: #F56F25;
}
.TagClassName
{
border-color: #F56F25;
}
</style>