Shades of Pumpkin #FF7914
Tints of Pumpkin #FF7914
RGB
CMYK
RGB Variations
Color information
#FF7914 (or 0xFF7914) is known color: Pumpkin. HEX triplet: FF, 79 and 14. RGB value is (255,121,20). Sum of RGB (Red+Green+Blue) = 255+121+20=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7914 is #0086EB. Grayscale: #969696. Windows color (decimal): -34540 or 1341951. OLE color: 1341951.
HSL color Cylindrical-coordinate representation of color #FF7914: hue angle of 25.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF7914 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 20 | - |
| CMYK | 0 | 0.53 | 0.92 | 0 |
| HSL | 25.79º | 1% | 0.54% | - |
| HSV(B) | 25.79º | 0.92% | 1% | - |
| XYZ | 48.2 | 34.99 | 4.87 | - |
| YUV | 149.55 | 54.89 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 20 | 0 | 0.53 | 0.92 | 0 | 25.79 | 1 | 0.54 |
| Hex | FF | 79 | 14 | 0 | 35 | 5C | 0 | 1A | 64 | 36 |
| Octal | 377 | 171 | 24 | 0 | 65 | 134 | 0 | 32 | 144 | 66 |
| Binary | 11111111 | 1111001 | 10100 | 0 | 110101 | 1011100 | 0 | 11010 | 1100100 | 110110 |
Color Harmonies of #FF7914
Complementary color
Monochromatic Colors of #FF7914
Black with #FF7914
Text Example
Text Example
White with #FF7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7914; }
p { color: rgb(255,121,20); }
H1.HeaderClassName
{
color: #FF7914;
}
.AnyTagClassName
{
color: #FF7914;
}
</style>
background-color css
<style>
a { background-color: #FF7914; }
a { background-color: rgb(255,121,20); }
div.DivClassName
{
background-color: #FF7914;
}
.BgClassName
{
background-color: #FF7914;
}
</style>
border-color css
<style>
span { border-color: #FF7914; }
span { border-color: rgb(255,121,20); }
td.TdClassName
{
border-color: #FF7914;
}
.TagClassName
{
border-color: #FF7914;
}
</style>