Shades of Pumpkin #F27C19
Tints of Pumpkin #F27C19
RGB
CMYK
RGB Variations
Color information
#F27C19 (or 0xF27C19) is known color: Pumpkin. HEX triplet: F2, 7C and 19. RGB value is (242,124,25). Sum of RGB (Red+Green+Blue) = 242+124+25=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C19 is #0D83E6. Grayscale: #949494. Windows color (decimal): -885735 or 1670386. OLE color: 1670386.
HSL color Cylindrical-coordinate representation of color #F27C19: hue angle of 27.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F27C19 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.05 |
| HSL | 27.37º | 0.89% | 0.52% | - |
| HSV(B) | 27.37º | 0.9% | 0.95% | - |
| XYZ | 44 | 33.36 | 5.04 | - |
| YUV | 148 | 58.59 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 25 | 0 | 0.49 | 0.90 | 0.05 | 27.37 | 0.89 | 0.52 |
| Hex | F2 | 7C | 19 | 0 | 31 | 5A | 5 | 1B | 59 | 34 |
| Octal | 362 | 174 | 31 | 0 | 61 | 132 | 5 | 33 | 131 | 64 |
| Binary | 11110010 | 1111100 | 11001 | 0 | 110001 | 1011010 | 101 | 11011 | 1011001 | 110100 |
Color Harmonies of #F27C19
Complementary color
Monochromatic Colors of #F27C19
Black with #F27C19
Text Example
Text Example
White with #F27C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C19; }
p { color: rgb(242,124,25); }
H1.HeaderClassName
{
color: #F27C19;
}
.AnyTagClassName
{
color: #F27C19;
}
</style>
background-color css
<style>
a { background-color: #F27C19; }
a { background-color: rgb(242,124,25); }
div.DivClassName
{
background-color: #F27C19;
}
.BgClassName
{
background-color: #F27C19;
}
</style>
border-color css
<style>
span { border-color: #F27C19; }
span { border-color: rgb(242,124,25); }
td.TdClassName
{
border-color: #F27C19;
}
.TagClassName
{
border-color: #F27C19;
}
</style>