Shades of Pumpkin #F0701B
Tints of Pumpkin #F0701B
RGB
CMYK
RGB Variations
Color information
#F0701B (or 0xF0701B) is known color: Pumpkin. HEX triplet: F0, 70 and 1B. RGB value is (240,112,27). Sum of RGB (Red+Green+Blue) = 240+112+27=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0701B is #0F8FE4. Grayscale: #8D8D8D. Windows color (decimal): -1019877 or 1798384. OLE color: 1798384.
HSL color Cylindrical-coordinate representation of color #F0701B: hue angle of 23.94º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0701B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.06 |
| HSL | 23.94º | 0.88% | 0.52% | - |
| HSV(B) | 23.94º | 0.89% | 0.94% | - |
| XYZ | 41.93 | 30.19 | 4.65 | - |
| YUV | 140.58 | 63.91 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 27 | 0 | 0.53 | 0.89 | 0.06 | 23.94 | 0.88 | 0.52 |
| Hex | F0 | 70 | 1B | 0 | 35 | 59 | 6 | 18 | 58 | 34 |
| Octal | 360 | 160 | 33 | 0 | 65 | 131 | 6 | 30 | 130 | 64 |
| Binary | 11110000 | 1110000 | 11011 | 0 | 110101 | 1011001 | 110 | 11000 | 1011000 | 110100 |
Color Harmonies of #F0701B
Complementary color
Monochromatic Colors of #F0701B
Black with #F0701B
Text Example
Text Example
White with #F0701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0701B; }
p { color: rgb(240,112,27); }
H1.HeaderClassName
{
color: #F0701B;
}
.AnyTagClassName
{
color: #F0701B;
}
</style>
background-color css
<style>
a { background-color: #F0701B; }
a { background-color: rgb(240,112,27); }
div.DivClassName
{
background-color: #F0701B;
}
.BgClassName
{
background-color: #F0701B;
}
</style>
border-color css
<style>
span { border-color: #F0701B; }
span { border-color: rgb(240,112,27); }
td.TdClassName
{
border-color: #F0701B;
}
.TagClassName
{
border-color: #F0701B;
}
</style>