Shades of Peach-Orange #FAC694
Tints of Peach-Orange #FAC694
RGB
CMYK
RGB Variations
Color information
#FAC694 (or 0xFAC694) is known color: Peach-Orange. HEX triplet: FA, C6 and 94. RGB value is (250,198,148). Sum of RGB (Red+Green+Blue) = 250+198+148=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC694 is #05396B. Grayscale: #D0D0D0. Windows color (decimal): -342380 or 9750266. OLE color: 9750266.
HSL color Cylindrical-coordinate representation of color #FAC694: hue angle of 29.41º 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 #FAC694 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 148 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.02 |
| HSL | 29.41º | 0.91% | 0.78% | - |
| HSV(B) | 29.41º | 0.41% | 0.98% | - |
| XYZ | 64.96 | 62.85 | 36.72 | - |
| YUV | 207.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 148 | 0 | 0.21 | 0.41 | 0.02 | 29.41 | 0.91 | 0.78 |
| Hex | FA | C6 | 94 | 0 | 15 | 29 | 2 | 1D | 5B | 4E |
| Octal | 372 | 306 | 224 | 0 | 25 | 51 | 2 | 35 | 133 | 116 |
| Binary | 11111010 | 11000110 | 10010100 | 0 | 10101 | 101001 | 10 | 11101 | 1011011 | 1001110 |
Color Harmonies of #FAC694
Complementary color
Monochromatic Colors of #FAC694
Black with #FAC694
Text Example
Text Example
White with #FAC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC694; }
p { color: rgb(250,198,148); }
H1.HeaderClassName
{
color: #FAC694;
}
.AnyTagClassName
{
color: #FAC694;
}
</style>
background-color css
<style>
a { background-color: #FAC694; }
a { background-color: rgb(250,198,148); }
div.DivClassName
{
background-color: #FAC694;
}
.BgClassName
{
background-color: #FAC694;
}
</style>
border-color css
<style>
span { border-color: #FAC694; }
span { border-color: rgb(250,198,148); }
td.TdClassName
{
border-color: #FAC694;
}
.TagClassName
{
border-color: #FAC694;
}
</style>