Shades of Pumpkin #F27525
Tints of Pumpkin #F27525
RGB
CMYK
RGB Variations
Color information
#F27525 (or 0xF27525) is known color: Pumpkin. HEX triplet: F2, 75 and 25. RGB value is (242,117,37). Sum of RGB (Red+Green+Blue) = 242+117+37=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F27525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27525 is #0D8ADA. Grayscale: #919191. Windows color (decimal): -887515 or 2455026. OLE color: 2455026.
HSL color Cylindrical-coordinate representation of color #F27525: hue angle of 23.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F27525 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.05 |
| HSL | 23.41º | 0.89% | 0.55% | - |
| HSV(B) | 23.41º | 0.85% | 0.95% | - |
| XYZ | 43.31 | 31.73 | 5.59 | - |
| YUV | 145.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 37 | 0 | 0.52 | 0.85 | 0.05 | 23.41 | 0.89 | 0.55 |
| Hex | F2 | 75 | 25 | 0 | 34 | 55 | 5 | 17 | 59 | 37 |
| Octal | 362 | 165 | 45 | 0 | 64 | 125 | 5 | 27 | 131 | 67 |
| Binary | 11110010 | 1110101 | 100101 | 0 | 110100 | 1010101 | 101 | 10111 | 1011001 | 110111 |
Color Harmonies of #F27525
Complementary color
Monochromatic Colors of #F27525
Black with #F27525
Text Example
Text Example
White with #F27525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27525; }
p { color: rgb(242,117,37); }
H1.HeaderClassName
{
color: #F27525;
}
.AnyTagClassName
{
color: #F27525;
}
</style>
background-color css
<style>
a { background-color: #F27525; }
a { background-color: rgb(242,117,37); }
div.DivClassName
{
background-color: #F27525;
}
.BgClassName
{
background-color: #F27525;
}
</style>
border-color css
<style>
span { border-color: #F27525; }
span { border-color: rgb(242,117,37); }
td.TdClassName
{
border-color: #F27525;
}
.TagClassName
{
border-color: #F27525;
}
</style>