Shades of Peach-Orange #FECC8C
Tints of Peach-Orange #FECC8C
RGB
CMYK
RGB Variations
Color information
#FECC8C (or 0xFECC8C) is known color: Peach-Orange. HEX triplet: FE, CC and 8C. RGB value is (254,204,140). Sum of RGB (Red+Green+Blue) = 254+204+140=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8C is #013373. Grayscale: #D3D3D3. Windows color (decimal): -78708 or 9227518. OLE color: 9227518.
HSL color Cylindrical-coordinate representation of color #FECC8C: hue angle of 33.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FECC8C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 140 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.00 |
| HSL | 33.68º | 0.98% | 0.77% | - |
| HSV(B) | 33.68º | 0.45% | 1% | - |
| XYZ | 67.2 | 66.15 | 34.04 | - |
| YUV | 211.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 140 | 0 | 0.20 | 0.45 | 0.00 | 33.68 | 0.98 | 0.77 |
| Hex | FE | CC | 8C | 0 | 14 | 2D | 0 | 22 | 62 | 4D |
| Octal | 376 | 314 | 214 | 0 | 24 | 55 | 0 | 42 | 142 | 115 |
| Binary | 11111110 | 11001100 | 10001100 | 0 | 10100 | 101101 | 0 | 100010 | 1100010 | 1001101 |
Color Harmonies of #FECC8C
Complementary color
Monochromatic Colors of #FECC8C
Black with #FECC8C
Text Example
Text Example
White with #FECC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC8C; }
p { color: rgb(254,204,140); }
H1.HeaderClassName
{
color: #FECC8C;
}
.AnyTagClassName
{
color: #FECC8C;
}
</style>
background-color css
<style>
a { background-color: #FECC8C; }
a { background-color: rgb(254,204,140); }
div.DivClassName
{
background-color: #FECC8C;
}
.BgClassName
{
background-color: #FECC8C;
}
</style>
border-color css
<style>
span { border-color: #FECC8C; }
span { border-color: rgb(254,204,140); }
td.TdClassName
{
border-color: #FECC8C;
}
.TagClassName
{
border-color: #FECC8C;
}
</style>