Shades of Peach-Orange #FAC98D
Tints of Peach-Orange #FAC98D
RGB
CMYK
RGB Variations
Color information
#FAC98D (or 0xFAC98D) is known color: Peach-Orange. HEX triplet: FA, C9 and 8D. RGB value is (250,201,141). Sum of RGB (Red+Green+Blue) = 250+201+141=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98D is #053672. Grayscale: #D1D1D1. Windows color (decimal): -341619 or 9292282. OLE color: 9292282.
HSL color Cylindrical-coordinate representation of color #FAC98D: hue angle of 33.03º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC98D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 141 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.02 |
| HSL | 33.03º | 0.92% | 0.77% | - |
| HSV(B) | 33.03º | 0.44% | 0.98% | - |
| XYZ | 65.12 | 64.02 | 34.12 | - |
| YUV | 208.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 141 | 0 | 0.20 | 0.44 | 0.02 | 33.03 | 0.92 | 0.77 |
| Hex | FA | C9 | 8D | 0 | 14 | 2C | 2 | 21 | 5C | 4D |
| Octal | 372 | 311 | 215 | 0 | 24 | 54 | 2 | 41 | 134 | 115 |
| Binary | 11111010 | 11001001 | 10001101 | 0 | 10100 | 101100 | 10 | 100001 | 1011100 | 1001101 |
Color Harmonies of #FAC98D
Complementary color
Monochromatic Colors of #FAC98D
Black with #FAC98D
Text Example
Text Example
White with #FAC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC98D; }
p { color: rgb(250,201,141); }
H1.HeaderClassName
{
color: #FAC98D;
}
.AnyTagClassName
{
color: #FAC98D;
}
</style>
background-color css
<style>
a { background-color: #FAC98D; }
a { background-color: rgb(250,201,141); }
div.DivClassName
{
background-color: #FAC98D;
}
.BgClassName
{
background-color: #FAC98D;
}
</style>
border-color css
<style>
span { border-color: #FAC98D; }
span { border-color: rgb(250,201,141); }
td.TdClassName
{
border-color: #FAC98D;
}
.TagClassName
{
border-color: #FAC98D;
}
</style>