Shades of Pumpkin #F57421
Tints of Pumpkin #F57421
RGB
CMYK
RGB Variations
Color information
#F57421 (or 0xF57421) is known color: Pumpkin. HEX triplet: F5, 74 and 21. RGB value is (245,116,33). Sum of RGB (Red+Green+Blue) = 245+116+33=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F57421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57421 is #0A8BDE. Grayscale: #919191. Windows color (decimal): -691167 or 2192629. OLE color: 2192629.
HSL color Cylindrical-coordinate representation of color #F57421: hue angle of 23.49º 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 #F57421 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 33 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.04 |
| HSL | 23.49º | 0.91% | 0.55% | - |
| HSV(B) | 23.49º | 0.87% | 0.96% | - |
| XYZ | 44.18 | 32.01 | 5.29 | - |
| YUV | 145.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 33 | 0 | 0.53 | 0.87 | 0.04 | 23.49 | 0.91 | 0.55 |
| Hex | F5 | 74 | 21 | 0 | 35 | 57 | 4 | 17 | 5B | 37 |
| Octal | 365 | 164 | 41 | 0 | 65 | 127 | 4 | 27 | 133 | 67 |
| Binary | 11110101 | 1110100 | 100001 | 0 | 110101 | 1010111 | 100 | 10111 | 1011011 | 110111 |
Color Harmonies of #F57421
Complementary color
Monochromatic Colors of #F57421
Black with #F57421
Text Example
Text Example
White with #F57421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57421; }
p { color: rgb(245,116,33); }
H1.HeaderClassName
{
color: #F57421;
}
.AnyTagClassName
{
color: #F57421;
}
</style>
background-color css
<style>
a { background-color: #F57421; }
a { background-color: rgb(245,116,33); }
div.DivClassName
{
background-color: #F57421;
}
.BgClassName
{
background-color: #F57421;
}
</style>
border-color css
<style>
span { border-color: #F57421; }
span { border-color: rgb(245,116,33); }
td.TdClassName
{
border-color: #F57421;
}
.TagClassName
{
border-color: #F57421;
}
</style>