Shades of Pumpkin #F47A1D
Tints of Pumpkin #F47A1D
RGB
CMYK
RGB Variations
Color information
#F47A1D (or 0xF47A1D) is known color: Pumpkin. HEX triplet: F4, 7A and 1D. RGB value is (244,122,29). Sum of RGB (Red+Green+Blue) = 244+122+29=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A1D is #0B85E2. Grayscale: #949494. Windows color (decimal): -755171 or 1932020. OLE color: 1932020.
HSL color Cylindrical-coordinate representation of color #F47A1D: hue angle of 25.95º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F47A1D is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 29 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.04 |
| HSL | 25.95º | 0.91% | 0.54% | - |
| HSV(B) | 25.95º | 0.88% | 0.96% | - |
| XYZ | 44.49 | 33.24 | 5.23 | - |
| YUV | 147.88 | 60.92 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 29 | 0 | 0.5 | 0.88 | 0.04 | 25.95 | 0.91 | 0.54 |
| Hex | F4 | 7A | 1D | 0 | 32 | 58 | 4 | 1A | 5B | 36 |
| Octal | 364 | 172 | 35 | 0 | 62 | 130 | 4 | 32 | 133 | 66 |
| Binary | 11110100 | 1111010 | 11101 | 0 | 110010 | 1011000 | 100 | 11010 | 1011011 | 110110 |
Color Harmonies of #F47A1D
Complementary color
Monochromatic Colors of #F47A1D
Black with #F47A1D
Text Example
Text Example
White with #F47A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A1D; }
p { color: rgb(244,122,29); }
H1.HeaderClassName
{
color: #F47A1D;
}
.AnyTagClassName
{
color: #F47A1D;
}
</style>
background-color css
<style>
a { background-color: #F47A1D; }
a { background-color: rgb(244,122,29); }
div.DivClassName
{
background-color: #F47A1D;
}
.BgClassName
{
background-color: #F47A1D;
}
</style>
border-color css
<style>
span { border-color: #F47A1D; }
span { border-color: rgb(244,122,29); }
td.TdClassName
{
border-color: #F47A1D;
}
.TagClassName
{
border-color: #F47A1D;
}
</style>