Shades of Peach-Orange #FECD8F
Tints of Peach-Orange #FECD8F
RGB
CMYK
RGB Variations
Color information
#FECD8F (or 0xFECD8F) is known color: Peach-Orange. HEX triplet: FE, CD and 8F. RGB value is (254,205,143). Sum of RGB (Red+Green+Blue) = 254+205+143=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8F is #013270. Grayscale: #D4D4D4. Windows color (decimal): -78449 or 9424382. OLE color: 9424382.
HSL color Cylindrical-coordinate representation of color #FECD8F: hue angle of 33.51º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FECD8F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 143 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.00 |
| HSL | 33.51º | 0.98% | 0.78% | - |
| HSV(B) | 33.51º | 0.44% | 1% | - |
| XYZ | 67.66 | 66.72 | 35.3 | - |
| YUV | 212.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 143 | 0 | 0.19 | 0.44 | 0.00 | 33.51 | 0.98 | 0.78 |
| Hex | FE | CD | 8F | 0 | 13 | 2C | 0 | 22 | 62 | 4E |
| Octal | 376 | 315 | 217 | 0 | 23 | 54 | 0 | 42 | 142 | 116 |
| Binary | 11111110 | 11001101 | 10001111 | 0 | 10011 | 101100 | 0 | 100010 | 1100010 | 1001110 |
Color Harmonies of #FECD8F
Complementary color
Monochromatic Colors of #FECD8F
Black with #FECD8F
Text Example
Text Example
White with #FECD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8F; }
p { color: rgb(254,205,143); }
H1.HeaderClassName
{
color: #FECD8F;
}
.AnyTagClassName
{
color: #FECD8F;
}
</style>
background-color css
<style>
a { background-color: #FECD8F; }
a { background-color: rgb(254,205,143); }
div.DivClassName
{
background-color: #FECD8F;
}
.BgClassName
{
background-color: #FECD8F;
}
</style>
border-color css
<style>
span { border-color: #FECD8F; }
span { border-color: rgb(254,205,143); }
td.TdClassName
{
border-color: #FECD8F;
}
.TagClassName
{
border-color: #FECD8F;
}
</style>