Shades of Peach-Orange #FECC8D
Tints of Peach-Orange #FECC8D
RGB
CMYK
RGB Variations
Color information
#FECC8D (or 0xFECC8D) is known color: Peach-Orange. HEX triplet: FE, CC and 8D. RGB value is (254,204,141). Sum of RGB (Red+Green+Blue) = 254+204+141=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8D is #013372. Grayscale: #D4D4D4. Windows color (decimal): -78707 or 9293054. OLE color: 9293054.
HSL color Cylindrical-coordinate representation of color #FECC8D: hue angle of 33.45º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FECC8D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 141 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.00 |
| HSL | 33.45º | 0.98% | 0.77% | - |
| HSV(B) | 33.45º | 0.44% | 1% | - |
| XYZ | 67.27 | 66.18 | 34.43 | - |
| YUV | 211.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 141 | 0 | 0.20 | 0.44 | 0.00 | 33.45 | 0.98 | 0.77 |
| Hex | FE | CC | 8D | 0 | 14 | 2C | 0 | 21 | 62 | 4D |
| Octal | 376 | 314 | 215 | 0 | 24 | 54 | 0 | 41 | 142 | 115 |
| Binary | 11111110 | 11001100 | 10001101 | 0 | 10100 | 101100 | 0 | 100001 | 1100010 | 1001101 |
Color Harmonies of #FECC8D
Complementary color
Monochromatic Colors of #FECC8D
Black with #FECC8D
Text Example
Text Example
White with #FECC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC8D; }
p { color: rgb(254,204,141); }
H1.HeaderClassName
{
color: #FECC8D;
}
.AnyTagClassName
{
color: #FECC8D;
}
</style>
background-color css
<style>
a { background-color: #FECC8D; }
a { background-color: rgb(254,204,141); }
div.DivClassName
{
background-color: #FECC8D;
}
.BgClassName
{
background-color: #FECC8D;
}
</style>
border-color css
<style>
span { border-color: #FECC8D; }
span { border-color: rgb(254,204,141); }
td.TdClassName
{
border-color: #FECC8D;
}
.TagClassName
{
border-color: #FECC8D;
}
</style>