Shades of Pumpkin #F4761B
Tints of Pumpkin #F4761B
RGB
CMYK
RGB Variations
Color information
#F4761B (or 0xF4761B) is known color: Pumpkin. HEX triplet: F4, 76 and 1B. RGB value is (244,118,27). Sum of RGB (Red+Green+Blue) = 244+118+27=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4761B is #0B89E4. Grayscale: #919191. Windows color (decimal): -756197 or 1799924. OLE color: 1799924.
HSL color Cylindrical-coordinate representation of color #F4761B: hue angle of 25.16º 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 #F4761B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.04 |
| HSL | 25.16º | 0.91% | 0.53% | - |
| HSV(B) | 25.16º | 0.89% | 0.96% | - |
| XYZ | 43.98 | 32.27 | 4.95 | - |
| YUV | 145.3 | 61.24 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 27 | 0 | 0.52 | 0.89 | 0.04 | 25.16 | 0.91 | 0.53 |
| Hex | F4 | 76 | 1B | 0 | 34 | 59 | 4 | 19 | 5B | 35 |
| Octal | 364 | 166 | 33 | 0 | 64 | 131 | 4 | 31 | 133 | 65 |
| Binary | 11110100 | 1110110 | 11011 | 0 | 110100 | 1011001 | 100 | 11001 | 1011011 | 110101 |
Color Harmonies of #F4761B
Complementary color
Monochromatic Colors of #F4761B
Black with #F4761B
Text Example
Text Example
White with #F4761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4761B; }
p { color: rgb(244,118,27); }
H1.HeaderClassName
{
color: #F4761B;
}
.AnyTagClassName
{
color: #F4761B;
}
</style>
background-color css
<style>
a { background-color: #F4761B; }
a { background-color: rgb(244,118,27); }
div.DivClassName
{
background-color: #F4761B;
}
.BgClassName
{
background-color: #F4761B;
}
</style>
border-color css
<style>
span { border-color: #F4761B; }
span { border-color: rgb(244,118,27); }
td.TdClassName
{
border-color: #F4761B;
}
.TagClassName
{
border-color: #F4761B;
}
</style>