Shades of Pumpkin #F5721B
Tints of Pumpkin #F5721B
RGB
CMYK
RGB Variations
Color information
#F5721B (or 0xF5721B) is known color: Pumpkin. HEX triplet: F5, 72 and 1B. RGB value is (245,114,27). Sum of RGB (Red+Green+Blue) = 245+114+27=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5721B is #0A8DE4. Grayscale: #8F8F8F. Windows color (decimal): -691685 or 1798901. OLE color: 1798901.
HSL color Cylindrical-coordinate representation of color #F5721B: hue angle of 23.94º 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 #F5721B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.04 |
| HSL | 23.94º | 0.92% | 0.53% | - |
| HSV(B) | 23.94º | 0.89% | 0.96% | - |
| XYZ | 43.87 | 31.53 | 4.81 | - |
| YUV | 143.25 | 62.4 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 27 | 0 | 0.53 | 0.89 | 0.04 | 23.94 | 0.92 | 0.53 |
| Hex | F5 | 72 | 1B | 0 | 35 | 59 | 4 | 18 | 5C | 35 |
| Octal | 365 | 162 | 33 | 0 | 65 | 131 | 4 | 30 | 134 | 65 |
| Binary | 11110101 | 1110010 | 11011 | 0 | 110101 | 1011001 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F5721B
Complementary color
Monochromatic Colors of #F5721B
Black with #F5721B
Text Example
Text Example
White with #F5721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5721B; }
p { color: rgb(245,114,27); }
H1.HeaderClassName
{
color: #F5721B;
}
.AnyTagClassName
{
color: #F5721B;
}
</style>
background-color css
<style>
a { background-color: #F5721B; }
a { background-color: rgb(245,114,27); }
div.DivClassName
{
background-color: #F5721B;
}
.BgClassName
{
background-color: #F5721B;
}
</style>
border-color css
<style>
span { border-color: #F5721B; }
span { border-color: rgb(245,114,27); }
td.TdClassName
{
border-color: #F5721B;
}
.TagClassName
{
border-color: #F5721B;
}
</style>