Shades of Pumpkin #F27123
Tints of Pumpkin #F27123
RGB
CMYK
RGB Variations
Color information
#F27123 (or 0xF27123) is known color: Pumpkin. HEX triplet: F2, 71 and 23. RGB value is (242,113,35). Sum of RGB (Red+Green+Blue) = 242+113+35=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27123 is #0D8EDC. Grayscale: #8F8F8F. Windows color (decimal): -888541 or 2322930. OLE color: 2322930.
HSL color Cylindrical-coordinate representation of color #F27123: hue angle of 22.61º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F27123 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 35 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.05 |
| HSL | 22.61º | 0.89% | 0.54% | - |
| HSV(B) | 22.61º | 0.86% | 0.95% | - |
| XYZ | 42.83 | 30.81 | 5.28 | - |
| YUV | 142.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 35 | 0 | 0.53 | 0.86 | 0.05 | 22.61 | 0.89 | 0.54 |
| Hex | F2 | 71 | 23 | 0 | 35 | 56 | 5 | 17 | 59 | 36 |
| Octal | 362 | 161 | 43 | 0 | 65 | 126 | 5 | 27 | 131 | 66 |
| Binary | 11110010 | 1110001 | 100011 | 0 | 110101 | 1010110 | 101 | 10111 | 1011001 | 110110 |
Color Harmonies of #F27123
Complementary color
Monochromatic Colors of #F27123
Black with #F27123
Text Example
Text Example
White with #F27123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27123; }
p { color: rgb(242,113,35); }
H1.HeaderClassName
{
color: #F27123;
}
.AnyTagClassName
{
color: #F27123;
}
</style>
background-color css
<style>
a { background-color: #F27123; }
a { background-color: rgb(242,113,35); }
div.DivClassName
{
background-color: #F27123;
}
.BgClassName
{
background-color: #F27123;
}
</style>
border-color css
<style>
span { border-color: #F27123; }
span { border-color: rgb(242,113,35); }
td.TdClassName
{
border-color: #F27123;
}
.TagClassName
{
border-color: #F27123;
}
</style>