Shades of Pumpkin #FE7712
Tints of Pumpkin #FE7712
RGB
CMYK
RGB Variations
Color information
#FE7712 (or 0xFE7712) is known color: Pumpkin. HEX triplet: FE, 77 and 12. RGB value is (254,119,18). Sum of RGB (Red+Green+Blue) = 254+119+18=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7712 is #0188ED. Grayscale: #949494. Windows color (decimal): -100590 or 1210366. OLE color: 1210366.
HSL color Cylindrical-coordinate representation of color #FE7712: hue angle of 25.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE7712 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.00 |
| HSL | 25.68º | 0.99% | 0.53% | - |
| HSV(B) | 25.68º | 0.93% | 1% | - |
| XYZ | 47.58 | 34.31 | 4.69 | - |
| YUV | 147.85 | 54.73 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 18 | 0 | 0.53 | 0.93 | 0.00 | 25.68 | 0.99 | 0.53 |
| Hex | FE | 77 | 12 | 0 | 35 | 5D | 0 | 1A | 63 | 35 |
| Octal | 376 | 167 | 22 | 0 | 65 | 135 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1110111 | 10010 | 0 | 110101 | 1011101 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE7712
Complementary color
Monochromatic Colors of #FE7712
Black with #FE7712
Text Example
Text Example
White with #FE7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7712; }
p { color: rgb(254,119,18); }
H1.HeaderClassName
{
color: #FE7712;
}
.AnyTagClassName
{
color: #FE7712;
}
</style>
background-color css
<style>
a { background-color: #FE7712; }
a { background-color: rgb(254,119,18); }
div.DivClassName
{
background-color: #FE7712;
}
.BgClassName
{
background-color: #FE7712;
}
</style>
border-color css
<style>
span { border-color: #FE7712; }
span { border-color: rgb(254,119,18); }
td.TdClassName
{
border-color: #FE7712;
}
.TagClassName
{
border-color: #FE7712;
}
</style>