Shades of Pumpkin #FE710F
Tints of Pumpkin #FE710F
RGB
CMYK
RGB Variations
Color information
#FE710F (or 0xFE710F) is known color: Pumpkin. HEX triplet: FE, 71 and 0F. RGB value is (254,113,15). Sum of RGB (Red+Green+Blue) = 254+113+15=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE710F is #018EF0. Grayscale: #909090. Windows color (decimal): -102129 or 1012222. OLE color: 1012222.
HSL color Cylindrical-coordinate representation of color #FE710F: hue angle of 24.6º 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 #FE710F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.00 |
| HSL | 24.6º | 0.99% | 0.53% | - |
| HSV(B) | 24.6º | 0.94% | 1% | - |
| XYZ | 46.86 | 32.92 | 4.34 | - |
| YUV | 143.99 | 55.21 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 15 | 0 | 0.56 | 0.94 | 0.00 | 24.6 | 0.99 | 0.53 |
| Hex | FE | 71 | F | 0 | 38 | 5E | 0 | 19 | 63 | 35 |
| Octal | 376 | 161 | 17 | 0 | 70 | 136 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110001 | 1111 | 0 | 111000 | 1011110 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE710F
Complementary color
Monochromatic Colors of #FE710F
Black with #FE710F
Text Example
Text Example
White with #FE710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE710F; }
p { color: rgb(254,113,15); }
H1.HeaderClassName
{
color: #FE710F;
}
.AnyTagClassName
{
color: #FE710F;
}
</style>
background-color css
<style>
a { background-color: #FE710F; }
a { background-color: rgb(254,113,15); }
div.DivClassName
{
background-color: #FE710F;
}
.BgClassName
{
background-color: #FE710F;
}
</style>
border-color css
<style>
span { border-color: #FE710F; }
span { border-color: rgb(254,113,15); }
td.TdClassName
{
border-color: #FE710F;
}
.TagClassName
{
border-color: #FE710F;
}
</style>