Shades of Pumpkin #F2701B
Tints of Pumpkin #F2701B
RGB
CMYK
RGB Variations
Color information
#F2701B (or 0xF2701B) is known color: Pumpkin. HEX triplet: F2, 70 and 1B. RGB value is (242,112,27). Sum of RGB (Red+Green+Blue) = 242+112+27=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F2701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2701B is #0D8FE4. Grayscale: #8D8D8D. Windows color (decimal): -888805 or 1798386. OLE color: 1798386.
HSL color Cylindrical-coordinate representation of color #F2701B: hue angle of 23.72º 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 #F2701B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.05 |
| HSL | 23.72º | 0.89% | 0.53% | - |
| HSV(B) | 23.72º | 0.89% | 0.95% | - |
| XYZ | 42.61 | 30.54 | 4.69 | - |
| YUV | 141.18 | 63.57 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 27 | 0 | 0.54 | 0.89 | 0.05 | 23.72 | 0.89 | 0.53 |
| Hex | F2 | 70 | 1B | 0 | 36 | 59 | 5 | 18 | 59 | 35 |
| Octal | 362 | 160 | 33 | 0 | 66 | 131 | 5 | 30 | 131 | 65 |
| Binary | 11110010 | 1110000 | 11011 | 0 | 110110 | 1011001 | 101 | 11000 | 1011001 | 110101 |
Color Harmonies of #F2701B
Complementary color
Monochromatic Colors of #F2701B
Black with #F2701B
Text Example
Text Example
White with #F2701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2701B; }
p { color: rgb(242,112,27); }
H1.HeaderClassName
{
color: #F2701B;
}
.AnyTagClassName
{
color: #F2701B;
}
</style>
background-color css
<style>
a { background-color: #F2701B; }
a { background-color: rgb(242,112,27); }
div.DivClassName
{
background-color: #F2701B;
}
.BgClassName
{
background-color: #F2701B;
}
</style>
border-color css
<style>
span { border-color: #F2701B; }
span { border-color: rgb(242,112,27); }
td.TdClassName
{
border-color: #F2701B;
}
.TagClassName
{
border-color: #F2701B;
}
</style>