Shades of Pumpkin #F47F21
Tints of Pumpkin #F47F21
RGB
CMYK
RGB Variations
Color information
#F47F21 (or 0xF47F21) is known color: Pumpkin. HEX triplet: F4, 7F and 21. RGB value is (244,127,33). Sum of RGB (Red+Green+Blue) = 244+127+33=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F21 is #0B80DE. Grayscale: #979797. Windows color (decimal): -753887 or 2195444. OLE color: 2195444.
HSL color Cylindrical-coordinate representation of color #F47F21: hue angle of 26.73º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F47F21 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 33 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.04 |
| HSL | 26.73º | 0.91% | 0.54% | - |
| HSV(B) | 26.73º | 0.86% | 0.96% | - |
| XYZ | 45.17 | 34.52 | 5.72 | - |
| YUV | 151.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 33 | 0 | 0.48 | 0.86 | 0.04 | 26.73 | 0.91 | 0.54 |
| Hex | F4 | 7F | 21 | 0 | 30 | 56 | 4 | 1B | 5B | 36 |
| Octal | 364 | 177 | 41 | 0 | 60 | 126 | 4 | 33 | 133 | 66 |
| Binary | 11110100 | 1111111 | 100001 | 0 | 110000 | 1010110 | 100 | 11011 | 1011011 | 110110 |
Color Harmonies of #F47F21
Complementary color
Monochromatic Colors of #F47F21
Black with #F47F21
Text Example
Text Example
White with #F47F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F21; }
p { color: rgb(244,127,33); }
H1.HeaderClassName
{
color: #F47F21;
}
.AnyTagClassName
{
color: #F47F21;
}
</style>
background-color css
<style>
a { background-color: #F47F21; }
a { background-color: rgb(244,127,33); }
div.DivClassName
{
background-color: #F47F21;
}
.BgClassName
{
background-color: #F47F21;
}
</style>
border-color css
<style>
span { border-color: #F47F21; }
span { border-color: rgb(244,127,33); }
td.TdClassName
{
border-color: #F47F21;
}
.TagClassName
{
border-color: #F47F21;
}
</style>