Shades of Pumpkin #FE6412
Tints of Pumpkin #FE6412
RGB
CMYK
RGB Variations
Color information
#FE6412 (or 0xFE6412) is known color: Pumpkin. HEX triplet: FE, 64 and 12. RGB value is (254,100,18). Sum of RGB (Red+Green+Blue) = 254+100+18=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6412 is #019BED. Grayscale: #898989. Windows color (decimal): -105454 or 1205502. OLE color: 1205502.
HSL color Cylindrical-coordinate representation of color #FE6412: hue angle of 20.85º 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 #FE6412 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.00 |
| HSL | 20.85º | 0.99% | 0.53% | - |
| HSV(B) | 20.85º | 0.93% | 1% | - |
| XYZ | 45.54 | 30.23 | 4.01 | - |
| YUV | 136.7 | 61.02 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 18 | 0 | 0.61 | 0.93 | 0.00 | 20.85 | 0.99 | 0.53 |
| Hex | FE | 64 | 12 | 0 | 3D | 5D | 0 | 15 | 63 | 35 |
| Octal | 376 | 144 | 22 | 0 | 75 | 135 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100100 | 10010 | 0 | 111101 | 1011101 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6412
Complementary color
Monochromatic Colors of #FE6412
Black with #FE6412
Text Example
Text Example
White with #FE6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6412; }
p { color: rgb(254,100,18); }
H1.HeaderClassName
{
color: #FE6412;
}
.AnyTagClassName
{
color: #FE6412;
}
</style>
background-color css
<style>
a { background-color: #FE6412; }
a { background-color: rgb(254,100,18); }
div.DivClassName
{
background-color: #FE6412;
}
.BgClassName
{
background-color: #FE6412;
}
</style>
border-color css
<style>
span { border-color: #FE6412; }
span { border-color: rgb(254,100,18); }
td.TdClassName
{
border-color: #FE6412;
}
.TagClassName
{
border-color: #FE6412;
}
</style>