Shades of Pumpkin #F16D1A
Tints of Pumpkin #F16D1A
RGB
CMYK
RGB Variations
Color information
#F16D1A (or 0xF16D1A) is known color: Pumpkin. HEX triplet: F1, 6D and 1A. RGB value is (241,109,26). Sum of RGB (Red+Green+Blue) = 241+109+26=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D1A is #0E92E5. Grayscale: #8B8B8B. Windows color (decimal): -955110 or 1732081. OLE color: 1732081.
HSL color Cylindrical-coordinate representation of color #F16D1A: hue angle of 23.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F16D1A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 26 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.05 |
| HSL | 23.16º | 0.88% | 0.52% | - |
| HSV(B) | 23.16º | 0.89% | 0.95% | - |
| XYZ | 41.93 | 29.71 | 4.5 | - |
| YUV | 139.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 26 | 0 | 0.55 | 0.89 | 0.05 | 23.16 | 0.88 | 0.52 |
| Hex | F1 | 6D | 1A | 0 | 37 | 59 | 5 | 17 | 58 | 34 |
| Octal | 361 | 155 | 32 | 0 | 67 | 131 | 5 | 27 | 130 | 64 |
| Binary | 11110001 | 1101101 | 11010 | 0 | 110111 | 1011001 | 101 | 10111 | 1011000 | 110100 |
Color Harmonies of #F16D1A
Complementary color
Monochromatic Colors of #F16D1A
Black with #F16D1A
Text Example
Text Example
White with #F16D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D1A; }
p { color: rgb(241,109,26); }
H1.HeaderClassName
{
color: #F16D1A;
}
.AnyTagClassName
{
color: #F16D1A;
}
</style>
background-color css
<style>
a { background-color: #F16D1A; }
a { background-color: rgb(241,109,26); }
div.DivClassName
{
background-color: #F16D1A;
}
.BgClassName
{
background-color: #F16D1A;
}
</style>
border-color css
<style>
span { border-color: #F16D1A; }
span { border-color: rgb(241,109,26); }
td.TdClassName
{
border-color: #F16D1A;
}
.TagClassName
{
border-color: #F16D1A;
}
</style>