Shades of Pumpkin #F2761A
Tints of Pumpkin #F2761A
RGB
CMYK
RGB Variations
Color information
#F2761A (or 0xF2761A) is known color: Pumpkin. HEX triplet: F2, 76 and 1A. RGB value is (242,118,26). Sum of RGB (Red+Green+Blue) = 242+118+26=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2761A is #0D89E5. Grayscale: #919191. Windows color (decimal): -887270 or 1734386. OLE color: 1734386.
HSL color Cylindrical-coordinate representation of color #F2761A: hue angle of 25.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2761A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 26 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.05 |
| HSL | 25.56º | 0.89% | 0.53% | - |
| HSV(B) | 25.56º | 0.89% | 0.95% | - |
| XYZ | 43.28 | 31.91 | 4.86 | - |
| YUV | 144.59 | 61.08 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 26 | 0 | 0.51 | 0.89 | 0.05 | 25.56 | 0.89 | 0.53 |
| Hex | F2 | 76 | 1A | 0 | 33 | 59 | 5 | 1A | 59 | 35 |
| Octal | 362 | 166 | 32 | 0 | 63 | 131 | 5 | 32 | 131 | 65 |
| Binary | 11110010 | 1110110 | 11010 | 0 | 110011 | 1011001 | 101 | 11010 | 1011001 | 110101 |
Color Harmonies of #F2761A
Complementary color
Monochromatic Colors of #F2761A
Black with #F2761A
Text Example
Text Example
White with #F2761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2761A; }
p { color: rgb(242,118,26); }
H1.HeaderClassName
{
color: #F2761A;
}
.AnyTagClassName
{
color: #F2761A;
}
</style>
background-color css
<style>
a { background-color: #F2761A; }
a { background-color: rgb(242,118,26); }
div.DivClassName
{
background-color: #F2761A;
}
.BgClassName
{
background-color: #F2761A;
}
</style>
border-color css
<style>
span { border-color: #F2761A; }
span { border-color: rgb(242,118,26); }
td.TdClassName
{
border-color: #F2761A;
}
.TagClassName
{
border-color: #F2761A;
}
</style>