Shades of Pumpkin #FF7A0D
Tints of Pumpkin #FF7A0D
RGB
CMYK
RGB Variations
Color information
#FF7A0D (or 0xFF7A0D) is known color: Pumpkin. HEX triplet: FF, 7A and 0D. RGB value is (255,122,13). Sum of RGB (Red+Green+Blue) = 255+122+13=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A0D is #0085F2. Grayscale: #959595. Windows color (decimal): -34291 or 883455. OLE color: 883455.
HSL color Cylindrical-coordinate representation of color #FF7A0D: hue angle of 27.02º 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 #FF7A0D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0 |
| HSL | 27.02º | 1% | 0.53% | - |
| HSV(B) | 27.02º | 0.95% | 1% | - |
| XYZ | 48.27 | 35.21 | 4.63 | - |
| YUV | 149.34 | 51.06 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 13 | 0 | 0.52 | 0.95 | 0 | 27.02 | 1 | 0.53 |
| Hex | FF | 7A | D | 0 | 34 | 5F | 0 | 1B | 64 | 35 |
| Octal | 377 | 172 | 15 | 0 | 64 | 137 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111010 | 1101 | 0 | 110100 | 1011111 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF7A0D
Complementary color
Monochromatic Colors of #FF7A0D
Black with #FF7A0D
Text Example
Text Example
White with #FF7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A0D; }
p { color: rgb(255,122,13); }
H1.HeaderClassName
{
color: #FF7A0D;
}
.AnyTagClassName
{
color: #FF7A0D;
}
</style>
background-color css
<style>
a { background-color: #FF7A0D; }
a { background-color: rgb(255,122,13); }
div.DivClassName
{
background-color: #FF7A0D;
}
.BgClassName
{
background-color: #FF7A0D;
}
</style>
border-color css
<style>
span { border-color: #FF7A0D; }
span { border-color: rgb(255,122,13); }
td.TdClassName
{
border-color: #FF7A0D;
}
.TagClassName
{
border-color: #FF7A0D;
}
</style>