Shades of Pumpkin #F77A28
Tints of Pumpkin #F77A28
RGB
CMYK
RGB Variations
Color information
#F77A28 (or 0xF77A28) is known color: Pumpkin. HEX triplet: F7, 7A and 28. RGB value is (247,122,40). Sum of RGB (Red+Green+Blue) = 247+122+40=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A28 is #0885D7. Grayscale: #969696. Windows color (decimal): -558552 or 2652919. OLE color: 2652919.
HSL color Cylindrical-coordinate representation of color #F77A28: hue angle of 23.77º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F77A28 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 40 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.03 |
| HSL | 23.77º | 0.93% | 0.56% | - |
| HSV(B) | 23.77º | 0.84% | 0.97% | - |
| XYZ | 45.7 | 33.85 | 6.13 | - |
| YUV | 150.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 40 | 0 | 0.51 | 0.84 | 0.03 | 23.77 | 0.93 | 0.56 |
| Hex | F7 | 7A | 28 | 0 | 33 | 54 | 3 | 18 | 5D | 38 |
| Octal | 367 | 172 | 50 | 0 | 63 | 124 | 3 | 30 | 135 | 70 |
| Binary | 11110111 | 1111010 | 101000 | 0 | 110011 | 1010100 | 11 | 11000 | 1011101 | 111000 |
Color Harmonies of #F77A28
Complementary color
Monochromatic Colors of #F77A28
Black with #F77A28
Text Example
Text Example
White with #F77A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A28; }
p { color: rgb(247,122,40); }
H1.HeaderClassName
{
color: #F77A28;
}
.AnyTagClassName
{
color: #F77A28;
}
</style>
background-color css
<style>
a { background-color: #F77A28; }
a { background-color: rgb(247,122,40); }
div.DivClassName
{
background-color: #F77A28;
}
.BgClassName
{
background-color: #F77A28;
}
</style>
border-color css
<style>
span { border-color: #F77A28; }
span { border-color: rgb(247,122,40); }
td.TdClassName
{
border-color: #F77A28;
}
.TagClassName
{
border-color: #F77A28;
}
</style>