Shades of Pumpkin #F2811A
Tints of Pumpkin #F2811A
RGB
CMYK
RGB Variations
Color information
#F2811A (or 0xF2811A) is known color: Pumpkin. HEX triplet: F2, 81 and 1A. RGB value is (242,129,26). Sum of RGB (Red+Green+Blue) = 242+129+26=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2811A is #0D7EE5. Grayscale: #979797. Windows color (decimal): -884454 or 1737202. OLE color: 1737202.
HSL color Cylindrical-coordinate representation of color #F2811A: hue angle of 28.61º 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 #F2811A is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 26 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.05 |
| HSL | 28.61º | 0.89% | 0.53% | - |
| HSV(B) | 28.61º | 0.89% | 0.95% | - |
| XYZ | 44.65 | 34.65 | 5.31 | - |
| YUV | 151.05 | 57.44 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 26 | 0 | 0.47 | 0.89 | 0.05 | 28.61 | 0.89 | 0.53 |
| Hex | F2 | 81 | 1A | 0 | 2F | 59 | 5 | 1D | 59 | 35 |
| Octal | 362 | 201 | 32 | 0 | 57 | 131 | 5 | 35 | 131 | 65 |
| Binary | 11110010 | 10000001 | 11010 | 0 | 101111 | 1011001 | 101 | 11101 | 1011001 | 110101 |
Color Harmonies of #F2811A
Complementary color
Monochromatic Colors of #F2811A
Black with #F2811A
Text Example
Text Example
White with #F2811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2811A; }
p { color: rgb(242,129,26); }
H1.HeaderClassName
{
color: #F2811A;
}
.AnyTagClassName
{
color: #F2811A;
}
</style>
background-color css
<style>
a { background-color: #F2811A; }
a { background-color: rgb(242,129,26); }
div.DivClassName
{
background-color: #F2811A;
}
.BgClassName
{
background-color: #F2811A;
}
</style>
border-color css
<style>
span { border-color: #F2811A; }
span { border-color: rgb(242,129,26); }
td.TdClassName
{
border-color: #F2811A;
}
.TagClassName
{
border-color: #F2811A;
}
</style>