Shades of Pumpkin #FF6512
Tints of Pumpkin #FF6512
RGB
CMYK
RGB Variations
Color information
#FF6512 (or 0xFF6512) is known color: Pumpkin. HEX triplet: FF, 65 and 12. RGB value is (255,101,18). Sum of RGB (Red+Green+Blue) = 255+101+18=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6512 is #009AED. Grayscale: #8A8A8A. Windows color (decimal): -39662 or 1205759. OLE color: 1205759.
HSL color Cylindrical-coordinate representation of color #FF6512: hue angle of 21.01º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6512 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0 |
| HSL | 21.01º | 1% | 0.54% | - |
| HSV(B) | 21.01º | 0.93% | 1% | - |
| XYZ | 46 | 30.61 | 4.06 | - |
| YUV | 137.58 | 60.52 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 18 | 0 | 0.60 | 0.93 | 0 | 21.01 | 1 | 0.54 |
| Hex | FF | 65 | 12 | 0 | 3C | 5D | 0 | 15 | 64 | 36 |
| Octal | 377 | 145 | 22 | 0 | 74 | 135 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100101 | 10010 | 0 | 111100 | 1011101 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6512
Complementary color
Monochromatic Colors of #FF6512
Black with #FF6512
Text Example
Text Example
White with #FF6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6512; }
p { color: rgb(255,101,18); }
H1.HeaderClassName
{
color: #FF6512;
}
.AnyTagClassName
{
color: #FF6512;
}
</style>
background-color css
<style>
a { background-color: #FF6512; }
a { background-color: rgb(255,101,18); }
div.DivClassName
{
background-color: #FF6512;
}
.BgClassName
{
background-color: #FF6512;
}
</style>
border-color css
<style>
span { border-color: #FF6512; }
span { border-color: rgb(255,101,18); }
td.TdClassName
{
border-color: #FF6512;
}
.TagClassName
{
border-color: #FF6512;
}
</style>