Shades of Pumpkin #FE6512
Tints of Pumpkin #FE6512
RGB
CMYK
RGB Variations
Color information
#FE6512 (or 0xFE6512) is known color: Pumpkin. HEX triplet: FE, 65 and 12. RGB value is (254,101,18). Sum of RGB (Red+Green+Blue) = 254+101+18=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6512 is #019AED. Grayscale: #898989. Windows color (decimal): -105198 or 1205758. OLE color: 1205758.
HSL color Cylindrical-coordinate representation of color #FE6512: hue angle of 21.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6512 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.00 |
| HSL | 21.1º | 0.99% | 0.53% | - |
| HSV(B) | 21.1º | 0.93% | 1% | - |
| XYZ | 45.64 | 30.42 | 4.04 | - |
| YUV | 137.29 | 60.69 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 18 | 0 | 0.60 | 0.93 | 0.00 | 21.1 | 0.99 | 0.53 |
| Hex | FE | 65 | 12 | 0 | 3C | 5D | 0 | 15 | 63 | 35 |
| Octal | 376 | 145 | 22 | 0 | 74 | 135 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100101 | 10010 | 0 | 111100 | 1011101 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6512
Complementary color
Monochromatic Colors of #FE6512
Black with #FE6512
Text Example
Text Example
White with #FE6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6512; }
p { color: rgb(254,101,18); }
H1.HeaderClassName
{
color: #FE6512;
}
.AnyTagClassName
{
color: #FE6512;
}
</style>
background-color css
<style>
a { background-color: #FE6512; }
a { background-color: rgb(254,101,18); }
div.DivClassName
{
background-color: #FE6512;
}
.BgClassName
{
background-color: #FE6512;
}
</style>
border-color css
<style>
span { border-color: #FE6512; }
span { border-color: rgb(254,101,18); }
td.TdClassName
{
border-color: #FE6512;
}
.TagClassName
{
border-color: #FE6512;
}
</style>