Shades of Pumpkin #F4681D
Tints of Pumpkin #F4681D
RGB
CMYK
RGB Variations
Color information
#F4681D (or 0xF4681D) is known color: Pumpkin. HEX triplet: F4, 68 and 1D. RGB value is (244,104,29). Sum of RGB (Red+Green+Blue) = 244+104+29=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4681D is #0B97E2. Grayscale: #898989. Windows color (decimal): -759779 or 1927412. OLE color: 1927412.
HSL color Cylindrical-coordinate representation of color #F4681D: hue angle of 20.93º 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 #F4681D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.04 |
| HSL | 20.93º | 0.91% | 0.54% | - |
| HSV(B) | 20.93º | 0.88% | 0.96% | - |
| XYZ | 42.48 | 29.22 | 4.56 | - |
| YUV | 137.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 29 | 0 | 0.57 | 0.88 | 0.04 | 20.93 | 0.91 | 0.54 |
| Hex | F4 | 68 | 1D | 0 | 39 | 58 | 4 | 15 | 5B | 36 |
| Octal | 364 | 150 | 35 | 0 | 71 | 130 | 4 | 25 | 133 | 66 |
| Binary | 11110100 | 1101000 | 11101 | 0 | 111001 | 1011000 | 100 | 10101 | 1011011 | 110110 |
Color Harmonies of #F4681D
Complementary color
Monochromatic Colors of #F4681D
Black with #F4681D
Text Example
Text Example
White with #F4681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4681D; }
p { color: rgb(244,104,29); }
H1.HeaderClassName
{
color: #F4681D;
}
.AnyTagClassName
{
color: #F4681D;
}
</style>
background-color css
<style>
a { background-color: #F4681D; }
a { background-color: rgb(244,104,29); }
div.DivClassName
{
background-color: #F4681D;
}
.BgClassName
{
background-color: #F4681D;
}
</style>
border-color css
<style>
span { border-color: #F4681D; }
span { border-color: rgb(244,104,29); }
td.TdClassName
{
border-color: #F4681D;
}
.TagClassName
{
border-color: #F4681D;
}
</style>