Shades of Pumpkin #F2691B
Tints of Pumpkin #F2691B
RGB
CMYK
RGB Variations
Color information
#F2691B (or 0xF2691B) is known color: Pumpkin. HEX triplet: F2, 69 and 1B. RGB value is (242,105,27). Sum of RGB (Red+Green+Blue) = 242+105+27=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2691B is #0D96E4. Grayscale: #898989. Windows color (decimal): -890597 or 1796594. OLE color: 1796594.
HSL color Cylindrical-coordinate representation of color #F2691B: hue angle of 21.77º 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 #F2691B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.05 |
| HSL | 21.77º | 0.89% | 0.53% | - |
| HSV(B) | 21.77º | 0.89% | 0.95% | - |
| XYZ | 41.87 | 29.06 | 4.44 | - |
| YUV | 137.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 27 | 0 | 0.57 | 0.89 | 0.05 | 21.77 | 0.89 | 0.53 |
| Hex | F2 | 69 | 1B | 0 | 39 | 59 | 5 | 16 | 59 | 35 |
| Octal | 362 | 151 | 33 | 0 | 71 | 131 | 5 | 26 | 131 | 65 |
| Binary | 11110010 | 1101001 | 11011 | 0 | 111001 | 1011001 | 101 | 10110 | 1011001 | 110101 |
Color Harmonies of #F2691B
Complementary color
Monochromatic Colors of #F2691B
Black with #F2691B
Text Example
Text Example
White with #F2691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2691B; }
p { color: rgb(242,105,27); }
H1.HeaderClassName
{
color: #F2691B;
}
.AnyTagClassName
{
color: #F2691B;
}
</style>
background-color css
<style>
a { background-color: #F2691B; }
a { background-color: rgb(242,105,27); }
div.DivClassName
{
background-color: #F2691B;
}
.BgClassName
{
background-color: #F2691B;
}
</style>
border-color css
<style>
span { border-color: #F2691B; }
span { border-color: rgb(242,105,27); }
td.TdClassName
{
border-color: #F2691B;
}
.TagClassName
{
border-color: #F2691B;
}
</style>