Shades of Peach-Orange #FDC28E
Tints of Peach-Orange #FDC28E
RGB
CMYK
RGB Variations
Color information
#FDC28E (or 0xFDC28E) is known color: Peach-Orange. HEX triplet: FD, C2 and 8E. RGB value is (253,194,142). Sum of RGB (Red+Green+Blue) = 253+194+142=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC28E is #023D71. Grayscale: #CDCDCD. Windows color (decimal): -146802 or 9356029. OLE color: 9356029.
HSL color Cylindrical-coordinate representation of color #FDC28E: hue angle of 28.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC28E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 142 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 28.11º | 0.97% | 0.77% | - |
| HSV(B) | 28.11º | 0.44% | 0.99% | - |
| XYZ | 64.68 | 61.42 | 34.04 | - |
| YUV | 205.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 142 | 0 | 0.23 | 0.44 | 0.01 | 28.11 | 0.97 | 0.77 |
| Hex | FD | C2 | 8E | 0 | 17 | 2C | 1 | 1C | 61 | 4D |
| Octal | 375 | 302 | 216 | 0 | 27 | 54 | 1 | 34 | 141 | 115 |
| Binary | 11111101 | 11000010 | 10001110 | 0 | 10111 | 101100 | 1 | 11100 | 1100001 | 1001101 |
Color Harmonies of #FDC28E
Complementary color
Monochromatic Colors of #FDC28E
Black with #FDC28E
Text Example
Text Example
White with #FDC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC28E; }
p { color: rgb(253,194,142); }
H1.HeaderClassName
{
color: #FDC28E;
}
.AnyTagClassName
{
color: #FDC28E;
}
</style>
background-color css
<style>
a { background-color: #FDC28E; }
a { background-color: rgb(253,194,142); }
div.DivClassName
{
background-color: #FDC28E;
}
.BgClassName
{
background-color: #FDC28E;
}
</style>
border-color css
<style>
span { border-color: #FDC28E; }
span { border-color: rgb(253,194,142); }
td.TdClassName
{
border-color: #FDC28E;
}
.TagClassName
{
border-color: #FDC28E;
}
</style>