Shades of Pumpkin #F27219
Tints of Pumpkin #F27219
RGB
CMYK
RGB Variations
Color information
#F27219 (or 0xF27219) is known color: Pumpkin. HEX triplet: F2, 72 and 19. RGB value is (242,114,25). Sum of RGB (Red+Green+Blue) = 242+114+25=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27219 is #0D8DE6. Grayscale: #8E8E8E. Windows color (decimal): -888295 or 1667826. OLE color: 1667826.
HSL color Cylindrical-coordinate representation of color #F27219: hue angle of 24.61º 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 #F27219 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 25 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.05 |
| HSL | 24.61º | 0.89% | 0.52% | - |
| HSV(B) | 24.61º | 0.9% | 0.95% | - |
| XYZ | 42.81 | 30.98 | 4.64 | - |
| YUV | 142.13 | 61.91 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 25 | 0 | 0.53 | 0.90 | 0.05 | 24.61 | 0.89 | 0.52 |
| Hex | F2 | 72 | 19 | 0 | 35 | 5A | 5 | 19 | 59 | 34 |
| Octal | 362 | 162 | 31 | 0 | 65 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110010 | 11001 | 0 | 110101 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27219
Complementary color
Monochromatic Colors of #F27219
Black with #F27219
Text Example
Text Example
White with #F27219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27219; }
p { color: rgb(242,114,25); }
H1.HeaderClassName
{
color: #F27219;
}
.AnyTagClassName
{
color: #F27219;
}
</style>
background-color css
<style>
a { background-color: #F27219; }
a { background-color: rgb(242,114,25); }
div.DivClassName
{
background-color: #F27219;
}
.BgClassName
{
background-color: #F27219;
}
</style>
border-color css
<style>
span { border-color: #F27219; }
span { border-color: rgb(242,114,25); }
td.TdClassName
{
border-color: #F27219;
}
.TagClassName
{
border-color: #F27219;
}
</style>