Shades of Pumpkin #FF790D
Tints of Pumpkin #FF790D
RGB
CMYK
RGB Variations
Color information
#FF790D (or 0xFF790D) is known color: Pumpkin. HEX triplet: FF, 79 and 0D. RGB value is (255,121,13). Sum of RGB (Red+Green+Blue) = 255+121+13=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF790D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF790D is #0086F2. Grayscale: #959595. Windows color (decimal): -34547 or 883199. OLE color: 883199.
HSL color Cylindrical-coordinate representation of color #FF790D: hue angle of 26.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF790D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0 |
| HSL | 26.78º | 1% | 0.53% | - |
| HSV(B) | 26.78º | 0.95% | 1% | - |
| XYZ | 48.15 | 34.96 | 4.59 | - |
| YUV | 148.75 | 51.39 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 13 | 0 | 0.53 | 0.95 | 0 | 26.78 | 1 | 0.53 |
| Hex | FF | 79 | D | 0 | 35 | 5F | 0 | 1B | 64 | 35 |
| Octal | 377 | 171 | 15 | 0 | 65 | 137 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111001 | 1101 | 0 | 110101 | 1011111 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF790D
Complementary color
Monochromatic Colors of #FF790D
Black with #FF790D
Text Example
Text Example
White with #FF790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF790D; }
p { color: rgb(255,121,13); }
H1.HeaderClassName
{
color: #FF790D;
}
.AnyTagClassName
{
color: #FF790D;
}
</style>
background-color css
<style>
a { background-color: #FF790D; }
a { background-color: rgb(255,121,13); }
div.DivClassName
{
background-color: #FF790D;
}
.BgClassName
{
background-color: #FF790D;
}
</style>
border-color css
<style>
span { border-color: #FF790D; }
span { border-color: rgb(255,121,13); }
td.TdClassName
{
border-color: #FF790D;
}
.TagClassName
{
border-color: #FF790D;
}
</style>