Shades of Peach-Orange #FDC68E
Tints of Peach-Orange #FDC68E
RGB
CMYK
RGB Variations
Color information
#FDC68E (or 0xFDC68E) is known color: Peach-Orange. HEX triplet: FD, C6 and 8E. RGB value is (253,198,142). Sum of RGB (Red+Green+Blue) = 253+198+142=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC68E is #023971. Grayscale: #D0D0D0. Windows color (decimal): -145778 or 9357053. OLE color: 9357053.
HSL color Cylindrical-coordinate representation of color #FDC68E: hue angle of 30.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC68E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.01 |
| HSL | 30.27º | 0.97% | 0.77% | - |
| HSV(B) | 30.27º | 0.44% | 0.99% | - |
| XYZ | 65.58 | 63.22 | 34.34 | - |
| YUV | 208.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 142 | 0 | 0.22 | 0.44 | 0.01 | 30.27 | 0.97 | 0.77 |
| Hex | FD | C6 | 8E | 0 | 16 | 2C | 1 | 1E | 61 | 4D |
| Octal | 375 | 306 | 216 | 0 | 26 | 54 | 1 | 36 | 141 | 115 |
| Binary | 11111101 | 11000110 | 10001110 | 0 | 10110 | 101100 | 1 | 11110 | 1100001 | 1001101 |
Color Harmonies of #FDC68E
Complementary color
Monochromatic Colors of #FDC68E
Black with #FDC68E
Text Example
Text Example
White with #FDC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC68E; }
p { color: rgb(253,198,142); }
H1.HeaderClassName
{
color: #FDC68E;
}
.AnyTagClassName
{
color: #FDC68E;
}
</style>
background-color css
<style>
a { background-color: #FDC68E; }
a { background-color: rgb(253,198,142); }
div.DivClassName
{
background-color: #FDC68E;
}
.BgClassName
{
background-color: #FDC68E;
}
</style>
border-color css
<style>
span { border-color: #FDC68E; }
span { border-color: rgb(253,198,142); }
td.TdClassName
{
border-color: #FDC68E;
}
.TagClassName
{
border-color: #FDC68E;
}
</style>