Shades of Peach-Orange #FAC592
Tints of Peach-Orange #FAC592
RGB
CMYK
RGB Variations
Color information
#FAC592 (or 0xFAC592) is known color: Peach-Orange. HEX triplet: FA, C5 and 92. RGB value is (250,197,146). Sum of RGB (Red+Green+Blue) = 250+197+146=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC592 is #053A6D. Grayscale: #CFCFCF. Windows color (decimal): -342638 or 9618938. OLE color: 9618938.
HSL color Cylindrical-coordinate representation of color #FAC592: hue angle of 29.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC592 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 146 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.02 |
| HSL | 29.42º | 0.91% | 0.78% | - |
| HSV(B) | 29.42º | 0.42% | 0.98% | - |
| XYZ | 64.58 | 62.33 | 35.82 | - |
| YUV | 207.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 146 | 0 | 0.21 | 0.42 | 0.02 | 29.42 | 0.91 | 0.78 |
| Hex | FA | C5 | 92 | 0 | 15 | 2A | 2 | 1D | 5B | 4E |
| Octal | 372 | 305 | 222 | 0 | 25 | 52 | 2 | 35 | 133 | 116 |
| Binary | 11111010 | 11000101 | 10010010 | 0 | 10101 | 101010 | 10 | 11101 | 1011011 | 1001110 |
Color Harmonies of #FAC592
Complementary color
Monochromatic Colors of #FAC592
Black with #FAC592
Text Example
Text Example
White with #FAC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC592; }
p { color: rgb(250,197,146); }
H1.HeaderClassName
{
color: #FAC592;
}
.AnyTagClassName
{
color: #FAC592;
}
</style>
background-color css
<style>
a { background-color: #FAC592; }
a { background-color: rgb(250,197,146); }
div.DivClassName
{
background-color: #FAC592;
}
.BgClassName
{
background-color: #FAC592;
}
</style>
border-color css
<style>
span { border-color: #FAC592; }
span { border-color: rgb(250,197,146); }
td.TdClassName
{
border-color: #FAC592;
}
.TagClassName
{
border-color: #FAC592;
}
</style>