Shades of Peach-Orange #FAC78D
Tints of Peach-Orange #FAC78D
RGB
CMYK
RGB Variations
Color information
#FAC78D (or 0xFAC78D) is known color: Peach-Orange. HEX triplet: FA, C7 and 8D. RGB value is (250,199,141). Sum of RGB (Red+Green+Blue) = 250+199+141=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78D is #053872. Grayscale: #CFCFCF. Windows color (decimal): -342131 or 9291770. OLE color: 9291770.
HSL color Cylindrical-coordinate representation of color #FAC78D: hue angle of 31.93º 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 #FAC78D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 141 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.02 |
| HSL | 31.93º | 0.92% | 0.77% | - |
| HSV(B) | 31.93º | 0.44% | 0.98% | - |
| XYZ | 64.66 | 63.09 | 33.97 | - |
| YUV | 207.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 141 | 0 | 0.20 | 0.44 | 0.02 | 31.93 | 0.92 | 0.77 |
| Hex | FA | C7 | 8D | 0 | 14 | 2C | 2 | 20 | 5C | 4D |
| Octal | 372 | 307 | 215 | 0 | 24 | 54 | 2 | 40 | 134 | 115 |
| Binary | 11111010 | 11000111 | 10001101 | 0 | 10100 | 101100 | 10 | 100000 | 1011100 | 1001101 |
Color Harmonies of #FAC78D
Complementary color
Monochromatic Colors of #FAC78D
Black with #FAC78D
Text Example
Text Example
White with #FAC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC78D; }
p { color: rgb(250,199,141); }
H1.HeaderClassName
{
color: #FAC78D;
}
.AnyTagClassName
{
color: #FAC78D;
}
</style>
background-color css
<style>
a { background-color: #FAC78D; }
a { background-color: rgb(250,199,141); }
div.DivClassName
{
background-color: #FAC78D;
}
.BgClassName
{
background-color: #FAC78D;
}
</style>
border-color css
<style>
span { border-color: #FAC78D; }
span { border-color: rgb(250,199,141); }
td.TdClassName
{
border-color: #FAC78D;
}
.TagClassName
{
border-color: #FAC78D;
}
</style>