Shades of Pumpkin #FE6714
Tints of Pumpkin #FE6714
RGB
CMYK
RGB Variations
Color information
#FE6714 (or 0xFE6714) is known color: Pumpkin. HEX triplet: FE, 67 and 14. RGB value is (254,103,20). Sum of RGB (Red+Green+Blue) = 254+103+20=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6714 is #0198EB. Grayscale: #8B8B8B. Windows color (decimal): -104684 or 1337342. OLE color: 1337342.
HSL color Cylindrical-coordinate representation of color #FE6714: hue angle of 21.28º 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 #FE6714 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.00 |
| HSL | 21.28º | 0.99% | 0.54% | - |
| HSV(B) | 21.28º | 0.92% | 1% | - |
| XYZ | 45.85 | 30.82 | 4.19 | - |
| YUV | 138.69 | 61.03 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 20 | 0 | 0.59 | 0.92 | 0.00 | 21.28 | 0.99 | 0.54 |
| Hex | FE | 67 | 14 | 0 | 3B | 5C | 0 | 15 | 63 | 36 |
| Octal | 376 | 147 | 24 | 0 | 73 | 134 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100111 | 10100 | 0 | 111011 | 1011100 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6714
Complementary color
Monochromatic Colors of #FE6714
Black with #FE6714
Text Example
Text Example
White with #FE6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6714; }
p { color: rgb(254,103,20); }
H1.HeaderClassName
{
color: #FE6714;
}
.AnyTagClassName
{
color: #FE6714;
}
</style>
background-color css
<style>
a { background-color: #FE6714; }
a { background-color: rgb(254,103,20); }
div.DivClassName
{
background-color: #FE6714;
}
.BgClassName
{
background-color: #FE6714;
}
</style>
border-color css
<style>
span { border-color: #FE6714; }
span { border-color: rgb(254,103,20); }
td.TdClassName
{
border-color: #FE6714;
}
.TagClassName
{
border-color: #FE6714;
}
</style>