Shades of Pumpkin #FF6115
Tints of Pumpkin #FF6115
RGB
CMYK
RGB Variations
Color information
#FF6115 (or 0xFF6115) is known color: Pumpkin. HEX triplet: FF, 61 and 15. RGB value is (255,97,21). Sum of RGB (Red+Green+Blue) = 255+97+21=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6115 is #009EEA. Grayscale: #888888. Windows color (decimal): -40683 or 1401343. OLE color: 1401343.
HSL color Cylindrical-coordinate representation of color #FF6115: hue angle of 19.49º 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 #FF6115 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 21 | - |
| CMYK | 0 | 0.62 | 0.92 | 0 |
| HSL | 19.49º | 1% | 0.54% | - |
| HSV(B) | 19.49º | 0.92% | 1% | - |
| XYZ | 45.65 | 29.86 | 4.07 | - |
| YUV | 135.58 | 63.35 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 21 | 0 | 0.62 | 0.92 | 0 | 19.49 | 1 | 0.54 |
| Hex | FF | 61 | 15 | 0 | 3E | 5C | 0 | 13 | 64 | 36 |
| Octal | 377 | 141 | 25 | 0 | 76 | 134 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1100001 | 10101 | 0 | 111110 | 1011100 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF6115
Complementary color
Monochromatic Colors of #FF6115
Black with #FF6115
Text Example
Text Example
White with #FF6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6115; }
p { color: rgb(255,97,21); }
H1.HeaderClassName
{
color: #FF6115;
}
.AnyTagClassName
{
color: #FF6115;
}
</style>
background-color css
<style>
a { background-color: #FF6115; }
a { background-color: rgb(255,97,21); }
div.DivClassName
{
background-color: #FF6115;
}
.BgClassName
{
background-color: #FF6115;
}
</style>
border-color css
<style>
span { border-color: #FF6115; }
span { border-color: rgb(255,97,21); }
td.TdClassName
{
border-color: #FF6115;
}
.TagClassName
{
border-color: #FF6115;
}
</style>