Shades of Pumpkin #F26819
Tints of Pumpkin #F26819
RGB
CMYK
RGB Variations
Color information
#F26819 (or 0xF26819) is known color: Pumpkin. HEX triplet: F2, 68 and 19. RGB value is (242,104,25). Sum of RGB (Red+Green+Blue) = 242+104+25=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F26819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26819 is #0D97E6. Grayscale: #888888. Windows color (decimal): -890855 or 1665266. OLE color: 1665266.
HSL color Cylindrical-coordinate representation of color #F26819: hue angle of 21.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F26819 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 25 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.05 |
| HSL | 21.84º | 0.89% | 0.52% | - |
| HSV(B) | 21.84º | 0.9% | 0.95% | - |
| XYZ | 41.74 | 28.85 | 4.29 | - |
| YUV | 136.26 | 65.22 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 25 | 0 | 0.57 | 0.90 | 0.05 | 21.84 | 0.89 | 0.52 |
| Hex | F2 | 68 | 19 | 0 | 39 | 5A | 5 | 16 | 59 | 34 |
| Octal | 362 | 150 | 31 | 0 | 71 | 132 | 5 | 26 | 131 | 64 |
| Binary | 11110010 | 1101000 | 11001 | 0 | 111001 | 1011010 | 101 | 10110 | 1011001 | 110100 |
Color Harmonies of #F26819
Complementary color
Monochromatic Colors of #F26819
Black with #F26819
Text Example
Text Example
White with #F26819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26819; }
p { color: rgb(242,104,25); }
H1.HeaderClassName
{
color: #F26819;
}
.AnyTagClassName
{
color: #F26819;
}
</style>
background-color css
<style>
a { background-color: #F26819; }
a { background-color: rgb(242,104,25); }
div.DivClassName
{
background-color: #F26819;
}
.BgClassName
{
background-color: #F26819;
}
</style>
border-color css
<style>
span { border-color: #F26819; }
span { border-color: rgb(242,104,25); }
td.TdClassName
{
border-color: #F26819;
}
.TagClassName
{
border-color: #F26819;
}
</style>