Shades of Pumpkin #F2631A
Tints of Pumpkin #F2631A
RGB
CMYK
RGB Variations
Color information
#F2631A (or 0xF2631A) is known color: Pumpkin. HEX triplet: F2, 63 and 1A. RGB value is (242,99,26). Sum of RGB (Red+Green+Blue) = 242+99+26=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2631A is #0D9CE5. Grayscale: #858585. Windows color (decimal): -892134 or 1729522. OLE color: 1729522.
HSL color Cylindrical-coordinate representation of color #F2631A: hue angle of 20.28º 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 #F2631A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.05 |
| HSL | 20.28º | 0.89% | 0.53% | - |
| HSV(B) | 20.28º | 0.89% | 0.95% | - |
| XYZ | 41.27 | 27.88 | 4.18 | - |
| YUV | 133.44 | 67.38 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 26 | 0 | 0.59 | 0.89 | 0.05 | 20.28 | 0.89 | 0.53 |
| Hex | F2 | 63 | 1A | 0 | 3B | 59 | 5 | 14 | 59 | 35 |
| Octal | 362 | 143 | 32 | 0 | 73 | 131 | 5 | 24 | 131 | 65 |
| Binary | 11110010 | 1100011 | 11010 | 0 | 111011 | 1011001 | 101 | 10100 | 1011001 | 110101 |
Color Harmonies of #F2631A
Complementary color
Monochromatic Colors of #F2631A
Black with #F2631A
Text Example
Text Example
White with #F2631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2631A; }
p { color: rgb(242,99,26); }
H1.HeaderClassName
{
color: #F2631A;
}
.AnyTagClassName
{
color: #F2631A;
}
</style>
background-color css
<style>
a { background-color: #F2631A; }
a { background-color: rgb(242,99,26); }
div.DivClassName
{
background-color: #F2631A;
}
.BgClassName
{
background-color: #F2631A;
}
</style>
border-color css
<style>
span { border-color: #F2631A; }
span { border-color: rgb(242,99,26); }
td.TdClassName
{
border-color: #F2631A;
}
.TagClassName
{
border-color: #F2631A;
}
</style>