Shades of Pumpkin #F27214
Tints of Pumpkin #F27214
RGB
CMYK
RGB Variations
Color information
#F27214 (or 0xF27214) is known color: Pumpkin. HEX triplet: F2, 72 and 14. RGB value is (242,114,20). Sum of RGB (Red+Green+Blue) = 242+114+20=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27214 is #0D8DEB. Grayscale: #8E8E8E. Windows color (decimal): -888300 or 1340146. OLE color: 1340146.
HSL color Cylindrical-coordinate representation of color #F27214: hue angle of 25.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F27214 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 20 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.05 |
| HSL | 25.41º | 0.9% | 0.51% | - |
| HSV(B) | 25.41º | 0.92% | 0.95% | - |
| XYZ | 42.76 | 30.96 | 4.38 | - |
| YUV | 141.56 | 59.41 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 20 | 0 | 0.53 | 0.92 | 0.05 | 25.41 | 0.9 | 0.51 |
| Hex | F2 | 72 | 14 | 0 | 35 | 5C | 5 | 19 | 5A | 33 |
| Octal | 362 | 162 | 24 | 0 | 65 | 134 | 5 | 31 | 132 | 63 |
| Binary | 11110010 | 1110010 | 10100 | 0 | 110101 | 1011100 | 101 | 11001 | 1011010 | 110011 |
Color Harmonies of #F27214
Complementary color
Monochromatic Colors of #F27214
Black with #F27214
Text Example
Text Example
White with #F27214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27214; }
p { color: rgb(242,114,20); }
H1.HeaderClassName
{
color: #F27214;
}
.AnyTagClassName
{
color: #F27214;
}
</style>
background-color css
<style>
a { background-color: #F27214; }
a { background-color: rgb(242,114,20); }
div.DivClassName
{
background-color: #F27214;
}
.BgClassName
{
background-color: #F27214;
}
</style>
border-color css
<style>
span { border-color: #F27214; }
span { border-color: rgb(242,114,20); }
td.TdClassName
{
border-color: #F27214;
}
.TagClassName
{
border-color: #F27214;
}
</style>