Shades of Pumpkin #F2661C
Tints of Pumpkin #F2661C
RGB
CMYK
RGB Variations
Color information
#F2661C (or 0xF2661C) is known color: Pumpkin. HEX triplet: F2, 66 and 1C. RGB value is (242,102,28). Sum of RGB (Red+Green+Blue) = 242+102+28=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2661C is #0D99E3. Grayscale: #878787. Windows color (decimal): -891364 or 1861362. OLE color: 1861362.
HSL color Cylindrical-coordinate representation of color #F2661C: hue angle of 20.75º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2661C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.05 |
| HSL | 20.75º | 0.89% | 0.53% | - |
| HSV(B) | 20.75º | 0.88% | 0.95% | - |
| XYZ | 41.58 | 28.46 | 4.4 | - |
| YUV | 135.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 28 | 0 | 0.58 | 0.88 | 0.05 | 20.75 | 0.89 | 0.53 |
| Hex | F2 | 66 | 1C | 0 | 3A | 58 | 5 | 15 | 59 | 35 |
| Octal | 362 | 146 | 34 | 0 | 72 | 130 | 5 | 25 | 131 | 65 |
| Binary | 11110010 | 1100110 | 11100 | 0 | 111010 | 1011000 | 101 | 10101 | 1011001 | 110101 |
Color Harmonies of #F2661C
Complementary color
Monochromatic Colors of #F2661C
Black with #F2661C
Text Example
Text Example
White with #F2661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2661C; }
p { color: rgb(242,102,28); }
H1.HeaderClassName
{
color: #F2661C;
}
.AnyTagClassName
{
color: #F2661C;
}
</style>
background-color css
<style>
a { background-color: #F2661C; }
a { background-color: rgb(242,102,28); }
div.DivClassName
{
background-color: #F2661C;
}
.BgClassName
{
background-color: #F2661C;
}
</style>
border-color css
<style>
span { border-color: #F2661C; }
span { border-color: rgb(242,102,28); }
td.TdClassName
{
border-color: #F2661C;
}
.TagClassName
{
border-color: #F2661C;
}
</style>