Shades of Pumpkin #F2701C
Tints of Pumpkin #F2701C
RGB
CMYK
RGB Variations
Color information
#F2701C (or 0xF2701C) is known color: Pumpkin. HEX triplet: F2, 70 and 1C. RGB value is (242,112,28). Sum of RGB (Red+Green+Blue) = 242+112+28=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F2701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2701C is #0D8FE3. Grayscale: #8D8D8D. Windows color (decimal): -888804 or 1863922. OLE color: 1863922.
HSL color Cylindrical-coordinate representation of color #F2701C: hue angle of 23.55º 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 #F2701C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 28 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.05 |
| HSL | 23.55º | 0.89% | 0.53% | - |
| HSV(B) | 23.55º | 0.88% | 0.95% | - |
| XYZ | 42.62 | 30.55 | 4.75 | - |
| YUV | 141.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 28 | 0 | 0.54 | 0.88 | 0.05 | 23.55 | 0.89 | 0.53 |
| Hex | F2 | 70 | 1C | 0 | 36 | 58 | 5 | 18 | 59 | 35 |
| Octal | 362 | 160 | 34 | 0 | 66 | 130 | 5 | 30 | 131 | 65 |
| Binary | 11110010 | 1110000 | 11100 | 0 | 110110 | 1011000 | 101 | 11000 | 1011001 | 110101 |
Color Harmonies of #F2701C
Complementary color
Monochromatic Colors of #F2701C
Black with #F2701C
Text Example
Text Example
White with #F2701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2701C; }
p { color: rgb(242,112,28); }
H1.HeaderClassName
{
color: #F2701C;
}
.AnyTagClassName
{
color: #F2701C;
}
</style>
background-color css
<style>
a { background-color: #F2701C; }
a { background-color: rgb(242,112,28); }
div.DivClassName
{
background-color: #F2701C;
}
.BgClassName
{
background-color: #F2701C;
}
</style>
border-color css
<style>
span { border-color: #F2701C; }
span { border-color: rgb(242,112,28); }
td.TdClassName
{
border-color: #F2701C;
}
.TagClassName
{
border-color: #F2701C;
}
</style>