Shades of Pumpkin #F26D1B
Tints of Pumpkin #F26D1B
RGB
CMYK
RGB Variations
Color information
#F26D1B (or 0xF26D1B) is known color: Pumpkin. HEX triplet: F2, 6D and 1B. RGB value is (242,109,27). Sum of RGB (Red+Green+Blue) = 242+109+27=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D1B is #0D92E4. Grayscale: #8B8B8B. Windows color (decimal): -889573 or 1797618. OLE color: 1797618.
HSL color Cylindrical-coordinate representation of color #F26D1B: hue angle of 22.88º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F26D1B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.05 |
| HSL | 22.88º | 0.89% | 0.53% | - |
| HSV(B) | 22.88º | 0.89% | 0.95% | - |
| XYZ | 42.28 | 29.89 | 4.58 | - |
| YUV | 139.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 27 | 0 | 0.55 | 0.89 | 0.05 | 22.88 | 0.89 | 0.53 |
| Hex | F2 | 6D | 1B | 0 | 37 | 59 | 5 | 17 | 59 | 35 |
| Octal | 362 | 155 | 33 | 0 | 67 | 131 | 5 | 27 | 131 | 65 |
| Binary | 11110010 | 1101101 | 11011 | 0 | 110111 | 1011001 | 101 | 10111 | 1011001 | 110101 |
Color Harmonies of #F26D1B
Complementary color
Monochromatic Colors of #F26D1B
Black with #F26D1B
Text Example
Text Example
White with #F26D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D1B; }
p { color: rgb(242,109,27); }
H1.HeaderClassName
{
color: #F26D1B;
}
.AnyTagClassName
{
color: #F26D1B;
}
</style>
background-color css
<style>
a { background-color: #F26D1B; }
a { background-color: rgb(242,109,27); }
div.DivClassName
{
background-color: #F26D1B;
}
.BgClassName
{
background-color: #F26D1B;
}
</style>
border-color css
<style>
span { border-color: #F26D1B; }
span { border-color: rgb(242,109,27); }
td.TdClassName
{
border-color: #F26D1B;
}
.TagClassName
{
border-color: #F26D1B;
}
</style>