Shades of Pumpkin #F1681D
Tints of Pumpkin #F1681D
RGB
CMYK
RGB Variations
Color information
#F1681D (or 0xF1681D) is known color: Pumpkin. HEX triplet: F1, 68 and 1D. RGB value is (241,104,29). Sum of RGB (Red+Green+Blue) = 241+104+29=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1681D is #0E97E2. Grayscale: #888888. Windows color (decimal): -956387 or 1927409. OLE color: 1927409.
HSL color Cylindrical-coordinate representation of color #F1681D: hue angle of 21.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1681D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.05 |
| HSL | 21.23º | 0.88% | 0.53% | - |
| HSV(B) | 21.23º | 0.88% | 0.95% | - |
| XYZ | 41.45 | 28.69 | 4.52 | - |
| YUV | 136.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 29 | 0 | 0.57 | 0.88 | 0.05 | 21.23 | 0.88 | 0.53 |
| Hex | F1 | 68 | 1D | 0 | 39 | 58 | 5 | 15 | 58 | 35 |
| Octal | 361 | 150 | 35 | 0 | 71 | 130 | 5 | 25 | 130 | 65 |
| Binary | 11110001 | 1101000 | 11101 | 0 | 111001 | 1011000 | 101 | 10101 | 1011000 | 110101 |
Color Harmonies of #F1681D
Complementary color
Monochromatic Colors of #F1681D
Black with #F1681D
Text Example
Text Example
White with #F1681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1681D; }
p { color: rgb(241,104,29); }
H1.HeaderClassName
{
color: #F1681D;
}
.AnyTagClassName
{
color: #F1681D;
}
</style>
background-color css
<style>
a { background-color: #F1681D; }
a { background-color: rgb(241,104,29); }
div.DivClassName
{
background-color: #F1681D;
}
.BgClassName
{
background-color: #F1681D;
}
</style>
border-color css
<style>
span { border-color: #F1681D; }
span { border-color: rgb(241,104,29); }
td.TdClassName
{
border-color: #F1681D;
}
.TagClassName
{
border-color: #F1681D;
}
</style>