Shades of Pumpkin #F2770D
Tints of Pumpkin #F2770D
RGB
CMYK
RGB Variations
Color information
#F2770D (or 0xF2770D) is known color: Pumpkin. HEX triplet: F2, 77 and 0D. RGB value is (242,119,13). Sum of RGB (Red+Green+Blue) = 242+119+13=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2770D is #0D88F2. Grayscale: #909090. Windows color (decimal): -887027 or 882674. OLE color: 882674.
HSL color Cylindrical-coordinate representation of color #F2770D: hue angle of 27.77º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2770D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.05 |
| HSL | 27.77º | 0.9% | 0.5% | - |
| HSV(B) | 27.77º | 0.95% | 0.95% | - |
| XYZ | 43.29 | 32.1 | 4.3 | - |
| YUV | 143.69 | 54.25 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 13 | 0 | 0.51 | 0.95 | 0.05 | 27.77 | 0.9 | 0.5 |
| Hex | F2 | 77 | D | 0 | 33 | 5F | 5 | 1C | 5A | 32 |
| Octal | 362 | 167 | 15 | 0 | 63 | 137 | 5 | 34 | 132 | 62 |
| Binary | 11110010 | 1110111 | 1101 | 0 | 110011 | 1011111 | 101 | 11100 | 1011010 | 110010 |
Color Harmonies of #F2770D
Complementary color
Monochromatic Colors of #F2770D
Black with #F2770D
Text Example
Text Example
White with #F2770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2770D; }
p { color: rgb(242,119,13); }
H1.HeaderClassName
{
color: #F2770D;
}
.AnyTagClassName
{
color: #F2770D;
}
</style>
background-color css
<style>
a { background-color: #F2770D; }
a { background-color: rgb(242,119,13); }
div.DivClassName
{
background-color: #F2770D;
}
.BgClassName
{
background-color: #F2770D;
}
</style>
border-color css
<style>
span { border-color: #F2770D; }
span { border-color: rgb(242,119,13); }
td.TdClassName
{
border-color: #F2770D;
}
.TagClassName
{
border-color: #F2770D;
}
</style>