Shades of Pumpkin #F27F18
Tints of Pumpkin #F27F18
RGB
CMYK
RGB Variations
Color information
#F27F18 (or 0xF27F18) is known color: Pumpkin. HEX triplet: F2, 7F and 18. RGB value is (242,127,24). Sum of RGB (Red+Green+Blue) = 242+127+24=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F18 is #0D80E7. Grayscale: #969696. Windows color (decimal): -884968 or 1605618. OLE color: 1605618.
HSL color Cylindrical-coordinate representation of color #F27F18: hue angle of 28.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F27F18 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 24 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.05 |
| HSL | 28.35º | 0.89% | 0.52% | - |
| HSV(B) | 28.35º | 0.9% | 0.95% | - |
| XYZ | 44.37 | 34.12 | 5.11 | - |
| YUV | 149.64 | 57.1 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 24 | 0 | 0.48 | 0.90 | 0.05 | 28.35 | 0.89 | 0.52 |
| Hex | F2 | 7F | 18 | 0 | 30 | 5A | 5 | 1C | 59 | 34 |
| Octal | 362 | 177 | 30 | 0 | 60 | 132 | 5 | 34 | 131 | 64 |
| Binary | 11110010 | 1111111 | 11000 | 0 | 110000 | 1011010 | 101 | 11100 | 1011001 | 110100 |
Color Harmonies of #F27F18
Complementary color
Monochromatic Colors of #F27F18
Black with #F27F18
Text Example
Text Example
White with #F27F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F18; }
p { color: rgb(242,127,24); }
H1.HeaderClassName
{
color: #F27F18;
}
.AnyTagClassName
{
color: #F27F18;
}
</style>
background-color css
<style>
a { background-color: #F27F18; }
a { background-color: rgb(242,127,24); }
div.DivClassName
{
background-color: #F27F18;
}
.BgClassName
{
background-color: #F27F18;
}
</style>
border-color css
<style>
span { border-color: #F27F18; }
span { border-color: rgb(242,127,24); }
td.TdClassName
{
border-color: #F27F18;
}
.TagClassName
{
border-color: #F27F18;
}
</style>