Shades of Pumpkin #FE721A
Tints of Pumpkin #FE721A
RGB
CMYK
RGB Variations
Color information
#FE721A (or 0xFE721A) is known color: Pumpkin. HEX triplet: FE, 72 and 1A. RGB value is (254,114,26). Sum of RGB (Red+Green+Blue) = 254+114+26=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE721A is #018DE5. Grayscale: #929292. Windows color (decimal): -101862 or 1733374. OLE color: 1733374.
HSL color Cylindrical-coordinate representation of color #FE721A: hue angle of 23.16º 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 #FE721A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 26 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.00 |
| HSL | 23.16º | 0.99% | 0.55% | - |
| HSV(B) | 23.16º | 0.9% | 1% | - |
| XYZ | 47.08 | 33.18 | 4.9 | - |
| YUV | 145.83 | 60.38 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 26 | 0 | 0.55 | 0.90 | 0.00 | 23.16 | 0.99 | 0.55 |
| Hex | FE | 72 | 1A | 0 | 37 | 5A | 0 | 17 | 63 | 37 |
| Octal | 376 | 162 | 32 | 0 | 67 | 132 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110010 | 11010 | 0 | 110111 | 1011010 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE721A
Complementary color
Monochromatic Colors of #FE721A
Black with #FE721A
Text Example
Text Example
White with #FE721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE721A; }
p { color: rgb(254,114,26); }
H1.HeaderClassName
{
color: #FE721A;
}
.AnyTagClassName
{
color: #FE721A;
}
</style>
background-color css
<style>
a { background-color: #FE721A; }
a { background-color: rgb(254,114,26); }
div.DivClassName
{
background-color: #FE721A;
}
.BgClassName
{
background-color: #FE721A;
}
</style>
border-color css
<style>
span { border-color: #FE721A; }
span { border-color: rgb(254,114,26); }
td.TdClassName
{
border-color: #FE721A;
}
.TagClassName
{
border-color: #FE721A;
}
</style>