Shades of Pumpkin #F27713
Tints of Pumpkin #F27713
RGB
CMYK
RGB Variations
Color information
#F27713 (or 0xF27713) is known color: Pumpkin. HEX triplet: F2, 77 and 13. RGB value is (242,119,19). Sum of RGB (Red+Green+Blue) = 242+119+19=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F27713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27713 is #0D88EC. Grayscale: #909090. Windows color (decimal): -887021 or 1275890. OLE color: 1275890.
HSL color Cylindrical-coordinate representation of color #F27713: hue angle of 26.91º 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 #F27713 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.05 |
| HSL | 26.91º | 0.9% | 0.51% | - |
| HSV(B) | 26.91º | 0.92% | 0.95% | - |
| XYZ | 43.33 | 32.12 | 4.53 | - |
| YUV | 144.38 | 57.25 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 19 | 0 | 0.51 | 0.92 | 0.05 | 26.91 | 0.9 | 0.51 |
| Hex | F2 | 77 | 13 | 0 | 33 | 5C | 5 | 1B | 5A | 33 |
| Octal | 362 | 167 | 23 | 0 | 63 | 134 | 5 | 33 | 132 | 63 |
| Binary | 11110010 | 1110111 | 10011 | 0 | 110011 | 1011100 | 101 | 11011 | 1011010 | 110011 |
Color Harmonies of #F27713
Complementary color
Monochromatic Colors of #F27713
Black with #F27713
Text Example
Text Example
White with #F27713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27713; }
p { color: rgb(242,119,19); }
H1.HeaderClassName
{
color: #F27713;
}
.AnyTagClassName
{
color: #F27713;
}
</style>
background-color css
<style>
a { background-color: #F27713; }
a { background-color: rgb(242,119,19); }
div.DivClassName
{
background-color: #F27713;
}
.BgClassName
{
background-color: #F27713;
}
</style>
border-color css
<style>
span { border-color: #F27713; }
span { border-color: rgb(242,119,19); }
td.TdClassName
{
border-color: #F27713;
}
.TagClassName
{
border-color: #F27713;
}
</style>