Shades of Pumpkin #F27828
Tints of Pumpkin #F27828
RGB
CMYK
RGB Variations
Color information
#F27828 (or 0xF27828) is known color: Pumpkin. HEX triplet: F2, 78 and 28. RGB value is (242,120,40). Sum of RGB (Red+Green+Blue) = 242+120+40=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F27828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27828 is #0D87D7. Grayscale: #939393. Windows color (decimal): -886744 or 2652402. OLE color: 2652402.
HSL color Cylindrical-coordinate representation of color #F27828: hue angle of 23.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F27828 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 40 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.05 |
| HSL | 23.76º | 0.89% | 0.55% | - |
| HSV(B) | 23.76º | 0.83% | 0.95% | - |
| XYZ | 43.72 | 32.46 | 5.97 | - |
| YUV | 147.36 | 67.42 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 40 | 0 | 0.50 | 0.83 | 0.05 | 23.76 | 0.89 | 0.55 |
| Hex | F2 | 78 | 28 | 0 | 32 | 53 | 5 | 18 | 59 | 37 |
| Octal | 362 | 170 | 50 | 0 | 62 | 123 | 5 | 30 | 131 | 67 |
| Binary | 11110010 | 1111000 | 101000 | 0 | 110010 | 1010011 | 101 | 11000 | 1011001 | 110111 |
Color Harmonies of #F27828
Complementary color
Monochromatic Colors of #F27828
Black with #F27828
Text Example
Text Example
White with #F27828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27828; }
p { color: rgb(242,120,40); }
H1.HeaderClassName
{
color: #F27828;
}
.AnyTagClassName
{
color: #F27828;
}
</style>
background-color css
<style>
a { background-color: #F27828; }
a { background-color: rgb(242,120,40); }
div.DivClassName
{
background-color: #F27828;
}
.BgClassName
{
background-color: #F27828;
}
</style>
border-color css
<style>
span { border-color: #F27828; }
span { border-color: rgb(242,120,40); }
td.TdClassName
{
border-color: #F27828;
}
.TagClassName
{
border-color: #F27828;
}
</style>