Shades of Pumpkin #F2661A
Tints of Pumpkin #F2661A
RGB
CMYK
RGB Variations
Color information
#F2661A (or 0xF2661A) is known color: Pumpkin. HEX triplet: F2, 66 and 1A. RGB value is (242,102,26). Sum of RGB (Red+Green+Blue) = 242+102+26=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2661A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2661A is #0D99E5. Grayscale: #878787. Windows color (decimal): -891366 or 1730290. OLE color: 1730290.
HSL color Cylindrical-coordinate representation of color #F2661A: hue angle of 21.11º 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 #F2661A is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 26 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.05 |
| HSL | 21.11º | 0.89% | 0.53% | - |
| HSV(B) | 21.11º | 0.89% | 0.95% | - |
| XYZ | 41.56 | 28.45 | 4.28 | - |
| YUV | 135.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 26 | 0 | 0.58 | 0.89 | 0.05 | 21.11 | 0.89 | 0.53 |
| Hex | F2 | 66 | 1A | 0 | 3A | 59 | 5 | 15 | 59 | 35 |
| Octal | 362 | 146 | 32 | 0 | 72 | 131 | 5 | 25 | 131 | 65 |
| Binary | 11110010 | 1100110 | 11010 | 0 | 111010 | 1011001 | 101 | 10101 | 1011001 | 110101 |
Color Harmonies of #F2661A
Complementary color
Monochromatic Colors of #F2661A
Black with #F2661A
Text Example
Text Example
White with #F2661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2661A; }
p { color: rgb(242,102,26); }
H1.HeaderClassName
{
color: #F2661A;
}
.AnyTagClassName
{
color: #F2661A;
}
</style>
background-color css
<style>
a { background-color: #F2661A; }
a { background-color: rgb(242,102,26); }
div.DivClassName
{
background-color: #F2661A;
}
.BgClassName
{
background-color: #F2661A;
}
</style>
border-color css
<style>
span { border-color: #F2661A; }
span { border-color: rgb(242,102,26); }
td.TdClassName
{
border-color: #F2661A;
}
.TagClassName
{
border-color: #F2661A;
}
</style>