Shades of Pumpkin #FF7915
Tints of Pumpkin #FF7915
RGB
CMYK
RGB Variations
Color information
#FF7915 (or 0xFF7915) is known color: Pumpkin. HEX triplet: FF, 79 and 15. RGB value is (255,121,21). Sum of RGB (Red+Green+Blue) = 255+121+21=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7915 is #0086EA. Grayscale: #969696. Windows color (decimal): -34539 or 1407487. OLE color: 1407487.
HSL color Cylindrical-coordinate representation of color #FF7915: hue angle of 25.64º 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 #FF7915 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 21 | - |
| CMYK | 0 | 0.53 | 0.92 | 0 |
| HSL | 25.64º | 1% | 0.54% | - |
| HSV(B) | 25.64º | 0.92% | 1% | - |
| XYZ | 48.21 | 34.99 | 4.92 | - |
| YUV | 149.67 | 55.39 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 21 | 0 | 0.53 | 0.92 | 0 | 25.64 | 1 | 0.54 |
| Hex | FF | 79 | 15 | 0 | 35 | 5C | 0 | 1A | 64 | 36 |
| Octal | 377 | 171 | 25 | 0 | 65 | 134 | 0 | 32 | 144 | 66 |
| Binary | 11111111 | 1111001 | 10101 | 0 | 110101 | 1011100 | 0 | 11010 | 1100100 | 110110 |
Color Harmonies of #FF7915
Complementary color
Monochromatic Colors of #FF7915
Black with #FF7915
Text Example
Text Example
White with #FF7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7915; }
p { color: rgb(255,121,21); }
H1.HeaderClassName
{
color: #FF7915;
}
.AnyTagClassName
{
color: #FF7915;
}
</style>
background-color css
<style>
a { background-color: #FF7915; }
a { background-color: rgb(255,121,21); }
div.DivClassName
{
background-color: #FF7915;
}
.BgClassName
{
background-color: #FF7915;
}
</style>
border-color css
<style>
span { border-color: #FF7915; }
span { border-color: rgb(255,121,21); }
td.TdClassName
{
border-color: #FF7915;
}
.TagClassName
{
border-color: #FF7915;
}
</style>