Shades of Pumpkin #FE810F
Tints of Pumpkin #FE810F
RGB
CMYK
RGB Variations
Color information
#FE810F (or 0xFE810F) is known color: Pumpkin. HEX triplet: FE, 81 and 0F. RGB value is (254,129,15). Sum of RGB (Red+Green+Blue) = 254+129+15=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE810F is #017EF0. Grayscale: #999999. Windows color (decimal): -98033 or 1016318. OLE color: 1016318.
HSL color Cylindrical-coordinate representation of color #FE810F: hue angle of 28.62º 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 #FE810F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.00 |
| HSL | 28.62º | 0.99% | 0.53% | - |
| HSV(B) | 28.62º | 0.94% | 1% | - |
| XYZ | 48.81 | 36.81 | 4.98 | - |
| YUV | 153.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 15 | 0 | 0.49 | 0.94 | 0.00 | 28.62 | 0.99 | 0.53 |
| Hex | FE | 81 | F | 0 | 31 | 5E | 0 | 1D | 63 | 35 |
| Octal | 376 | 201 | 17 | 0 | 61 | 136 | 0 | 35 | 143 | 65 |
| Binary | 11111110 | 10000001 | 1111 | 0 | 110001 | 1011110 | 0 | 11101 | 1100011 | 110101 |
Color Harmonies of #FE810F
Complementary color
Monochromatic Colors of #FE810F
Black with #FE810F
Text Example
Text Example
White with #FE810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE810F; }
p { color: rgb(254,129,15); }
H1.HeaderClassName
{
color: #FE810F;
}
.AnyTagClassName
{
color: #FE810F;
}
</style>
background-color css
<style>
a { background-color: #FE810F; }
a { background-color: rgb(254,129,15); }
div.DivClassName
{
background-color: #FE810F;
}
.BgClassName
{
background-color: #FE810F;
}
</style>
border-color css
<style>
span { border-color: #FE810F; }
span { border-color: rgb(254,129,15); }
td.TdClassName
{
border-color: #FE810F;
}
.TagClassName
{
border-color: #FE810F;
}
</style>