Shades of Pumpkin #F27F12
Tints of Pumpkin #F27F12
RGB
CMYK
RGB Variations
Color information
#F27F12 (or 0xF27F12) is known color: Pumpkin. HEX triplet: F2, 7F and 12. RGB value is (242,127,18). Sum of RGB (Red+Green+Blue) = 242+127+18=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F12 is #0D80ED. Grayscale: #959595. Windows color (decimal): -884974 or 1212402. OLE color: 1212402.
HSL color Cylindrical-coordinate representation of color #F27F12: hue angle of 29.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F27F12 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 18 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.05 |
| HSL | 29.2º | 0.9% | 0.51% | - |
| HSV(B) | 29.2º | 0.93% | 0.95% | - |
| XYZ | 44.32 | 34.1 | 4.82 | - |
| YUV | 148.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 18 | 0 | 0.48 | 0.93 | 0.05 | 29.2 | 0.9 | 0.51 |
| Hex | F2 | 7F | 12 | 0 | 30 | 5D | 5 | 1D | 5A | 33 |
| Octal | 362 | 177 | 22 | 0 | 60 | 135 | 5 | 35 | 132 | 63 |
| Binary | 11110010 | 1111111 | 10010 | 0 | 110000 | 1011101 | 101 | 11101 | 1011010 | 110011 |
Color Harmonies of #F27F12
Complementary color
Monochromatic Colors of #F27F12
Black with #F27F12
Text Example
Text Example
White with #F27F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F12; }
p { color: rgb(242,127,18); }
H1.HeaderClassName
{
color: #F27F12;
}
.AnyTagClassName
{
color: #F27F12;
}
</style>
background-color css
<style>
a { background-color: #F27F12; }
a { background-color: rgb(242,127,18); }
div.DivClassName
{
background-color: #F27F12;
}
.BgClassName
{
background-color: #F27F12;
}
</style>
border-color css
<style>
span { border-color: #F27F12; }
span { border-color: rgb(242,127,18); }
td.TdClassName
{
border-color: #F27F12;
}
.TagClassName
{
border-color: #F27F12;
}
</style>