Shades of Pumpkin #F2780F
Tints of Pumpkin #F2780F
RGB
CMYK
RGB Variations
Color information
#F2780F (or 0xF2780F) is known color: Pumpkin. HEX triplet: F2, 78 and 0F. RGB value is (242,120,15). Sum of RGB (Red+Green+Blue) = 242+120+15=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2780F is #0D87F0. Grayscale: #919191. Windows color (decimal): -886769 or 1014002. OLE color: 1014002.
HSL color Cylindrical-coordinate representation of color #F2780F: hue angle of 27.75º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2780F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.05 |
| HSL | 27.75º | 0.9% | 0.5% | - |
| HSV(B) | 27.75º | 0.94% | 0.95% | - |
| XYZ | 43.42 | 32.34 | 4.41 | - |
| YUV | 144.51 | 54.92 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 15 | 0 | 0.50 | 0.94 | 0.05 | 27.75 | 0.9 | 0.5 |
| Hex | F2 | 78 | F | 0 | 32 | 5E | 5 | 1C | 5A | 32 |
| Octal | 362 | 170 | 17 | 0 | 62 | 136 | 5 | 34 | 132 | 62 |
| Binary | 11110010 | 1111000 | 1111 | 0 | 110010 | 1011110 | 101 | 11100 | 1011010 | 110010 |
Color Harmonies of #F2780F
Complementary color
Monochromatic Colors of #F2780F
Black with #F2780F
Text Example
Text Example
White with #F2780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2780F; }
p { color: rgb(242,120,15); }
H1.HeaderClassName
{
color: #F2780F;
}
.AnyTagClassName
{
color: #F2780F;
}
</style>
background-color css
<style>
a { background-color: #F2780F; }
a { background-color: rgb(242,120,15); }
div.DivClassName
{
background-color: #F2780F;
}
.BgClassName
{
background-color: #F2780F;
}
</style>
border-color css
<style>
span { border-color: #F2780F; }
span { border-color: rgb(242,120,15); }
td.TdClassName
{
border-color: #F2780F;
}
.TagClassName
{
border-color: #F2780F;
}
</style>