Shades of Peach-Orange #FDC68C
Tints of Peach-Orange #FDC68C
RGB
CMYK
RGB Variations
Color information
#FDC68C (or 0xFDC68C) is known color: Peach-Orange. HEX triplet: FD, C6 and 8C. RGB value is (253,198,140). Sum of RGB (Red+Green+Blue) = 253+198+140=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC68C is #023973. Grayscale: #D0D0D0. Windows color (decimal): -145780 or 9225981. OLE color: 9225981.
HSL color Cylindrical-coordinate representation of color #FDC68C: hue angle of 30.8º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC68C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 140 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.01 |
| HSL | 30.8º | 0.97% | 0.77% | - |
| HSV(B) | 30.8º | 0.45% | 0.99% | - |
| XYZ | 65.44 | 63.16 | 33.55 | - |
| YUV | 207.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 140 | 0 | 0.22 | 0.45 | 0.01 | 30.8 | 0.97 | 0.77 |
| Hex | FD | C6 | 8C | 0 | 16 | 2D | 1 | 1F | 61 | 4D |
| Octal | 375 | 306 | 214 | 0 | 26 | 55 | 1 | 37 | 141 | 115 |
| Binary | 11111101 | 11000110 | 10001100 | 0 | 10110 | 101101 | 1 | 11111 | 1100001 | 1001101 |
Color Harmonies of #FDC68C
Complementary color
Monochromatic Colors of #FDC68C
Black with #FDC68C
Text Example
Text Example
White with #FDC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC68C; }
p { color: rgb(253,198,140); }
H1.HeaderClassName
{
color: #FDC68C;
}
.AnyTagClassName
{
color: #FDC68C;
}
</style>
background-color css
<style>
a { background-color: #FDC68C; }
a { background-color: rgb(253,198,140); }
div.DivClassName
{
background-color: #FDC68C;
}
.BgClassName
{
background-color: #FDC68C;
}
</style>
border-color css
<style>
span { border-color: #FDC68C; }
span { border-color: rgb(253,198,140); }
td.TdClassName
{
border-color: #FDC68C;
}
.TagClassName
{
border-color: #FDC68C;
}
</style>