Shades of Peach-Orange #FEC68D
Tints of Peach-Orange #FEC68D
RGB
CMYK
RGB Variations
Color information
#FEC68D (or 0xFEC68D) is known color: Peach-Orange. HEX triplet: FE, C6 and 8D. RGB value is (254,198,141). Sum of RGB (Red+Green+Blue) = 254+198+141=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68D is #013972. Grayscale: #D0D0D0. Windows color (decimal): -80243 or 9291518. OLE color: 9291518.
HSL color Cylindrical-coordinate representation of color #FEC68D: hue angle of 30.27º 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 #FEC68D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 141 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.00 |
| HSL | 30.27º | 0.98% | 0.77% | - |
| HSV(B) | 30.27º | 0.44% | 1% | - |
| XYZ | 65.87 | 63.38 | 33.96 | - |
| YUV | 208.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 141 | 0 | 0.22 | 0.44 | 0.00 | 30.27 | 0.98 | 0.77 |
| Hex | FE | C6 | 8D | 0 | 16 | 2C | 0 | 1E | 62 | 4D |
| Octal | 376 | 306 | 215 | 0 | 26 | 54 | 0 | 36 | 142 | 115 |
| Binary | 11111110 | 11000110 | 10001101 | 0 | 10110 | 101100 | 0 | 11110 | 1100010 | 1001101 |
Color Harmonies of #FEC68D
Complementary color
Monochromatic Colors of #FEC68D
Black with #FEC68D
Text Example
Text Example
White with #FEC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC68D; }
p { color: rgb(254,198,141); }
H1.HeaderClassName
{
color: #FEC68D;
}
.AnyTagClassName
{
color: #FEC68D;
}
</style>
background-color css
<style>
a { background-color: #FEC68D; }
a { background-color: rgb(254,198,141); }
div.DivClassName
{
background-color: #FEC68D;
}
.BgClassName
{
background-color: #FEC68D;
}
</style>
border-color css
<style>
span { border-color: #FEC68D; }
span { border-color: rgb(254,198,141); }
td.TdClassName
{
border-color: #FEC68D;
}
.TagClassName
{
border-color: #FEC68D;
}
</style>