Shades of Pumpkin #F26F25
Tints of Pumpkin #F26F25
RGB
CMYK
RGB Variations
Color information
#F26F25 (or 0xF26F25) is known color: Pumpkin. HEX triplet: F2, 6F and 25. RGB value is (242,111,37). Sum of RGB (Red+Green+Blue) = 242+111+37=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F25 is #0D90DA. Grayscale: #8E8E8E. Windows color (decimal): -889051 or 2453490. OLE color: 2453490.
HSL color Cylindrical-coordinate representation of color #F26F25: hue angle of 21.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F26F25 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 37 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.05 |
| HSL | 21.66º | 0.89% | 0.55% | - |
| HSV(B) | 21.66º | 0.85% | 0.95% | - |
| XYZ | 42.64 | 30.38 | 5.37 | - |
| YUV | 141.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 37 | 0 | 0.54 | 0.85 | 0.05 | 21.66 | 0.89 | 0.55 |
| Hex | F2 | 6F | 25 | 0 | 36 | 55 | 5 | 16 | 59 | 37 |
| Octal | 362 | 157 | 45 | 0 | 66 | 125 | 5 | 26 | 131 | 67 |
| Binary | 11110010 | 1101111 | 100101 | 0 | 110110 | 1010101 | 101 | 10110 | 1011001 | 110111 |
Color Harmonies of #F26F25
Complementary color
Monochromatic Colors of #F26F25
Black with #F26F25
Text Example
Text Example
White with #F26F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F25; }
p { color: rgb(242,111,37); }
H1.HeaderClassName
{
color: #F26F25;
}
.AnyTagClassName
{
color: #F26F25;
}
</style>
background-color css
<style>
a { background-color: #F26F25; }
a { background-color: rgb(242,111,37); }
div.DivClassName
{
background-color: #F26F25;
}
.BgClassName
{
background-color: #F26F25;
}
</style>
border-color css
<style>
span { border-color: #F26F25; }
span { border-color: rgb(242,111,37); }
td.TdClassName
{
border-color: #F26F25;
}
.TagClassName
{
border-color: #F26F25;
}
</style>