Shades of Pumpkin #FE6314
Tints of Pumpkin #FE6314
RGB
CMYK
RGB Variations
Color information
#FE6314 (or 0xFE6314) is known color: Pumpkin. HEX triplet: FE, 63 and 14. RGB value is (254,99,20). Sum of RGB (Red+Green+Blue) = 254+99+20=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6314 is #019CEB. Grayscale: #888888. Windows color (decimal): -105708 or 1336318. OLE color: 1336318.
HSL color Cylindrical-coordinate representation of color #FE6314: hue angle of 20.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE6314 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.00 |
| HSL | 20.26º | 0.99% | 0.54% | - |
| HSV(B) | 20.26º | 0.92% | 1% | - |
| XYZ | 45.46 | 30.05 | 4.07 | - |
| YUV | 136.34 | 62.35 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 20 | 0 | 0.61 | 0.92 | 0.00 | 20.26 | 0.99 | 0.54 |
| Hex | FE | 63 | 14 | 0 | 3D | 5C | 0 | 14 | 63 | 36 |
| Octal | 376 | 143 | 24 | 0 | 75 | 134 | 0 | 24 | 143 | 66 |
| Binary | 11111110 | 1100011 | 10100 | 0 | 111101 | 1011100 | 0 | 10100 | 1100011 | 110110 |
Color Harmonies of #FE6314
Complementary color
Monochromatic Colors of #FE6314
Black with #FE6314
Text Example
Text Example
White with #FE6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6314; }
p { color: rgb(254,99,20); }
H1.HeaderClassName
{
color: #FE6314;
}
.AnyTagClassName
{
color: #FE6314;
}
</style>
background-color css
<style>
a { background-color: #FE6314; }
a { background-color: rgb(254,99,20); }
div.DivClassName
{
background-color: #FE6314;
}
.BgClassName
{
background-color: #FE6314;
}
</style>
border-color css
<style>
span { border-color: #FE6314; }
span { border-color: rgb(254,99,20); }
td.TdClassName
{
border-color: #FE6314;
}
.TagClassName
{
border-color: #FE6314;
}
</style>