Shades of Pumpkin #F4741E
Tints of Pumpkin #F4741E
RGB
CMYK
RGB Variations
Color information
#F4741E (or 0xF4741E) is known color: Pumpkin. HEX triplet: F4, 74 and 1E. RGB value is (244,116,30). Sum of RGB (Red+Green+Blue) = 244+116+30=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F4741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4741E is #0B8BE1. Grayscale: #909090. Windows color (decimal): -756706 or 1996020. OLE color: 1996020.
HSL color Cylindrical-coordinate representation of color #F4741E: hue angle of 24.11º 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 #F4741E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 30 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.04 |
| HSL | 24.11º | 0.91% | 0.54% | - |
| HSV(B) | 24.11º | 0.88% | 0.96% | - |
| XYZ | 43.79 | 31.82 | 5.06 | - |
| YUV | 144.47 | 63.41 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 30 | 0 | 0.52 | 0.88 | 0.04 | 24.11 | 0.91 | 0.54 |
| Hex | F4 | 74 | 1E | 0 | 34 | 58 | 4 | 18 | 5B | 36 |
| Octal | 364 | 164 | 36 | 0 | 64 | 130 | 4 | 30 | 133 | 66 |
| Binary | 11110100 | 1110100 | 11110 | 0 | 110100 | 1011000 | 100 | 11000 | 1011011 | 110110 |
Color Harmonies of #F4741E
Complementary color
Monochromatic Colors of #F4741E
Black with #F4741E
Text Example
Text Example
White with #F4741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4741E; }
p { color: rgb(244,116,30); }
H1.HeaderClassName
{
color: #F4741E;
}
.AnyTagClassName
{
color: #F4741E;
}
</style>
background-color css
<style>
a { background-color: #F4741E; }
a { background-color: rgb(244,116,30); }
div.DivClassName
{
background-color: #F4741E;
}
.BgClassName
{
background-color: #F4741E;
}
</style>
border-color css
<style>
span { border-color: #F4741E; }
span { border-color: rgb(244,116,30); }
td.TdClassName
{
border-color: #F4741E;
}
.TagClassName
{
border-color: #F4741E;
}
</style>