Shades of Pumpkin #F27016
Tints of Pumpkin #F27016
RGB
CMYK
RGB Variations
Color information
#F27016 (or 0xF27016) is known color: Pumpkin. HEX triplet: F2, 70 and 16. RGB value is (242,112,22). Sum of RGB (Red+Green+Blue) = 242+112+22=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27016 is #0D8FE9. Grayscale: #8D8D8D. Windows color (decimal): -888810 or 1470706. OLE color: 1470706.
HSL color Cylindrical-coordinate representation of color #F27016: hue angle of 24.55º 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 #F27016 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 22 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.05 |
| HSL | 24.55º | 0.89% | 0.52% | - |
| HSV(B) | 24.55º | 0.91% | 0.95% | - |
| XYZ | 42.56 | 30.52 | 4.41 | - |
| YUV | 140.61 | 61.07 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 22 | 0 | 0.54 | 0.91 | 0.05 | 24.55 | 0.89 | 0.52 |
| Hex | F2 | 70 | 16 | 0 | 36 | 5B | 5 | 19 | 59 | 34 |
| Octal | 362 | 160 | 26 | 0 | 66 | 133 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110000 | 10110 | 0 | 110110 | 1011011 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27016
Complementary color
Monochromatic Colors of #F27016
Black with #F27016
Text Example
Text Example
White with #F27016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27016; }
p { color: rgb(242,112,22); }
H1.HeaderClassName
{
color: #F27016;
}
.AnyTagClassName
{
color: #F27016;
}
</style>
background-color css
<style>
a { background-color: #F27016; }
a { background-color: rgb(242,112,22); }
div.DivClassName
{
background-color: #F27016;
}
.BgClassName
{
background-color: #F27016;
}
</style>
border-color css
<style>
span { border-color: #F27016; }
span { border-color: rgb(242,112,22); }
td.TdClassName
{
border-color: #F27016;
}
.TagClassName
{
border-color: #F27016;
}
</style>