Shades of Pumpkin #F0651B
Tints of Pumpkin #F0651B
RGB
CMYK
RGB Variations
Color information
#F0651B (or 0xF0651B) is known color: Pumpkin. HEX triplet: F0, 65 and 1B. RGB value is (240,101,27). Sum of RGB (Red+Green+Blue) = 240+101+27=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0651B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0651B is #0F9AE4. Grayscale: #868686. Windows color (decimal): -1022693 or 1795568. OLE color: 1795568.
HSL color Cylindrical-coordinate representation of color #F0651B: hue angle of 20.85º 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 #F0651B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.06 |
| HSL | 20.85º | 0.88% | 0.52% | - |
| HSV(B) | 20.85º | 0.89% | 0.94% | - |
| XYZ | 40.79 | 27.91 | 4.27 | - |
| YUV | 134.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 27 | 0 | 0.58 | 0.89 | 0.06 | 20.85 | 0.88 | 0.52 |
| Hex | F0 | 65 | 1B | 0 | 3A | 59 | 6 | 15 | 58 | 34 |
| Octal | 360 | 145 | 33 | 0 | 72 | 131 | 6 | 25 | 130 | 64 |
| Binary | 11110000 | 1100101 | 11011 | 0 | 111010 | 1011001 | 110 | 10101 | 1011000 | 110100 |
Color Harmonies of #F0651B
Complementary color
Monochromatic Colors of #F0651B
Black with #F0651B
Text Example
Text Example
White with #F0651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0651B; }
p { color: rgb(240,101,27); }
H1.HeaderClassName
{
color: #F0651B;
}
.AnyTagClassName
{
color: #F0651B;
}
</style>
background-color css
<style>
a { background-color: #F0651B; }
a { background-color: rgb(240,101,27); }
div.DivClassName
{
background-color: #F0651B;
}
.BgClassName
{
background-color: #F0651B;
}
</style>
border-color css
<style>
span { border-color: #F0651B; }
span { border-color: rgb(240,101,27); }
td.TdClassName
{
border-color: #F0651B;
}
.TagClassName
{
border-color: #F0651B;
}
</style>