Shades of Peach-Orange #FAC28E
Tints of Peach-Orange #FAC28E
RGB
CMYK
RGB Variations
Color information
#FAC28E (or 0xFAC28E) is known color: Peach-Orange. HEX triplet: FA, C2 and 8E. RGB value is (250,194,142). Sum of RGB (Red+Green+Blue) = 250+194+142=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28E is #053D71. Grayscale: #CDCDCD. Windows color (decimal): -343410 or 9356026. OLE color: 9356026.
HSL color Cylindrical-coordinate representation of color #FAC28E: hue angle of 28.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAC28E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 142 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.02 |
| HSL | 28.89º | 0.92% | 0.77% | - |
| HSV(B) | 28.89º | 0.43% | 0.98% | - |
| XYZ | 63.6 | 60.86 | 33.99 | - |
| YUV | 204.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 142 | 0 | 0.22 | 0.43 | 0.02 | 28.89 | 0.92 | 0.77 |
| Hex | FA | C2 | 8E | 0 | 16 | 2B | 2 | 1D | 5C | 4D |
| Octal | 372 | 302 | 216 | 0 | 26 | 53 | 2 | 35 | 134 | 115 |
| Binary | 11111010 | 11000010 | 10001110 | 0 | 10110 | 101011 | 10 | 11101 | 1011100 | 1001101 |
Color Harmonies of #FAC28E
Complementary color
Monochromatic Colors of #FAC28E
Black with #FAC28E
Text Example
Text Example
White with #FAC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC28E; }
p { color: rgb(250,194,142); }
H1.HeaderClassName
{
color: #FAC28E;
}
.AnyTagClassName
{
color: #FAC28E;
}
</style>
background-color css
<style>
a { background-color: #FAC28E; }
a { background-color: rgb(250,194,142); }
div.DivClassName
{
background-color: #FAC28E;
}
.BgClassName
{
background-color: #FAC28E;
}
</style>
border-color css
<style>
span { border-color: #FAC28E; }
span { border-color: rgb(250,194,142); }
td.TdClassName
{
border-color: #FAC28E;
}
.TagClassName
{
border-color: #FAC28E;
}
</style>