Shades of Pumpkin #F0771A
Tints of Pumpkin #F0771A
RGB
CMYK
RGB Variations
Color information
#F0771A (or 0xF0771A) is known color: Pumpkin. HEX triplet: F0, 77 and 1A. RGB value is (240,119,26). Sum of RGB (Red+Green+Blue) = 240+119+26=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0771A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0771A is #0F88E5. Grayscale: #919191. Windows color (decimal): -1018086 or 1734640. OLE color: 1734640.
HSL color Cylindrical-coordinate representation of color #F0771A: hue angle of 26.07º 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 #F0771A is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 26 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.06 |
| HSL | 26.07º | 0.88% | 0.52% | - |
| HSV(B) | 26.07º | 0.89% | 0.94% | - |
| XYZ | 42.72 | 31.79 | 4.86 | - |
| YUV | 144.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 26 | 0 | 0.50 | 0.89 | 0.06 | 26.07 | 0.88 | 0.52 |
| Hex | F0 | 77 | 1A | 0 | 32 | 59 | 6 | 1A | 58 | 34 |
| Octal | 360 | 167 | 32 | 0 | 62 | 131 | 6 | 32 | 130 | 64 |
| Binary | 11110000 | 1110111 | 11010 | 0 | 110010 | 1011001 | 110 | 11010 | 1011000 | 110100 |
Color Harmonies of #F0771A
Complementary color
Monochromatic Colors of #F0771A
Black with #F0771A
Text Example
Text Example
White with #F0771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0771A; }
p { color: rgb(240,119,26); }
H1.HeaderClassName
{
color: #F0771A;
}
.AnyTagClassName
{
color: #F0771A;
}
</style>
background-color css
<style>
a { background-color: #F0771A; }
a { background-color: rgb(240,119,26); }
div.DivClassName
{
background-color: #F0771A;
}
.BgClassName
{
background-color: #F0771A;
}
</style>
border-color css
<style>
span { border-color: #F0771A; }
span { border-color: rgb(240,119,26); }
td.TdClassName
{
border-color: #F0771A;
}
.TagClassName
{
border-color: #F0771A;
}
</style>