Shades of Peach-Orange #FECD9F
Tints of Peach-Orange #FECD9F
RGB
CMYK
RGB Variations
Color information
#FECD9F (or 0xFECD9F) is known color: Peach-Orange. HEX triplet: FE, CD and 9F. RGB value is (254,205,159). Sum of RGB (Red+Green+Blue) = 254+205+159=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9F is #013260. Grayscale: #D6D6D6. Windows color (decimal): -78433 or 10472958. OLE color: 10472958.
HSL color Cylindrical-coordinate representation of color #FECD9F: hue angle of 29.05º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECD9F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 159 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.00 |
| HSL | 29.05º | 0.98% | 0.81% | - |
| HSV(B) | 29.05º | 0.37% | 1% | - |
| XYZ | 68.96 | 67.24 | 42.14 | - |
| YUV | 214.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 159 | 0 | 0.19 | 0.37 | 0.00 | 29.05 | 0.98 | 0.81 |
| Hex | FE | CD | 9F | 0 | 13 | 25 | 0 | 1D | 62 | 51 |
| Octal | 376 | 315 | 237 | 0 | 23 | 45 | 0 | 35 | 142 | 121 |
| Binary | 11111110 | 11001101 | 10011111 | 0 | 10011 | 100101 | 0 | 11101 | 1100010 | 1010001 |
Color Harmonies of #FECD9F
Complementary color
Monochromatic Colors of #FECD9F
Black with #FECD9F
Text Example
Text Example
White with #FECD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD9F; }
p { color: rgb(254,205,159); }
H1.HeaderClassName
{
color: #FECD9F;
}
.AnyTagClassName
{
color: #FECD9F;
}
</style>
background-color css
<style>
a { background-color: #FECD9F; }
a { background-color: rgb(254,205,159); }
div.DivClassName
{
background-color: #FECD9F;
}
.BgClassName
{
background-color: #FECD9F;
}
</style>
border-color css
<style>
span { border-color: #FECD9F; }
span { border-color: rgb(254,205,159); }
td.TdClassName
{
border-color: #FECD9F;
}
.TagClassName
{
border-color: #FECD9F;
}
</style>