Shades of Peach-Orange #FDC88B
Tints of Peach-Orange #FDC88B
RGB
CMYK
RGB Variations
Color information
#FDC88B (or 0xFDC88B) is known color: Peach-Orange. HEX triplet: FD, C8 and 8B. RGB value is (253,200,139). Sum of RGB (Red+Green+Blue) = 253+200+139=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88B is #023774. Grayscale: #D1D1D1. Windows color (decimal): -145269 or 9160957. OLE color: 9160957.
HSL color Cylindrical-coordinate representation of color #FDC88B: hue angle of 32.11º 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 #FDC88B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 139 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.01 |
| HSL | 32.11º | 0.97% | 0.77% | - |
| HSV(B) | 32.11º | 0.45% | 0.99% | - |
| XYZ | 65.82 | 64.06 | 33.32 | - |
| YUV | 208.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 139 | 0 | 0.21 | 0.45 | 0.01 | 32.11 | 0.97 | 0.77 |
| Hex | FD | C8 | 8B | 0 | 15 | 2D | 1 | 20 | 61 | 4D |
| Octal | 375 | 310 | 213 | 0 | 25 | 55 | 1 | 40 | 141 | 115 |
| Binary | 11111101 | 11001000 | 10001011 | 0 | 10101 | 101101 | 1 | 100000 | 1100001 | 1001101 |
Color Harmonies of #FDC88B
Complementary color
Monochromatic Colors of #FDC88B
Black with #FDC88B
Text Example
Text Example
White with #FDC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC88B; }
p { color: rgb(253,200,139); }
H1.HeaderClassName
{
color: #FDC88B;
}
.AnyTagClassName
{
color: #FDC88B;
}
</style>
background-color css
<style>
a { background-color: #FDC88B; }
a { background-color: rgb(253,200,139); }
div.DivClassName
{
background-color: #FDC88B;
}
.BgClassName
{
background-color: #FDC88B;
}
</style>
border-color css
<style>
span { border-color: #FDC88B; }
span { border-color: rgb(253,200,139); }
td.TdClassName
{
border-color: #FDC88B;
}
.TagClassName
{
border-color: #FDC88B;
}
</style>