Shades of Peach-Orange #FECF9D
Tints of Peach-Orange #FECF9D
RGB
CMYK
RGB Variations
Color information
#FECF9D (or 0xFECF9D) is known color: Peach-Orange. HEX triplet: FE, CF and 9D. RGB value is (254,207,157). Sum of RGB (Red+Green+Blue) = 254+207+157=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9D is #013062. Grayscale: #D7D7D7. Windows color (decimal): -77923 or 10342398. OLE color: 10342398.
HSL color Cylindrical-coordinate representation of color #FECF9D: hue angle of 30.93º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FECF9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 157 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.00 |
| HSL | 30.93º | 0.98% | 0.81% | - |
| HSV(B) | 30.93º | 0.38% | 1% | - |
| XYZ | 69.27 | 68.13 | 41.4 | - |
| YUV | 215.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 157 | 0 | 0.19 | 0.38 | 0.00 | 30.93 | 0.98 | 0.81 |
| Hex | FE | CF | 9D | 0 | 13 | 26 | 0 | 1F | 62 | 51 |
| Octal | 376 | 317 | 235 | 0 | 23 | 46 | 0 | 37 | 142 | 121 |
| Binary | 11111110 | 11001111 | 10011101 | 0 | 10011 | 100110 | 0 | 11111 | 1100010 | 1010001 |
Color Harmonies of #FECF9D
Complementary color
Monochromatic Colors of #FECF9D
Black with #FECF9D
Text Example
Text Example
White with #FECF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF9D; }
p { color: rgb(254,207,157); }
H1.HeaderClassName
{
color: #FECF9D;
}
.AnyTagClassName
{
color: #FECF9D;
}
</style>
background-color css
<style>
a { background-color: #FECF9D; }
a { background-color: rgb(254,207,157); }
div.DivClassName
{
background-color: #FECF9D;
}
.BgClassName
{
background-color: #FECF9D;
}
</style>
border-color css
<style>
span { border-color: #FECF9D; }
span { border-color: rgb(254,207,157); }
td.TdClassName
{
border-color: #FECF9D;
}
.TagClassName
{
border-color: #FECF9D;
}
</style>