Shades of Peach-Orange #FDC692
Tints of Peach-Orange #FDC692
RGB
CMYK
RGB Variations
Color information
#FDC692 (or 0xFDC692) is known color: Peach-Orange. HEX triplet: FD, C6 and 92. RGB value is (253,198,146). Sum of RGB (Red+Green+Blue) = 253+198+146=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC692 is #02396D. Grayscale: #D0D0D0. Windows color (decimal): -145774 or 9619197. OLE color: 9619197.
HSL color Cylindrical-coordinate representation of color #FDC692: hue angle of 29.16º 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 #FDC692 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 146 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.01 |
| HSL | 29.16º | 0.96% | 0.78% | - |
| HSV(B) | 29.16º | 0.42% | 0.99% | - |
| XYZ | 65.89 | 63.35 | 35.95 | - |
| YUV | 208.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 146 | 0 | 0.22 | 0.42 | 0.01 | 29.16 | 0.96 | 0.78 |
| Hex | FD | C6 | 92 | 0 | 16 | 2A | 1 | 1D | 60 | 4E |
| Octal | 375 | 306 | 222 | 0 | 26 | 52 | 1 | 35 | 140 | 116 |
| Binary | 11111101 | 11000110 | 10010010 | 0 | 10110 | 101010 | 1 | 11101 | 1100000 | 1001110 |
Color Harmonies of #FDC692
Complementary color
Monochromatic Colors of #FDC692
Black with #FDC692
Text Example
Text Example
White with #FDC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC692; }
p { color: rgb(253,198,146); }
H1.HeaderClassName
{
color: #FDC692;
}
.AnyTagClassName
{
color: #FDC692;
}
</style>
background-color css
<style>
a { background-color: #FDC692; }
a { background-color: rgb(253,198,146); }
div.DivClassName
{
background-color: #FDC692;
}
.BgClassName
{
background-color: #FDC692;
}
</style>
border-color css
<style>
span { border-color: #FDC692; }
span { border-color: rgb(253,198,146); }
td.TdClassName
{
border-color: #FDC692;
}
.TagClassName
{
border-color: #FDC692;
}
</style>