Shades of Pumpkin #F0781A
Tints of Pumpkin #F0781A
RGB
CMYK
RGB Variations
Color information
#F0781A (or 0xF0781A) is known color: Pumpkin. HEX triplet: F0, 78 and 1A. RGB value is (240,120,26). Sum of RGB (Red+Green+Blue) = 240+120+26=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0781A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0781A is #0F87E5. Grayscale: #919191. Windows color (decimal): -1017830 or 1734896. OLE color: 1734896.
HSL color Cylindrical-coordinate representation of color #F0781A: hue angle of 26.36º 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 #F0781A is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 26 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.06 |
| HSL | 26.36º | 0.88% | 0.52% | - |
| HSV(B) | 26.36º | 0.89% | 0.94% | - |
| XYZ | 42.84 | 32.03 | 4.9 | - |
| YUV | 145.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 26 | 0 | 0.5 | 0.89 | 0.06 | 26.36 | 0.88 | 0.52 |
| Hex | F0 | 78 | 1A | 0 | 32 | 59 | 6 | 1A | 58 | 34 |
| Octal | 360 | 170 | 32 | 0 | 62 | 131 | 6 | 32 | 130 | 64 |
| Binary | 11110000 | 1111000 | 11010 | 0 | 110010 | 1011001 | 110 | 11010 | 1011000 | 110100 |
Color Harmonies of #F0781A
Complementary color
Monochromatic Colors of #F0781A
Black with #F0781A
Text Example
Text Example
White with #F0781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0781A; }
p { color: rgb(240,120,26); }
H1.HeaderClassName
{
color: #F0781A;
}
.AnyTagClassName
{
color: #F0781A;
}
</style>
background-color css
<style>
a { background-color: #F0781A; }
a { background-color: rgb(240,120,26); }
div.DivClassName
{
background-color: #F0781A;
}
.BgClassName
{
background-color: #F0781A;
}
</style>
border-color css
<style>
span { border-color: #F0781A; }
span { border-color: rgb(240,120,26); }
td.TdClassName
{
border-color: #F0781A;
}
.TagClassName
{
border-color: #F0781A;
}
</style>