Shades of Peach-Orange #FAC28D
Tints of Peach-Orange #FAC28D
RGB
CMYK
RGB Variations
Color information
#FAC28D (or 0xFAC28D) is known color: Peach-Orange. HEX triplet: FA, C2 and 8D. RGB value is (250,194,141). Sum of RGB (Red+Green+Blue) = 250+194+141=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28D is #053D72. Grayscale: #CCCCCC. Windows color (decimal): -343411 or 9290490. OLE color: 9290490.
HSL color Cylindrical-coordinate representation of color #FAC28D: hue angle of 29.17º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC28D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 141 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 29.17º | 0.92% | 0.77% | - |
| HSV(B) | 29.17º | 0.44% | 0.98% | - |
| XYZ | 63.52 | 60.83 | 33.59 | - |
| YUV | 204.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 141 | 0 | 0.22 | 0.44 | 0.02 | 29.17 | 0.92 | 0.77 |
| Hex | FA | C2 | 8D | 0 | 16 | 2C | 2 | 1D | 5C | 4D |
| Octal | 372 | 302 | 215 | 0 | 26 | 54 | 2 | 35 | 134 | 115 |
| Binary | 11111010 | 11000010 | 10001101 | 0 | 10110 | 101100 | 10 | 11101 | 1011100 | 1001101 |
Color Harmonies of #FAC28D
Complementary color
Monochromatic Colors of #FAC28D
Black with #FAC28D
Text Example
Text Example
White with #FAC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC28D; }
p { color: rgb(250,194,141); }
H1.HeaderClassName
{
color: #FAC28D;
}
.AnyTagClassName
{
color: #FAC28D;
}
</style>
background-color css
<style>
a { background-color: #FAC28D; }
a { background-color: rgb(250,194,141); }
div.DivClassName
{
background-color: #FAC28D;
}
.BgClassName
{
background-color: #FAC28D;
}
</style>
border-color css
<style>
span { border-color: #FAC28D; }
span { border-color: rgb(250,194,141); }
td.TdClassName
{
border-color: #FAC28D;
}
.TagClassName
{
border-color: #FAC28D;
}
</style>