Shades of Pumpkin #F27A16
Tints of Pumpkin #F27A16
RGB
CMYK
RGB Variations
Color information
#F27A16 (or 0xF27A16) is known color: Pumpkin. HEX triplet: F2, 7A and 16. RGB value is (242,122,22). Sum of RGB (Red+Green+Blue) = 242+122+22=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A16 is #0D85E9. Grayscale: #929292. Windows color (decimal): -886250 or 1473266. OLE color: 1473266.
HSL color Cylindrical-coordinate representation of color #F27A16: hue angle of 27.27º 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 #F27A16 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 22 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.05 |
| HSL | 27.27º | 0.89% | 0.52% | - |
| HSV(B) | 27.27º | 0.91% | 0.95% | - |
| XYZ | 43.72 | 32.85 | 4.8 | - |
| YUV | 146.48 | 57.76 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 22 | 0 | 0.50 | 0.91 | 0.05 | 27.27 | 0.89 | 0.52 |
| Hex | F2 | 7A | 16 | 0 | 32 | 5B | 5 | 1B | 59 | 34 |
| Octal | 362 | 172 | 26 | 0 | 62 | 133 | 5 | 33 | 131 | 64 |
| Binary | 11110010 | 1111010 | 10110 | 0 | 110010 | 1011011 | 101 | 11011 | 1011001 | 110100 |
Color Harmonies of #F27A16
Complementary color
Monochromatic Colors of #F27A16
Black with #F27A16
Text Example
Text Example
White with #F27A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A16; }
p { color: rgb(242,122,22); }
H1.HeaderClassName
{
color: #F27A16;
}
.AnyTagClassName
{
color: #F27A16;
}
</style>
background-color css
<style>
a { background-color: #F27A16; }
a { background-color: rgb(242,122,22); }
div.DivClassName
{
background-color: #F27A16;
}
.BgClassName
{
background-color: #F27A16;
}
</style>
border-color css
<style>
span { border-color: #F27A16; }
span { border-color: rgb(242,122,22); }
td.TdClassName
{
border-color: #F27A16;
}
.TagClassName
{
border-color: #F27A16;
}
</style>