Shades of Peach-Orange #FDC691
Tints of Peach-Orange #FDC691
RGB
CMYK
RGB Variations
Color information
#FDC691 (or 0xFDC691) is known color: Peach-Orange. HEX triplet: FD, C6 and 91. RGB value is (253,198,145). Sum of RGB (Red+Green+Blue) = 253+198+145=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC691 is #02396E. Grayscale: #D0D0D0. Windows color (decimal): -145775 or 9553661. OLE color: 9553661.
HSL color Cylindrical-coordinate representation of color #FDC691: hue angle of 29.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC691 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 145 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.01 |
| HSL | 29.44º | 0.96% | 0.78% | - |
| HSV(B) | 29.44º | 0.43% | 0.99% | - |
| XYZ | 65.81 | 63.32 | 35.54 | - |
| YUV | 208.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 145 | 0 | 0.22 | 0.43 | 0.01 | 29.44 | 0.96 | 0.78 |
| Hex | FD | C6 | 91 | 0 | 16 | 2B | 1 | 1D | 60 | 4E |
| Octal | 375 | 306 | 221 | 0 | 26 | 53 | 1 | 35 | 140 | 116 |
| Binary | 11111101 | 11000110 | 10010001 | 0 | 10110 | 101011 | 1 | 11101 | 1100000 | 1001110 |
Color Harmonies of #FDC691
Complementary color
Monochromatic Colors of #FDC691
Black with #FDC691
Text Example
Text Example
White with #FDC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC691; }
p { color: rgb(253,198,145); }
H1.HeaderClassName
{
color: #FDC691;
}
.AnyTagClassName
{
color: #FDC691;
}
</style>
background-color css
<style>
a { background-color: #FDC691; }
a { background-color: rgb(253,198,145); }
div.DivClassName
{
background-color: #FDC691;
}
.BgClassName
{
background-color: #FDC691;
}
</style>
border-color css
<style>
span { border-color: #FDC691; }
span { border-color: rgb(253,198,145); }
td.TdClassName
{
border-color: #FDC691;
}
.TagClassName
{
border-color: #FDC691;
}
</style>