Shades of Pumpkin #F27321
Tints of Pumpkin #F27321
RGB
CMYK
RGB Variations
Color information
#F27321 (or 0xF27321) is known color: Pumpkin. HEX triplet: F2, 73 and 21. RGB value is (242,115,33). Sum of RGB (Red+Green+Blue) = 242+115+33=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27321 is #0D8CDE. Grayscale: #909090. Windows color (decimal): -888031 or 2192370. OLE color: 2192370.
HSL color Cylindrical-coordinate representation of color #F27321: hue angle of 23.54º 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 #F27321 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 33 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.05 |
| HSL | 23.54º | 0.89% | 0.54% | - |
| HSV(B) | 23.54º | 0.86% | 0.95% | - |
| XYZ | 43.02 | 31.25 | 5.2 | - |
| YUV | 143.63 | 65.58 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 33 | 0 | 0.52 | 0.86 | 0.05 | 23.54 | 0.89 | 0.54 |
| Hex | F2 | 73 | 21 | 0 | 34 | 56 | 5 | 18 | 59 | 36 |
| Octal | 362 | 163 | 41 | 0 | 64 | 126 | 5 | 30 | 131 | 66 |
| Binary | 11110010 | 1110011 | 100001 | 0 | 110100 | 1010110 | 101 | 11000 | 1011001 | 110110 |
Color Harmonies of #F27321
Complementary color
Monochromatic Colors of #F27321
Black with #F27321
Text Example
Text Example
White with #F27321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27321; }
p { color: rgb(242,115,33); }
H1.HeaderClassName
{
color: #F27321;
}
.AnyTagClassName
{
color: #F27321;
}
</style>
background-color css
<style>
a { background-color: #F27321; }
a { background-color: rgb(242,115,33); }
div.DivClassName
{
background-color: #F27321;
}
.BgClassName
{
background-color: #F27321;
}
</style>
border-color css
<style>
span { border-color: #F27321; }
span { border-color: rgb(242,115,33); }
td.TdClassName
{
border-color: #F27321;
}
.TagClassName
{
border-color: #F27321;
}
</style>