Shades of Peach-Orange #FAC58C
Tints of Peach-Orange #FAC58C
RGB
CMYK
RGB Variations
Color information
#FAC58C (or 0xFAC58C) is known color: Peach-Orange. HEX triplet: FA, C5 and 8C. RGB value is (250,197,140). Sum of RGB (Red+Green+Blue) = 250+197+140=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58C is #053A73. Grayscale: #CECECE. Windows color (decimal): -342644 or 9225722. OLE color: 9225722.
HSL color Cylindrical-coordinate representation of color #FAC58C: hue angle of 31.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC58C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 140 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.02 |
| HSL | 31.09º | 0.92% | 0.76% | - |
| HSV(B) | 31.09º | 0.44% | 0.98% | - |
| XYZ | 64.12 | 62.15 | 33.43 | - |
| YUV | 206.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 140 | 0 | 0.21 | 0.44 | 0.02 | 31.09 | 0.92 | 0.76 |
| Hex | FA | C5 | 8C | 0 | 15 | 2C | 2 | 1F | 5C | 4C |
| Octal | 372 | 305 | 214 | 0 | 25 | 54 | 2 | 37 | 134 | 114 |
| Binary | 11111010 | 11000101 | 10001100 | 0 | 10101 | 101100 | 10 | 11111 | 1011100 | 1001100 |
Color Harmonies of #FAC58C
Complementary color
Monochromatic Colors of #FAC58C
Black with #FAC58C
Text Example
Text Example
White with #FAC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC58C; }
p { color: rgb(250,197,140); }
H1.HeaderClassName
{
color: #FAC58C;
}
.AnyTagClassName
{
color: #FAC58C;
}
</style>
background-color css
<style>
a { background-color: #FAC58C; }
a { background-color: rgb(250,197,140); }
div.DivClassName
{
background-color: #FAC58C;
}
.BgClassName
{
background-color: #FAC58C;
}
</style>
border-color css
<style>
span { border-color: #FAC58C; }
span { border-color: rgb(250,197,140); }
td.TdClassName
{
border-color: #FAC58C;
}
.TagClassName
{
border-color: #FAC58C;
}
</style>