Shades of Pumpkin #F2681B
Tints of Pumpkin #F2681B
RGB
CMYK
RGB Variations
Color information
#F2681B (or 0xF2681B) is known color: Pumpkin. HEX triplet: F2, 68 and 1B. RGB value is (242,104,27). Sum of RGB (Red+Green+Blue) = 242+104+27=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2681B is #0D97E4. Grayscale: #888888. Windows color (decimal): -890853 or 1796338. OLE color: 1796338.
HSL color Cylindrical-coordinate representation of color #F2681B: hue angle of 21.49º 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 #F2681B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.05 |
| HSL | 21.49º | 0.89% | 0.53% | - |
| HSV(B) | 21.49º | 0.89% | 0.95% | - |
| XYZ | 41.77 | 28.86 | 4.41 | - |
| YUV | 136.48 | 66.22 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 27 | 0 | 0.57 | 0.89 | 0.05 | 21.49 | 0.89 | 0.53 |
| Hex | F2 | 68 | 1B | 0 | 39 | 59 | 5 | 15 | 59 | 35 |
| Octal | 362 | 150 | 33 | 0 | 71 | 131 | 5 | 25 | 131 | 65 |
| Binary | 11110010 | 1101000 | 11011 | 0 | 111001 | 1011001 | 101 | 10101 | 1011001 | 110101 |
Color Harmonies of #F2681B
Complementary color
Monochromatic Colors of #F2681B
Black with #F2681B
Text Example
Text Example
White with #F2681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2681B; }
p { color: rgb(242,104,27); }
H1.HeaderClassName
{
color: #F2681B;
}
.AnyTagClassName
{
color: #F2681B;
}
</style>
background-color css
<style>
a { background-color: #F2681B; }
a { background-color: rgb(242,104,27); }
div.DivClassName
{
background-color: #F2681B;
}
.BgClassName
{
background-color: #F2681B;
}
</style>
border-color css
<style>
span { border-color: #F2681B; }
span { border-color: rgb(242,104,27); }
td.TdClassName
{
border-color: #F2681B;
}
.TagClassName
{
border-color: #F2681B;
}
</style>