Shades of Pumpkin #F27C27
Tints of Pumpkin #F27C27
RGB
CMYK
RGB Variations
Color information
#F27C27 (or 0xF27C27) is known color: Pumpkin. HEX triplet: F2, 7C and 27. RGB value is (242,124,39). Sum of RGB (Red+Green+Blue) = 242+124+39=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C27 is #0D83D8. Grayscale: #969696. Windows color (decimal): -885721 or 2587890. OLE color: 2587890.
HSL color Cylindrical-coordinate representation of color #F27C27: hue angle of 25.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F27C27 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 39 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.05 |
| HSL | 25.12º | 0.89% | 0.55% | - |
| HSV(B) | 25.12º | 0.84% | 0.95% | - |
| XYZ | 44.19 | 33.44 | 6.04 | - |
| YUV | 149.59 | 65.59 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 39 | 0 | 0.49 | 0.84 | 0.05 | 25.12 | 0.89 | 0.55 |
| Hex | F2 | 7C | 27 | 0 | 31 | 54 | 5 | 19 | 59 | 37 |
| Octal | 362 | 174 | 47 | 0 | 61 | 124 | 5 | 31 | 131 | 67 |
| Binary | 11110010 | 1111100 | 100111 | 0 | 110001 | 1010100 | 101 | 11001 | 1011001 | 110111 |
Color Harmonies of #F27C27
Complementary color
Monochromatic Colors of #F27C27
Black with #F27C27
Text Example
Text Example
White with #F27C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C27; }
p { color: rgb(242,124,39); }
H1.HeaderClassName
{
color: #F27C27;
}
.AnyTagClassName
{
color: #F27C27;
}
</style>
background-color css
<style>
a { background-color: #F27C27; }
a { background-color: rgb(242,124,39); }
div.DivClassName
{
background-color: #F27C27;
}
.BgClassName
{
background-color: #F27C27;
}
</style>
border-color css
<style>
span { border-color: #F27C27; }
span { border-color: rgb(242,124,39); }
td.TdClassName
{
border-color: #F27C27;
}
.TagClassName
{
border-color: #F27C27;
}
</style>