Shades of Pumpkin #FE6812
Tints of Pumpkin #FE6812
RGB
CMYK
RGB Variations
Color information
#FE6812 (or 0xFE6812) is known color: Pumpkin. HEX triplet: FE, 68 and 12. RGB value is (254,104,18). Sum of RGB (Red+Green+Blue) = 254+104+18=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6812 is #0197ED. Grayscale: #8B8B8B. Windows color (decimal): -104430 or 1206526. OLE color: 1206526.
HSL color Cylindrical-coordinate representation of color #FE6812: hue angle of 21.86º 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 #FE6812 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.00 |
| HSL | 21.86º | 0.99% | 0.53% | - |
| HSV(B) | 21.86º | 0.93% | 1% | - |
| XYZ | 45.93 | 31.02 | 4.14 | - |
| YUV | 139.05 | 59.7 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 18 | 0 | 0.59 | 0.93 | 0.00 | 21.86 | 0.99 | 0.53 |
| Hex | FE | 68 | 12 | 0 | 3B | 5D | 0 | 16 | 63 | 35 |
| Octal | 376 | 150 | 22 | 0 | 73 | 135 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1101000 | 10010 | 0 | 111011 | 1011101 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE6812
Complementary color
Monochromatic Colors of #FE6812
Black with #FE6812
Text Example
Text Example
White with #FE6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6812; }
p { color: rgb(254,104,18); }
H1.HeaderClassName
{
color: #FE6812;
}
.AnyTagClassName
{
color: #FE6812;
}
</style>
background-color css
<style>
a { background-color: #FE6812; }
a { background-color: rgb(254,104,18); }
div.DivClassName
{
background-color: #FE6812;
}
.BgClassName
{
background-color: #FE6812;
}
</style>
border-color css
<style>
span { border-color: #FE6812; }
span { border-color: rgb(254,104,18); }
td.TdClassName
{
border-color: #FE6812;
}
.TagClassName
{
border-color: #FE6812;
}
</style>