Shades of Pumpkin #F1661C
Tints of Pumpkin #F1661C
RGB
CMYK
RGB Variations
Color information
#F1661C (or 0xF1661C) is known color: Pumpkin. HEX triplet: F1, 66 and 1C. RGB value is (241,102,28). Sum of RGB (Red+Green+Blue) = 241+102+28=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1661C is #0E99E3. Grayscale: #878787. Windows color (decimal): -956900 or 1861361. OLE color: 1861361.
HSL color Cylindrical-coordinate representation of color #F1661C: hue angle of 20.85º 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 #F1661C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.05 |
| HSL | 20.85º | 0.88% | 0.53% | - |
| HSV(B) | 20.85º | 0.88% | 0.95% | - |
| XYZ | 41.24 | 28.29 | 4.39 | - |
| YUV | 135.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 28 | 0 | 0.58 | 0.88 | 0.05 | 20.85 | 0.88 | 0.53 |
| Hex | F1 | 66 | 1C | 0 | 3A | 58 | 5 | 15 | 58 | 35 |
| Octal | 361 | 146 | 34 | 0 | 72 | 130 | 5 | 25 | 130 | 65 |
| Binary | 11110001 | 1100110 | 11100 | 0 | 111010 | 1011000 | 101 | 10101 | 1011000 | 110101 |
Color Harmonies of #F1661C
Complementary color
Monochromatic Colors of #F1661C
Black with #F1661C
Text Example
Text Example
White with #F1661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1661C; }
p { color: rgb(241,102,28); }
H1.HeaderClassName
{
color: #F1661C;
}
.AnyTagClassName
{
color: #F1661C;
}
</style>
background-color css
<style>
a { background-color: #F1661C; }
a { background-color: rgb(241,102,28); }
div.DivClassName
{
background-color: #F1661C;
}
.BgClassName
{
background-color: #F1661C;
}
</style>
border-color css
<style>
span { border-color: #F1661C; }
span { border-color: rgb(241,102,28); }
td.TdClassName
{
border-color: #F1661C;
}
.TagClassName
{
border-color: #F1661C;
}
</style>