Shades of Peach-Orange #FDC58B
Tints of Peach-Orange #FDC58B
RGB
CMYK
RGB Variations
Color information
#FDC58B (or 0xFDC58B) is known color: Peach-Orange. HEX triplet: FD, C5 and 8B. RGB value is (253,197,139). Sum of RGB (Red+Green+Blue) = 253+197+139=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58B is #023A74. Grayscale: #CFCFCF. Windows color (decimal): -146037 or 9160189. OLE color: 9160189.
HSL color Cylindrical-coordinate representation of color #FDC58B: hue angle of 30.53º 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 #FDC58B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 139 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.01 |
| HSL | 30.53º | 0.97% | 0.77% | - |
| HSV(B) | 30.53º | 0.45% | 0.99% | - |
| XYZ | 65.13 | 62.68 | 33.09 | - |
| YUV | 207.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 139 | 0 | 0.22 | 0.45 | 0.01 | 30.53 | 0.97 | 0.77 |
| Hex | FD | C5 | 8B | 0 | 16 | 2D | 1 | 1F | 61 | 4D |
| Octal | 375 | 305 | 213 | 0 | 26 | 55 | 1 | 37 | 141 | 115 |
| Binary | 11111101 | 11000101 | 10001011 | 0 | 10110 | 101101 | 1 | 11111 | 1100001 | 1001101 |
Color Harmonies of #FDC58B
Complementary color
Monochromatic Colors of #FDC58B
Black with #FDC58B
Text Example
Text Example
White with #FDC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC58B; }
p { color: rgb(253,197,139); }
H1.HeaderClassName
{
color: #FDC58B;
}
.AnyTagClassName
{
color: #FDC58B;
}
</style>
background-color css
<style>
a { background-color: #FDC58B; }
a { background-color: rgb(253,197,139); }
div.DivClassName
{
background-color: #FDC58B;
}
.BgClassName
{
background-color: #FDC58B;
}
</style>
border-color css
<style>
span { border-color: #FDC58B; }
span { border-color: rgb(253,197,139); }
td.TdClassName
{
border-color: #FDC58B;
}
.TagClassName
{
border-color: #FDC58B;
}
</style>