Shades of Pumpkin #FE6F12
Tints of Pumpkin #FE6F12
RGB
CMYK
RGB Variations
Color information
#FE6F12 (or 0xFE6F12) is known color: Pumpkin. HEX triplet: FE, 6F and 12. RGB value is (254,111,18). Sum of RGB (Red+Green+Blue) = 254+111+18=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F12 is #0190ED. Grayscale: #8F8F8F. Windows color (decimal): -102638 or 1208318. OLE color: 1208318.
HSL color Cylindrical-coordinate representation of color #FE6F12: hue angle of 23.64º 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 #FE6F12 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 18 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.00 |
| HSL | 23.64º | 0.99% | 0.53% | - |
| HSV(B) | 23.64º | 0.93% | 1% | - |
| XYZ | 46.67 | 32.48 | 4.38 | - |
| YUV | 143.16 | 57.38 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 18 | 0 | 0.56 | 0.93 | 0.00 | 23.64 | 0.99 | 0.53 |
| Hex | FE | 6F | 12 | 0 | 38 | 5D | 0 | 18 | 63 | 35 |
| Octal | 376 | 157 | 22 | 0 | 70 | 135 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1101111 | 10010 | 0 | 111000 | 1011101 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE6F12
Complementary color
Monochromatic Colors of #FE6F12
Black with #FE6F12
Text Example
Text Example
White with #FE6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F12; }
p { color: rgb(254,111,18); }
H1.HeaderClassName
{
color: #FE6F12;
}
.AnyTagClassName
{
color: #FE6F12;
}
</style>
background-color css
<style>
a { background-color: #FE6F12; }
a { background-color: rgb(254,111,18); }
div.DivClassName
{
background-color: #FE6F12;
}
.BgClassName
{
background-color: #FE6F12;
}
</style>
border-color css
<style>
span { border-color: #FE6F12; }
span { border-color: rgb(254,111,18); }
td.TdClassName
{
border-color: #FE6F12;
}
.TagClassName
{
border-color: #FE6F12;
}
</style>