Shades of Pumpkin #FE6912
Tints of Pumpkin #FE6912
RGB
CMYK
RGB Variations
Color information
#FE6912 (or 0xFE6912) is known color: Pumpkin. HEX triplet: FE, 69 and 12. RGB value is (254,105,18). Sum of RGB (Red+Green+Blue) = 254+105+18=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6912 is #0196ED. Grayscale: #8C8C8C. Windows color (decimal): -104174 or 1206782. OLE color: 1206782.
HSL color Cylindrical-coordinate representation of color #FE6912: hue angle of 22.12º 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 #FE6912 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.00 |
| HSL | 22.12º | 0.99% | 0.53% | - |
| HSV(B) | 22.12º | 0.93% | 1% | - |
| XYZ | 46.03 | 31.22 | 4.17 | - |
| YUV | 139.63 | 59.36 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 18 | 0 | 0.59 | 0.93 | 0.00 | 22.12 | 0.99 | 0.53 |
| Hex | FE | 69 | 12 | 0 | 3B | 5D | 0 | 16 | 63 | 35 |
| Octal | 376 | 151 | 22 | 0 | 73 | 135 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1101001 | 10010 | 0 | 111011 | 1011101 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE6912
Complementary color
Monochromatic Colors of #FE6912
Black with #FE6912
Text Example
Text Example
White with #FE6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6912; }
p { color: rgb(254,105,18); }
H1.HeaderClassName
{
color: #FE6912;
}
.AnyTagClassName
{
color: #FE6912;
}
</style>
background-color css
<style>
a { background-color: #FE6912; }
a { background-color: rgb(254,105,18); }
div.DivClassName
{
background-color: #FE6912;
}
.BgClassName
{
background-color: #FE6912;
}
</style>
border-color css
<style>
span { border-color: #FE6912; }
span { border-color: rgb(254,105,18); }
td.TdClassName
{
border-color: #FE6912;
}
.TagClassName
{
border-color: #FE6912;
}
</style>