Shades of Pumpkin #F4770F
Tints of Pumpkin #F4770F
RGB
CMYK
RGB Variations
Color information
#F4770F (or 0xF4770F) is known color: Pumpkin. HEX triplet: F4, 77 and 0F. RGB value is (244,119,15). Sum of RGB (Red+Green+Blue) = 244+119+15=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4770F is #0B88F0. Grayscale: #919191. Windows color (decimal): -755953 or 1013748. OLE color: 1013748.
HSL color Cylindrical-coordinate representation of color #F4770F: hue angle of 27.25º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4770F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.04 |
| HSL | 27.25º | 0.91% | 0.51% | - |
| HSV(B) | 27.25º | 0.94% | 0.96% | - |
| XYZ | 43.99 | 32.46 | 4.4 | - |
| YUV | 144.52 | 54.91 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 15 | 0 | 0.51 | 0.94 | 0.04 | 27.25 | 0.91 | 0.51 |
| Hex | F4 | 77 | F | 0 | 33 | 5E | 4 | 1B | 5B | 33 |
| Octal | 364 | 167 | 17 | 0 | 63 | 136 | 4 | 33 | 133 | 63 |
| Binary | 11110100 | 1110111 | 1111 | 0 | 110011 | 1011110 | 100 | 11011 | 1011011 | 110011 |
Color Harmonies of #F4770F
Complementary color
Monochromatic Colors of #F4770F
Black with #F4770F
Text Example
Text Example
White with #F4770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4770F; }
p { color: rgb(244,119,15); }
H1.HeaderClassName
{
color: #F4770F;
}
.AnyTagClassName
{
color: #F4770F;
}
</style>
background-color css
<style>
a { background-color: #F4770F; }
a { background-color: rgb(244,119,15); }
div.DivClassName
{
background-color: #F4770F;
}
.BgClassName
{
background-color: #F4770F;
}
</style>
border-color css
<style>
span { border-color: #F4770F; }
span { border-color: rgb(244,119,15); }
td.TdClassName
{
border-color: #F4770F;
}
.TagClassName
{
border-color: #F4770F;
}
</style>