Shades of Peach-Orange #FDC38B
Tints of Peach-Orange #FDC38B
RGB
CMYK
RGB Variations
Color information
#FDC38B (or 0xFDC38B) is known color: Peach-Orange. HEX triplet: FD, C3 and 8B. RGB value is (253,195,139). Sum of RGB (Red+Green+Blue) = 253+195+139=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38B is #023C74. Grayscale: #CECECE. Windows color (decimal): -146549 or 9159677. OLE color: 9159677.
HSL color Cylindrical-coordinate representation of color #FDC38B: hue angle of 29.47º 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 #FDC38B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 139 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 29.47º | 0.97% | 0.77% | - |
| HSV(B) | 29.47º | 0.45% | 0.99% | - |
| XYZ | 64.68 | 61.78 | 32.94 | - |
| YUV | 205.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 139 | 0 | 0.23 | 0.45 | 0.01 | 29.47 | 0.97 | 0.77 |
| Hex | FD | C3 | 8B | 0 | 17 | 2D | 1 | 1D | 61 | 4D |
| Octal | 375 | 303 | 213 | 0 | 27 | 55 | 1 | 35 | 141 | 115 |
| Binary | 11111101 | 11000011 | 10001011 | 0 | 10111 | 101101 | 1 | 11101 | 1100001 | 1001101 |
Color Harmonies of #FDC38B
Complementary color
Monochromatic Colors of #FDC38B
Black with #FDC38B
Text Example
Text Example
White with #FDC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC38B; }
p { color: rgb(253,195,139); }
H1.HeaderClassName
{
color: #FDC38B;
}
.AnyTagClassName
{
color: #FDC38B;
}
</style>
background-color css
<style>
a { background-color: #FDC38B; }
a { background-color: rgb(253,195,139); }
div.DivClassName
{
background-color: #FDC38B;
}
.BgClassName
{
background-color: #FDC38B;
}
</style>
border-color css
<style>
span { border-color: #FDC38B; }
span { border-color: rgb(253,195,139); }
td.TdClassName
{
border-color: #FDC38B;
}
.TagClassName
{
border-color: #FDC38B;
}
</style>