Shades of Pumpkin #F47A1A
Tints of Pumpkin #F47A1A
RGB
CMYK
RGB Variations
Color information
#F47A1A (or 0xF47A1A) is known color: Pumpkin. HEX triplet: F4, 7A and 1A. RGB value is (244,122,26). Sum of RGB (Red+Green+Blue) = 244+122+26=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A1A is #0B85E5. Grayscale: #949494. Windows color (decimal): -755174 or 1735412. OLE color: 1735412.
HSL color Cylindrical-coordinate representation of color #F47A1A: hue angle of 26.42º degrees, saturation: 0.91, 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 #F47A1A is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 26 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.04 |
| HSL | 26.42º | 0.91% | 0.53% | - |
| HSV(B) | 26.42º | 0.89% | 0.96% | - |
| XYZ | 44.45 | 33.23 | 5.05 | - |
| YUV | 147.53 | 59.42 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 26 | 0 | 0.5 | 0.89 | 0.04 | 26.42 | 0.91 | 0.53 |
| Hex | F4 | 7A | 1A | 0 | 32 | 59 | 4 | 1A | 5B | 35 |
| Octal | 364 | 172 | 32 | 0 | 62 | 131 | 4 | 32 | 133 | 65 |
| Binary | 11110100 | 1111010 | 11010 | 0 | 110010 | 1011001 | 100 | 11010 | 1011011 | 110101 |
Color Harmonies of #F47A1A
Complementary color
Monochromatic Colors of #F47A1A
Black with #F47A1A
Text Example
Text Example
White with #F47A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A1A; }
p { color: rgb(244,122,26); }
H1.HeaderClassName
{
color: #F47A1A;
}
.AnyTagClassName
{
color: #F47A1A;
}
</style>
background-color css
<style>
a { background-color: #F47A1A; }
a { background-color: rgb(244,122,26); }
div.DivClassName
{
background-color: #F47A1A;
}
.BgClassName
{
background-color: #F47A1A;
}
</style>
border-color css
<style>
span { border-color: #F47A1A; }
span { border-color: rgb(244,122,26); }
td.TdClassName
{
border-color: #F47A1A;
}
.TagClassName
{
border-color: #F47A1A;
}
</style>