Shades of Pumpkin #FF790C
Tints of Pumpkin #FF790C
RGB
CMYK
RGB Variations
Color information
#FF790C (or 0xFF790C) is known color: Pumpkin. HEX triplet: FF, 79 and 0C. RGB value is (255,121,12). Sum of RGB (Red+Green+Blue) = 255+121+12=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF790C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF790C is #0086F3. Grayscale: #959595. Windows color (decimal): -34548 or 817663. OLE color: 817663.
HSL color Cylindrical-coordinate representation of color #FF790C: hue angle of 26.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF790C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0 |
| HSL | 26.91º | 1% | 0.52% | - |
| HSV(B) | 26.91º | 0.95% | 1% | - |
| XYZ | 48.14 | 34.96 | 4.56 | - |
| YUV | 148.64 | 50.89 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 12 | 0 | 0.53 | 0.95 | 0 | 26.91 | 1 | 0.52 |
| Hex | FF | 79 | C | 0 | 35 | 5F | 0 | 1B | 64 | 34 |
| Octal | 377 | 171 | 14 | 0 | 65 | 137 | 0 | 33 | 144 | 64 |
| Binary | 11111111 | 1111001 | 1100 | 0 | 110101 | 1011111 | 0 | 11011 | 1100100 | 110100 |
Color Harmonies of #FF790C
Complementary color
Monochromatic Colors of #FF790C
Black with #FF790C
Text Example
Text Example
White with #FF790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF790C; }
p { color: rgb(255,121,12); }
H1.HeaderClassName
{
color: #FF790C;
}
.AnyTagClassName
{
color: #FF790C;
}
</style>
background-color css
<style>
a { background-color: #FF790C; }
a { background-color: rgb(255,121,12); }
div.DivClassName
{
background-color: #FF790C;
}
.BgClassName
{
background-color: #FF790C;
}
</style>
border-color css
<style>
span { border-color: #FF790C; }
span { border-color: rgb(255,121,12); }
td.TdClassName
{
border-color: #FF790C;
}
.TagClassName
{
border-color: #FF790C;
}
</style>