Shades of Pumpkin #F48118
Tints of Pumpkin #F48118
RGB
CMYK
RGB Variations
Color information
#F48118 (or 0xF48118) is known color: Pumpkin. HEX triplet: F4, 81 and 18. RGB value is (244,129,24). Sum of RGB (Red+Green+Blue) = 244+129+24=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F48118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48118 is #0B7EE7. Grayscale: #979797. Windows color (decimal): -753384 or 1606132. OLE color: 1606132.
HSL color Cylindrical-coordinate representation of color #F48118: hue angle of 28.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F48118 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.04 |
| HSL | 28.64º | 0.91% | 0.53% | - |
| HSV(B) | 28.64º | 0.9% | 0.96% | - |
| XYZ | 45.32 | 35 | 5.23 | - |
| YUV | 151.42 | 56.1 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 24 | 0 | 0.47 | 0.90 | 0.04 | 28.64 | 0.91 | 0.53 |
| Hex | F4 | 81 | 18 | 0 | 2F | 5A | 4 | 1D | 5B | 35 |
| Octal | 364 | 201 | 30 | 0 | 57 | 132 | 4 | 35 | 133 | 65 |
| Binary | 11110100 | 10000001 | 11000 | 0 | 101111 | 1011010 | 100 | 11101 | 1011011 | 110101 |
Color Harmonies of #F48118
Complementary color
Monochromatic Colors of #F48118
Black with #F48118
Text Example
Text Example
White with #F48118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48118; }
p { color: rgb(244,129,24); }
H1.HeaderClassName
{
color: #F48118;
}
.AnyTagClassName
{
color: #F48118;
}
</style>
background-color css
<style>
a { background-color: #F48118; }
a { background-color: rgb(244,129,24); }
div.DivClassName
{
background-color: #F48118;
}
.BgClassName
{
background-color: #F48118;
}
</style>
border-color css
<style>
span { border-color: #F48118; }
span { border-color: rgb(244,129,24); }
td.TdClassName
{
border-color: #F48118;
}
.TagClassName
{
border-color: #F48118;
}
</style>