Shades of Peach-Orange #FDC593
Tints of Peach-Orange #FDC593
RGB
CMYK
RGB Variations
Color information
#FDC593 (or 0xFDC593) is known color: Peach-Orange. HEX triplet: FD, C5 and 93. RGB value is (253,197,147). Sum of RGB (Red+Green+Blue) = 253+197+147=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC593 is #023A6C. Grayscale: #D0D0D0. Windows color (decimal): -146029 or 9684477. OLE color: 9684477.
HSL color Cylindrical-coordinate representation of color #FDC593: hue angle of 28.3º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC593 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 147 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.01 |
| HSL | 28.3º | 0.96% | 0.78% | - |
| HSV(B) | 28.3º | 0.42% | 0.99% | - |
| XYZ | 65.74 | 62.92 | 36.28 | - |
| YUV | 208.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 147 | 0 | 0.22 | 0.42 | 0.01 | 28.3 | 0.96 | 0.78 |
| Hex | FD | C5 | 93 | 0 | 16 | 2A | 1 | 1C | 60 | 4E |
| Octal | 375 | 305 | 223 | 0 | 26 | 52 | 1 | 34 | 140 | 116 |
| Binary | 11111101 | 11000101 | 10010011 | 0 | 10110 | 101010 | 1 | 11100 | 1100000 | 1001110 |
Color Harmonies of #FDC593
Complementary color
Monochromatic Colors of #FDC593
Black with #FDC593
Text Example
Text Example
White with #FDC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC593; }
p { color: rgb(253,197,147); }
H1.HeaderClassName
{
color: #FDC593;
}
.AnyTagClassName
{
color: #FDC593;
}
</style>
background-color css
<style>
a { background-color: #FDC593; }
a { background-color: rgb(253,197,147); }
div.DivClassName
{
background-color: #FDC593;
}
.BgClassName
{
background-color: #FDC593;
}
</style>
border-color css
<style>
span { border-color: #FDC593; }
span { border-color: rgb(253,197,147); }
td.TdClassName
{
border-color: #FDC593;
}
.TagClassName
{
border-color: #FDC593;
}
</style>