Shades of Pumpkin #F26A20
Tints of Pumpkin #F26A20
RGB
CMYK
RGB Variations
Color information
#F26A20 (or 0xF26A20) is known color: Pumpkin. HEX triplet: F2, 6A and 20. RGB value is (242,106,32). Sum of RGB (Red+Green+Blue) = 242+106+32=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A20 is #0D95DF. Grayscale: #8A8A8A. Windows color (decimal): -890336 or 2124530. OLE color: 2124530.
HSL color Cylindrical-coordinate representation of color #F26A20: hue angle of 21.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F26A20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.05 |
| HSL | 21.14º | 0.89% | 0.54% | - |
| HSV(B) | 21.14º | 0.87% | 0.95% | - |
| XYZ | 42.03 | 29.29 | 4.8 | - |
| YUV | 138.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 32 | 0 | 0.56 | 0.87 | 0.05 | 21.14 | 0.89 | 0.54 |
| Hex | F2 | 6A | 20 | 0 | 38 | 57 | 5 | 15 | 59 | 36 |
| Octal | 362 | 152 | 40 | 0 | 70 | 127 | 5 | 25 | 131 | 66 |
| Binary | 11110010 | 1101010 | 100000 | 0 | 111000 | 1010111 | 101 | 10101 | 1011001 | 110110 |
Color Harmonies of #F26A20
Complementary color
Monochromatic Colors of #F26A20
Black with #F26A20
Text Example
Text Example
White with #F26A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A20; }
p { color: rgb(242,106,32); }
H1.HeaderClassName
{
color: #F26A20;
}
.AnyTagClassName
{
color: #F26A20;
}
</style>
background-color css
<style>
a { background-color: #F26A20; }
a { background-color: rgb(242,106,32); }
div.DivClassName
{
background-color: #F26A20;
}
.BgClassName
{
background-color: #F26A20;
}
</style>
border-color css
<style>
span { border-color: #F26A20; }
span { border-color: rgb(242,106,32); }
td.TdClassName
{
border-color: #F26A20;
}
.TagClassName
{
border-color: #F26A20;
}
</style>