Shades of Pumpkin #F57521
Tints of Pumpkin #F57521
RGB
CMYK
RGB Variations
Color information
#F57521 (or 0xF57521) is known color: Pumpkin. HEX triplet: F5, 75 and 21. RGB value is (245,117,33). Sum of RGB (Red+Green+Blue) = 245+117+33=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F57521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57521 is #0A8ADE. Grayscale: #929292. Windows color (decimal): -690911 or 2192885. OLE color: 2192885.
HSL color Cylindrical-coordinate representation of color #F57521: hue angle of 23.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F57521 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 33 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.04 |
| HSL | 23.77º | 0.91% | 0.55% | - |
| HSV(B) | 23.77º | 0.87% | 0.96% | - |
| XYZ | 44.29 | 32.24 | 5.33 | - |
| YUV | 145.7 | 64.41 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 33 | 0 | 0.52 | 0.87 | 0.04 | 23.77 | 0.91 | 0.55 |
| Hex | F5 | 75 | 21 | 0 | 34 | 57 | 4 | 18 | 5B | 37 |
| Octal | 365 | 165 | 41 | 0 | 64 | 127 | 4 | 30 | 133 | 67 |
| Binary | 11110101 | 1110101 | 100001 | 0 | 110100 | 1010111 | 100 | 11000 | 1011011 | 110111 |
Color Harmonies of #F57521
Complementary color
Monochromatic Colors of #F57521
Black with #F57521
Text Example
Text Example
White with #F57521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57521; }
p { color: rgb(245,117,33); }
H1.HeaderClassName
{
color: #F57521;
}
.AnyTagClassName
{
color: #F57521;
}
</style>
background-color css
<style>
a { background-color: #F57521; }
a { background-color: rgb(245,117,33); }
div.DivClassName
{
background-color: #F57521;
}
.BgClassName
{
background-color: #F57521;
}
</style>
border-color css
<style>
span { border-color: #F57521; }
span { border-color: rgb(245,117,33); }
td.TdClassName
{
border-color: #F57521;
}
.TagClassName
{
border-color: #F57521;
}
</style>