Shades of Peach-Orange #FAC78E
Tints of Peach-Orange #FAC78E
RGB
CMYK
RGB Variations
Color information
#FAC78E (or 0xFAC78E) is known color: Peach-Orange. HEX triplet: FA, C7 and 8E. RGB value is (250,199,142). Sum of RGB (Red+Green+Blue) = 250+199+142=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78E is #053871. Grayscale: #D0D0D0. Windows color (decimal): -342130 or 9357306. OLE color: 9357306.
HSL color Cylindrical-coordinate representation of color #FAC78E: hue angle of 31.67º 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 #FAC78E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 142 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.02 |
| HSL | 31.67º | 0.92% | 0.77% | - |
| HSV(B) | 31.67º | 0.43% | 0.98% | - |
| XYZ | 64.73 | 63.12 | 34.36 | - |
| YUV | 207.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 142 | 0 | 0.20 | 0.43 | 0.02 | 31.67 | 0.92 | 0.77 |
| Hex | FA | C7 | 8E | 0 | 14 | 2B | 2 | 20 | 5C | 4D |
| Octal | 372 | 307 | 216 | 0 | 24 | 53 | 2 | 40 | 134 | 115 |
| Binary | 11111010 | 11000111 | 10001110 | 0 | 10100 | 101011 | 10 | 100000 | 1011100 | 1001101 |
Color Harmonies of #FAC78E
Complementary color
Monochromatic Colors of #FAC78E
Black with #FAC78E
Text Example
Text Example
White with #FAC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC78E; }
p { color: rgb(250,199,142); }
H1.HeaderClassName
{
color: #FAC78E;
}
.AnyTagClassName
{
color: #FAC78E;
}
</style>
background-color css
<style>
a { background-color: #FAC78E; }
a { background-color: rgb(250,199,142); }
div.DivClassName
{
background-color: #FAC78E;
}
.BgClassName
{
background-color: #FAC78E;
}
</style>
border-color css
<style>
span { border-color: #FAC78E; }
span { border-color: rgb(250,199,142); }
td.TdClassName
{
border-color: #FAC78E;
}
.TagClassName
{
border-color: #FAC78E;
}
</style>