Shades of Pumpkin #FF6415
Tints of Pumpkin #FF6415
RGB
CMYK
RGB Variations
Color information
#FF6415 (or 0xFF6415) is known color: Pumpkin. HEX triplet: FF, 64 and 15. RGB value is (255,100,21). Sum of RGB (Red+Green+Blue) = 255+100+21=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6415 is #009BEA. Grayscale: #898989. Windows color (decimal): -39915 or 1402111. OLE color: 1402111.
HSL color Cylindrical-coordinate representation of color #FF6415: hue angle of 20.26º 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 #FF6415 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 21 | - |
| CMYK | 0 | 0.61 | 0.92 | 0 |
| HSL | 20.26º | 1% | 0.54% | - |
| HSV(B) | 20.26º | 0.92% | 1% | - |
| XYZ | 45.93 | 30.43 | 4.16 | - |
| YUV | 137.34 | 62.35 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 21 | 0 | 0.61 | 0.92 | 0 | 20.26 | 1 | 0.54 |
| Hex | FF | 64 | 15 | 0 | 3D | 5C | 0 | 14 | 64 | 36 |
| Octal | 377 | 144 | 25 | 0 | 75 | 134 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100100 | 10101 | 0 | 111101 | 1011100 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6415
Complementary color
Monochromatic Colors of #FF6415
Black with #FF6415
Text Example
Text Example
White with #FF6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6415; }
p { color: rgb(255,100,21); }
H1.HeaderClassName
{
color: #FF6415;
}
.AnyTagClassName
{
color: #FF6415;
}
</style>
background-color css
<style>
a { background-color: #FF6415; }
a { background-color: rgb(255,100,21); }
div.DivClassName
{
background-color: #FF6415;
}
.BgClassName
{
background-color: #FF6415;
}
</style>
border-color css
<style>
span { border-color: #FF6415; }
span { border-color: rgb(255,100,21); }
td.TdClassName
{
border-color: #FF6415;
}
.TagClassName
{
border-color: #FF6415;
}
</style>