Shades of Peach-Orange #FAC594
Tints of Peach-Orange #FAC594
RGB
CMYK
RGB Variations
Color information
#FAC594 (or 0xFAC594) is known color: Peach-Orange. HEX triplet: FA, C5 and 94. RGB value is (250,197,148). Sum of RGB (Red+Green+Blue) = 250+197+148=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC594 is #053A6B. Grayscale: #CFCFCF. Windows color (decimal): -342636 or 9750010. OLE color: 9750010.
HSL color Cylindrical-coordinate representation of color #FAC594: hue angle of 28.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC594 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 148 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.02 |
| HSL | 28.82º | 0.91% | 0.78% | - |
| HSV(B) | 28.82º | 0.41% | 0.98% | - |
| XYZ | 64.74 | 62.39 | 36.65 | - |
| YUV | 207.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 148 | 0 | 0.21 | 0.41 | 0.02 | 28.82 | 0.91 | 0.78 |
| Hex | FA | C5 | 94 | 0 | 15 | 29 | 2 | 1D | 5B | 4E |
| Octal | 372 | 305 | 224 | 0 | 25 | 51 | 2 | 35 | 133 | 116 |
| Binary | 11111010 | 11000101 | 10010100 | 0 | 10101 | 101001 | 10 | 11101 | 1011011 | 1001110 |
Color Harmonies of #FAC594
Complementary color
Monochromatic Colors of #FAC594
Black with #FAC594
Text Example
Text Example
White with #FAC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC594; }
p { color: rgb(250,197,148); }
H1.HeaderClassName
{
color: #FAC594;
}
.AnyTagClassName
{
color: #FAC594;
}
</style>
background-color css
<style>
a { background-color: #FAC594; }
a { background-color: rgb(250,197,148); }
div.DivClassName
{
background-color: #FAC594;
}
.BgClassName
{
background-color: #FAC594;
}
</style>
border-color css
<style>
span { border-color: #FAC594; }
span { border-color: rgb(250,197,148); }
td.TdClassName
{
border-color: #FAC594;
}
.TagClassName
{
border-color: #FAC594;
}
</style>