Shades of Pumpkin #F47D1A
Tints of Pumpkin #F47D1A
RGB
CMYK
RGB Variations
Color information
#F47D1A (or 0xF47D1A) is known color: Pumpkin. HEX triplet: F4, 7D and 1A. RGB value is (244,125,26). Sum of RGB (Red+Green+Blue) = 244+125+26=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D1A is #0B82E5. Grayscale: #959595. Windows color (decimal): -754406 or 1736180. OLE color: 1736180.
HSL color Cylindrical-coordinate representation of color #F47D1A: hue angle of 27.25º 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 #F47D1A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 26 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.04 |
| HSL | 27.25º | 0.91% | 0.53% | - |
| HSV(B) | 27.25º | 0.89% | 0.96% | - |
| XYZ | 44.83 | 33.97 | 5.17 | - |
| YUV | 149.3 | 58.42 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 26 | 0 | 0.49 | 0.89 | 0.04 | 27.25 | 0.91 | 0.53 |
| Hex | F4 | 7D | 1A | 0 | 31 | 59 | 4 | 1B | 5B | 35 |
| Octal | 364 | 175 | 32 | 0 | 61 | 131 | 4 | 33 | 133 | 65 |
| Binary | 11110100 | 1111101 | 11010 | 0 | 110001 | 1011001 | 100 | 11011 | 1011011 | 110101 |
Color Harmonies of #F47D1A
Complementary color
Monochromatic Colors of #F47D1A
Black with #F47D1A
Text Example
Text Example
White with #F47D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47D1A; }
p { color: rgb(244,125,26); }
H1.HeaderClassName
{
color: #F47D1A;
}
.AnyTagClassName
{
color: #F47D1A;
}
</style>
background-color css
<style>
a { background-color: #F47D1A; }
a { background-color: rgb(244,125,26); }
div.DivClassName
{
background-color: #F47D1A;
}
.BgClassName
{
background-color: #F47D1A;
}
</style>
border-color css
<style>
span { border-color: #F47D1A; }
span { border-color: rgb(244,125,26); }
td.TdClassName
{
border-color: #F47D1A;
}
.TagClassName
{
border-color: #F47D1A;
}
</style>