Shades of Peach-Orange #FDC28B
Tints of Peach-Orange #FDC28B
RGB
CMYK
RGB Variations
Color information
#FDC28B (or 0xFDC28B) is known color: Peach-Orange. HEX triplet: FD, C2 and 8B. RGB value is (253,194,139). Sum of RGB (Red+Green+Blue) = 253+194+139=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC28B is #023D74. Grayscale: #CDCDCD. Windows color (decimal): -146805 or 9159421. OLE color: 9159421.
HSL color Cylindrical-coordinate representation of color #FDC28B: hue angle of 28.95º 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 #FDC28B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 139 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 28.95º | 0.97% | 0.77% | - |
| HSV(B) | 28.95º | 0.45% | 0.99% | - |
| XYZ | 64.46 | 61.33 | 32.87 | - |
| YUV | 205.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 139 | 0 | 0.23 | 0.45 | 0.01 | 28.95 | 0.97 | 0.77 |
| Hex | FD | C2 | 8B | 0 | 17 | 2D | 1 | 1D | 61 | 4D |
| Octal | 375 | 302 | 213 | 0 | 27 | 55 | 1 | 35 | 141 | 115 |
| Binary | 11111101 | 11000010 | 10001011 | 0 | 10111 | 101101 | 1 | 11101 | 1100001 | 1001101 |
Color Harmonies of #FDC28B
Complementary color
Monochromatic Colors of #FDC28B
Black with #FDC28B
Text Example
Text Example
White with #FDC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC28B; }
p { color: rgb(253,194,139); }
H1.HeaderClassName
{
color: #FDC28B;
}
.AnyTagClassName
{
color: #FDC28B;
}
</style>
background-color css
<style>
a { background-color: #FDC28B; }
a { background-color: rgb(253,194,139); }
div.DivClassName
{
background-color: #FDC28B;
}
.BgClassName
{
background-color: #FDC28B;
}
</style>
border-color css
<style>
span { border-color: #FDC28B; }
span { border-color: rgb(253,194,139); }
td.TdClassName
{
border-color: #FDC28B;
}
.TagClassName
{
border-color: #FDC28B;
}
</style>