Shades of Peach-Orange #FECF9A
Tints of Peach-Orange #FECF9A
RGB
CMYK
RGB Variations
Color information
#FECF9A (or 0xFECF9A) is known color: Peach-Orange. HEX triplet: FE, CF and 9A. RGB value is (254,207,154). Sum of RGB (Red+Green+Blue) = 254+207+154=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9A is #013065. Grayscale: #D7D7D7. Windows color (decimal): -77926 or 10145790. OLE color: 10145790.
HSL color Cylindrical-coordinate representation of color #FECF9A: hue angle of 31.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECF9A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 154 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 31.8º | 0.98% | 0.8% | - |
| HSV(B) | 31.8º | 0.39% | 1% | - |
| XYZ | 69.02 | 68.03 | 40.07 | - |
| YUV | 215.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 154 | 0 | 0.19 | 0.39 | 0.00 | 31.8 | 0.98 | 0.8 |
| Hex | FE | CF | 9A | 0 | 13 | 27 | 0 | 20 | 62 | 50 |
| Octal | 376 | 317 | 232 | 0 | 23 | 47 | 0 | 40 | 142 | 120 |
| Binary | 11111110 | 11001111 | 10011010 | 0 | 10011 | 100111 | 0 | 100000 | 1100010 | 1010000 |
Color Harmonies of #FECF9A
Complementary color
Monochromatic Colors of #FECF9A
Black with #FECF9A
Text Example
Text Example
White with #FECF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF9A; }
p { color: rgb(254,207,154); }
H1.HeaderClassName
{
color: #FECF9A;
}
.AnyTagClassName
{
color: #FECF9A;
}
</style>
background-color css
<style>
a { background-color: #FECF9A; }
a { background-color: rgb(254,207,154); }
div.DivClassName
{
background-color: #FECF9A;
}
.BgClassName
{
background-color: #FECF9A;
}
</style>
border-color css
<style>
span { border-color: #FECF9A; }
span { border-color: rgb(254,207,154); }
td.TdClassName
{
border-color: #FECF9A;
}
.TagClassName
{
border-color: #FECF9A;
}
</style>