Shades of Pumpkin #F26721
Tints of Pumpkin #F26721
RGB
CMYK
RGB Variations
Color information
#F26721 (or 0xF26721) is known color: Pumpkin. HEX triplet: F2, 67 and 21. RGB value is (242,103,33). Sum of RGB (Red+Green+Blue) = 242+103+33=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26721 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26721 is #0D98DE. Grayscale: #898989. Windows color (decimal): -891103 or 2189298. OLE color: 2189298.
HSL color Cylindrical-coordinate representation of color #F26721: hue angle of 20.1º 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 #F26721 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.05 |
| HSL | 20.1º | 0.89% | 0.54% | - |
| HSV(B) | 20.1º | 0.86% | 0.95% | - |
| XYZ | 41.74 | 28.69 | 4.78 | - |
| YUV | 136.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 33 | 0 | 0.57 | 0.86 | 0.05 | 20.1 | 0.89 | 0.54 |
| Hex | F2 | 67 | 21 | 0 | 39 | 56 | 5 | 14 | 59 | 36 |
| Octal | 362 | 147 | 41 | 0 | 71 | 126 | 5 | 24 | 131 | 66 |
| Binary | 11110010 | 1100111 | 100001 | 0 | 111001 | 1010110 | 101 | 10100 | 1011001 | 110110 |
Color Harmonies of #F26721
Complementary color
Monochromatic Colors of #F26721
Black with #F26721
Text Example
Text Example
White with #F26721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26721; }
p { color: rgb(242,103,33); }
H1.HeaderClassName
{
color: #F26721;
}
.AnyTagClassName
{
color: #F26721;
}
</style>
background-color css
<style>
a { background-color: #F26721; }
a { background-color: rgb(242,103,33); }
div.DivClassName
{
background-color: #F26721;
}
.BgClassName
{
background-color: #F26721;
}
</style>
border-color css
<style>
span { border-color: #F26721; }
span { border-color: rgb(242,103,33); }
td.TdClassName
{
border-color: #F26721;
}
.TagClassName
{
border-color: #F26721;
}
</style>