Shades of Pumpkin #FE721C
Tints of Pumpkin #FE721C
RGB
CMYK
RGB Variations
Color information
#FE721C (or 0xFE721C) is known color: Pumpkin. HEX triplet: FE, 72 and 1C. RGB value is (254,114,28). Sum of RGB (Red+Green+Blue) = 254+114+28=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE721C is #018DE3. Grayscale: #929292. Windows color (decimal): -101860 or 1864446. OLE color: 1864446.
HSL color Cylindrical-coordinate representation of color #FE721C: hue angle of 22.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE721C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.00 |
| HSL | 22.83º | 0.99% | 0.55% | - |
| HSV(B) | 22.83º | 0.89% | 1% | - |
| XYZ | 47.1 | 33.19 | 5.02 | - |
| YUV | 146.06 | 61.38 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 28 | 0 | 0.55 | 0.89 | 0.00 | 22.83 | 0.99 | 0.55 |
| Hex | FE | 72 | 1C | 0 | 37 | 59 | 0 | 17 | 63 | 37 |
| Octal | 376 | 162 | 34 | 0 | 67 | 131 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110010 | 11100 | 0 | 110111 | 1011001 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE721C
Complementary color
Monochromatic Colors of #FE721C
Black with #FE721C
Text Example
Text Example
White with #FE721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE721C; }
p { color: rgb(254,114,28); }
H1.HeaderClassName
{
color: #FE721C;
}
.AnyTagClassName
{
color: #FE721C;
}
</style>
background-color css
<style>
a { background-color: #FE721C; }
a { background-color: rgb(254,114,28); }
div.DivClassName
{
background-color: #FE721C;
}
.BgClassName
{
background-color: #FE721C;
}
</style>
border-color css
<style>
span { border-color: #FE721C; }
span { border-color: rgb(254,114,28); }
td.TdClassName
{
border-color: #FE721C;
}
.TagClassName
{
border-color: #FE721C;
}
</style>