Shades of Pumpkin #FE760C
Tints of Pumpkin #FE760C
RGB
CMYK
RGB Variations
Color information
#FE760C (or 0xFE760C) is known color: Pumpkin. HEX triplet: FE, 76 and 0C. RGB value is (254,118,12). Sum of RGB (Red+Green+Blue) = 254+118+12=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE760C is #0189F3. Grayscale: #939393. Windows color (decimal): -100852 or 816894. OLE color: 816894.
HSL color Cylindrical-coordinate representation of color #FE760C: hue angle of 26.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE760C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.00 |
| HSL | 26.28º | 0.99% | 0.52% | - |
| HSV(B) | 26.28º | 0.95% | 1% | - |
| XYZ | 47.42 | 34.05 | 4.42 | - |
| YUV | 146.58 | 52.06 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 12 | 0 | 0.54 | 0.95 | 0.00 | 26.28 | 0.99 | 0.52 |
| Hex | FE | 76 | C | 0 | 36 | 5F | 0 | 1A | 63 | 34 |
| Octal | 376 | 166 | 14 | 0 | 66 | 137 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110110 | 1100 | 0 | 110110 | 1011111 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE760C
Complementary color
Monochromatic Colors of #FE760C
Black with #FE760C
Text Example
Text Example
White with #FE760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE760C; }
p { color: rgb(254,118,12); }
H1.HeaderClassName
{
color: #FE760C;
}
.AnyTagClassName
{
color: #FE760C;
}
</style>
background-color css
<style>
a { background-color: #FE760C; }
a { background-color: rgb(254,118,12); }
div.DivClassName
{
background-color: #FE760C;
}
.BgClassName
{
background-color: #FE760C;
}
</style>
border-color css
<style>
span { border-color: #FE760C; }
span { border-color: rgb(254,118,12); }
td.TdClassName
{
border-color: #FE760C;
}
.TagClassName
{
border-color: #FE760C;
}
</style>