Shades of Pumpkin #FE6F0F
Tints of Pumpkin #FE6F0F
RGB
CMYK
RGB Variations
Color information
#FE6F0F (or 0xFE6F0F) is known color: Pumpkin. HEX triplet: FE, 6F and 0F. RGB value is (254,111,15). Sum of RGB (Red+Green+Blue) = 254+111+15=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F0F is #0190F0. Grayscale: #8F8F8F. Windows color (decimal): -102641 or 1011710. OLE color: 1011710.
HSL color Cylindrical-coordinate representation of color #FE6F0F: hue angle of 24.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE6F0F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.00 |
| HSL | 24.1º | 0.99% | 0.53% | - |
| HSV(B) | 24.1º | 0.94% | 1% | - |
| XYZ | 46.64 | 32.47 | 4.26 | - |
| YUV | 142.81 | 55.88 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 15 | 0 | 0.56 | 0.94 | 0.00 | 24.1 | 0.99 | 0.53 |
| Hex | FE | 6F | F | 0 | 38 | 5E | 0 | 18 | 63 | 35 |
| Octal | 376 | 157 | 17 | 0 | 70 | 136 | 0 | 30 | 143 | 65 |
| Binary | 11111110 | 1101111 | 1111 | 0 | 111000 | 1011110 | 0 | 11000 | 1100011 | 110101 |
Color Harmonies of #FE6F0F
Complementary color
Monochromatic Colors of #FE6F0F
Black with #FE6F0F
Text Example
Text Example
White with #FE6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F0F; }
p { color: rgb(254,111,15); }
H1.HeaderClassName
{
color: #FE6F0F;
}
.AnyTagClassName
{
color: #FE6F0F;
}
</style>
background-color css
<style>
a { background-color: #FE6F0F; }
a { background-color: rgb(254,111,15); }
div.DivClassName
{
background-color: #FE6F0F;
}
.BgClassName
{
background-color: #FE6F0F;
}
</style>
border-color css
<style>
span { border-color: #FE6F0F; }
span { border-color: rgb(254,111,15); }
td.TdClassName
{
border-color: #FE6F0F;
}
.TagClassName
{
border-color: #FE6F0F;
}
</style>