Shades of Pumpkin #FE770C
Tints of Pumpkin #FE770C
RGB
CMYK
RGB Variations
Color information
#FE770C (or 0xFE770C) is known color: Pumpkin. HEX triplet: FE, 77 and 0C. RGB value is (254,119,12). Sum of RGB (Red+Green+Blue) = 254+119+12=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE770C is #0188F3. Grayscale: #939393. Windows color (decimal): -100596 or 817150. OLE color: 817150.
HSL color Cylindrical-coordinate representation of color #FE770C: hue angle of 26.53º 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 #FE770C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.00 |
| HSL | 26.53º | 0.99% | 0.52% | - |
| HSV(B) | 26.53º | 0.95% | 1% | - |
| XYZ | 47.54 | 34.29 | 4.46 | - |
| YUV | 147.17 | 51.73 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 12 | 0 | 0.53 | 0.95 | 0.00 | 26.53 | 0.99 | 0.52 |
| Hex | FE | 77 | C | 0 | 35 | 5F | 0 | 1B | 63 | 34 |
| Octal | 376 | 167 | 14 | 0 | 65 | 137 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1110111 | 1100 | 0 | 110101 | 1011111 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE770C
Complementary color
Monochromatic Colors of #FE770C
Black with #FE770C
Text Example
Text Example
White with #FE770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE770C; }
p { color: rgb(254,119,12); }
H1.HeaderClassName
{
color: #FE770C;
}
.AnyTagClassName
{
color: #FE770C;
}
</style>
background-color css
<style>
a { background-color: #FE770C; }
a { background-color: rgb(254,119,12); }
div.DivClassName
{
background-color: #FE770C;
}
.BgClassName
{
background-color: #FE770C;
}
</style>
border-color css
<style>
span { border-color: #FE770C; }
span { border-color: rgb(254,119,12); }
td.TdClassName
{
border-color: #FE770C;
}
.TagClassName
{
border-color: #FE770C;
}
</style>