Shades of Pumpkin #F27519
Tints of Pumpkin #F27519
RGB
CMYK
RGB Variations
Color information
#F27519 (or 0xF27519) is known color: Pumpkin. HEX triplet: F2, 75 and 19. RGB value is (242,117,25). Sum of RGB (Red+Green+Blue) = 242+117+25=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F27519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27519 is #0D8AE6. Grayscale: #909090. Windows color (decimal): -887527 or 1668594. OLE color: 1668594.
HSL color Cylindrical-coordinate representation of color #F27519: hue angle of 25.44º 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 #F27519 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.05 |
| HSL | 25.44º | 0.89% | 0.52% | - |
| HSV(B) | 25.44º | 0.9% | 0.95% | - |
| XYZ | 43.15 | 31.67 | 4.76 | - |
| YUV | 143.89 | 60.91 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 25 | 0 | 0.52 | 0.90 | 0.05 | 25.44 | 0.89 | 0.52 |
| Hex | F2 | 75 | 19 | 0 | 34 | 5A | 5 | 19 | 59 | 34 |
| Octal | 362 | 165 | 31 | 0 | 64 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110101 | 11001 | 0 | 110100 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27519
Complementary color
Monochromatic Colors of #F27519
Black with #F27519
Text Example
Text Example
White with #F27519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27519; }
p { color: rgb(242,117,25); }
H1.HeaderClassName
{
color: #F27519;
}
.AnyTagClassName
{
color: #F27519;
}
</style>
background-color css
<style>
a { background-color: #F27519; }
a { background-color: rgb(242,117,25); }
div.DivClassName
{
background-color: #F27519;
}
.BgClassName
{
background-color: #F27519;
}
</style>
border-color css
<style>
span { border-color: #F27519; }
span { border-color: rgb(242,117,25); }
td.TdClassName
{
border-color: #F27519;
}
.TagClassName
{
border-color: #F27519;
}
</style>