Shades of Pumpkin #F27E16
Tints of Pumpkin #F27E16
RGB
CMYK
RGB Variations
Color information
#F27E16 (or 0xF27E16) is known color: Pumpkin. HEX triplet: F2, 7E and 16. RGB value is (242,126,22). Sum of RGB (Red+Green+Blue) = 242+126+22=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27E16 is #0D81E9. Grayscale: #959595. Windows color (decimal): -885226 or 1474290. OLE color: 1474290.
HSL color Cylindrical-coordinate representation of color #F27E16: hue angle of 28.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F27E16 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 22 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.05 |
| HSL | 28.36º | 0.89% | 0.52% | - |
| HSV(B) | 28.36º | 0.91% | 0.95% | - |
| XYZ | 44.22 | 33.86 | 4.96 | - |
| YUV | 148.83 | 56.43 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 22 | 0 | 0.48 | 0.91 | 0.05 | 28.36 | 0.89 | 0.52 |
| Hex | F2 | 7E | 16 | 0 | 30 | 5B | 5 | 1C | 59 | 34 |
| Octal | 362 | 176 | 26 | 0 | 60 | 133 | 5 | 34 | 131 | 64 |
| Binary | 11110010 | 1111110 | 10110 | 0 | 110000 | 1011011 | 101 | 11100 | 1011001 | 110100 |
Color Harmonies of #F27E16
Complementary color
Monochromatic Colors of #F27E16
Black with #F27E16
Text Example
Text Example
White with #F27E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E16; }
p { color: rgb(242,126,22); }
H1.HeaderClassName
{
color: #F27E16;
}
.AnyTagClassName
{
color: #F27E16;
}
</style>
background-color css
<style>
a { background-color: #F27E16; }
a { background-color: rgb(242,126,22); }
div.DivClassName
{
background-color: #F27E16;
}
.BgClassName
{
background-color: #F27E16;
}
</style>
border-color css
<style>
span { border-color: #F27E16; }
span { border-color: rgb(242,126,22); }
td.TdClassName
{
border-color: #F27E16;
}
.TagClassName
{
border-color: #F27E16;
}
</style>