Shades of Peach-Orange #FEC58A
Tints of Peach-Orange #FEC58A
RGB
CMYK
RGB Variations
Color information
#FEC58A (or 0xFEC58A) is known color: Peach-Orange. HEX triplet: FE, C5 and 8A. RGB value is (254,197,138). Sum of RGB (Red+Green+Blue) = 254+197+138=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC58A is #013A75. Grayscale: #CFCFCF. Windows color (decimal): -80502 or 9094654. OLE color: 9094654.
HSL color Cylindrical-coordinate representation of color #FEC58A: hue angle of 30.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEC58A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 138 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.00 |
| HSL | 30.52º | 0.98% | 0.77% | - |
| HSV(B) | 30.52º | 0.46% | 1% | - |
| XYZ | 65.43 | 62.84 | 32.73 | - |
| YUV | 207.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 138 | 0 | 0.22 | 0.46 | 0.00 | 30.52 | 0.98 | 0.77 |
| Hex | FE | C5 | 8A | 0 | 16 | 2E | 0 | 1F | 62 | 4D |
| Octal | 376 | 305 | 212 | 0 | 26 | 56 | 0 | 37 | 142 | 115 |
| Binary | 11111110 | 11000101 | 10001010 | 0 | 10110 | 101110 | 0 | 11111 | 1100010 | 1001101 |
Color Harmonies of #FEC58A
Complementary color
Monochromatic Colors of #FEC58A
Black with #FEC58A
Text Example
Text Example
White with #FEC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC58A; }
p { color: rgb(254,197,138); }
H1.HeaderClassName
{
color: #FEC58A;
}
.AnyTagClassName
{
color: #FEC58A;
}
</style>
background-color css
<style>
a { background-color: #FEC58A; }
a { background-color: rgb(254,197,138); }
div.DivClassName
{
background-color: #FEC58A;
}
.BgClassName
{
background-color: #FEC58A;
}
</style>
border-color css
<style>
span { border-color: #FEC58A; }
span { border-color: rgb(254,197,138); }
td.TdClassName
{
border-color: #FEC58A;
}
.TagClassName
{
border-color: #FEC58A;
}
</style>