Shades of Pumpkin #FE811A
Tints of Pumpkin #FE811A
RGB
CMYK
RGB Variations
Color information
#FE811A (or 0xFE811A) is known color: Pumpkin. HEX triplet: FE, 81 and 1A. RGB value is (254,129,26). Sum of RGB (Red+Green+Blue) = 254+129+26=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE811A is #017EE5. Grayscale: #9B9B9B. Windows color (decimal): -98022 or 1737214. OLE color: 1737214.
HSL color Cylindrical-coordinate representation of color #FE811A: hue angle of 27.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE811A is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 26 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.00 |
| HSL | 27.11º | 0.99% | 0.55% | - |
| HSV(B) | 27.11º | 0.9% | 1% | - |
| XYZ | 48.91 | 36.85 | 5.51 | - |
| YUV | 154.63 | 55.41 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 26 | 0 | 0.49 | 0.90 | 0.00 | 27.11 | 0.99 | 0.55 |
| Hex | FE | 81 | 1A | 0 | 31 | 5A | 0 | 1B | 63 | 37 |
| Octal | 376 | 201 | 32 | 0 | 61 | 132 | 0 | 33 | 143 | 67 |
| Binary | 11111110 | 10000001 | 11010 | 0 | 110001 | 1011010 | 0 | 11011 | 1100011 | 110111 |
Color Harmonies of #FE811A
Complementary color
Monochromatic Colors of #FE811A
Black with #FE811A
Text Example
Text Example
White with #FE811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE811A; }
p { color: rgb(254,129,26); }
H1.HeaderClassName
{
color: #FE811A;
}
.AnyTagClassName
{
color: #FE811A;
}
</style>
background-color css
<style>
a { background-color: #FE811A; }
a { background-color: rgb(254,129,26); }
div.DivClassName
{
background-color: #FE811A;
}
.BgClassName
{
background-color: #FE811A;
}
</style>
border-color css
<style>
span { border-color: #FE811A; }
span { border-color: rgb(254,129,26); }
td.TdClassName
{
border-color: #FE811A;
}
.TagClassName
{
border-color: #FE811A;
}
</style>