Shades of Pumpkin #F26A23
Tints of Pumpkin #F26A23
RGB
CMYK
RGB Variations
Color information
#F26A23 (or 0xF26A23) is known color: Pumpkin. HEX triplet: F2, 6A and 23. RGB value is (242,106,35). Sum of RGB (Red+Green+Blue) = 242+106+35=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A23 is #0D95DC. Grayscale: #8A8A8A. Windows color (decimal): -890333 or 2321138. OLE color: 2321138.
HSL color Cylindrical-coordinate representation of color #F26A23: hue angle of 20.58º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F26A23 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 35 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.05 |
| HSL | 20.58º | 0.89% | 0.54% | - |
| HSV(B) | 20.58º | 0.86% | 0.95% | - |
| XYZ | 42.08 | 29.31 | 5.03 | - |
| YUV | 138.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 35 | 0 | 0.56 | 0.86 | 0.05 | 20.58 | 0.89 | 0.54 |
| Hex | F2 | 6A | 23 | 0 | 38 | 56 | 5 | 15 | 59 | 36 |
| Octal | 362 | 152 | 43 | 0 | 70 | 126 | 5 | 25 | 131 | 66 |
| Binary | 11110010 | 1101010 | 100011 | 0 | 111000 | 1010110 | 101 | 10101 | 1011001 | 110110 |
Color Harmonies of #F26A23
Complementary color
Monochromatic Colors of #F26A23
Black with #F26A23
Text Example
Text Example
White with #F26A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A23; }
p { color: rgb(242,106,35); }
H1.HeaderClassName
{
color: #F26A23;
}
.AnyTagClassName
{
color: #F26A23;
}
</style>
background-color css
<style>
a { background-color: #F26A23; }
a { background-color: rgb(242,106,35); }
div.DivClassName
{
background-color: #F26A23;
}
.BgClassName
{
background-color: #F26A23;
}
</style>
border-color css
<style>
span { border-color: #F26A23; }
span { border-color: rgb(242,106,35); }
td.TdClassName
{
border-color: #F26A23;
}
.TagClassName
{
border-color: #F26A23;
}
</style>