Shades of Peach-Orange #FAC99D
Tints of Peach-Orange #FAC99D
RGB
CMYK
RGB Variations
Color information
#FAC99D (or 0xFAC99D) is known color: Peach-Orange. HEX triplet: FA, C9 and 9D. RGB value is (250,201,157). Sum of RGB (Red+Green+Blue) = 250+201+157=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99D is #053662. Grayscale: #D2D2D2. Windows color (decimal): -341603 or 10340858. OLE color: 10340858.
HSL color Cylindrical-coordinate representation of color #FAC99D: hue angle of 28.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC99D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 157 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.02 |
| HSL | 28.39º | 0.9% | 0.8% | - |
| HSV(B) | 28.39º | 0.37% | 0.98% | - |
| XYZ | 66.4 | 64.53 | 40.85 | - |
| YUV | 210.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 157 | 0 | 0.20 | 0.37 | 0.02 | 28.39 | 0.9 | 0.8 |
| Hex | FA | C9 | 9D | 0 | 14 | 25 | 2 | 1C | 5A | 50 |
| Octal | 372 | 311 | 235 | 0 | 24 | 45 | 2 | 34 | 132 | 120 |
| Binary | 11111010 | 11001001 | 10011101 | 0 | 10100 | 100101 | 10 | 11100 | 1011010 | 1010000 |
Color Harmonies of #FAC99D
Complementary color
Monochromatic Colors of #FAC99D
Black with #FAC99D
Text Example
Text Example
White with #FAC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC99D; }
p { color: rgb(250,201,157); }
H1.HeaderClassName
{
color: #FAC99D;
}
.AnyTagClassName
{
color: #FAC99D;
}
</style>
background-color css
<style>
a { background-color: #FAC99D; }
a { background-color: rgb(250,201,157); }
div.DivClassName
{
background-color: #FAC99D;
}
.BgClassName
{
background-color: #FAC99D;
}
</style>
border-color css
<style>
span { border-color: #FAC99D; }
span { border-color: rgb(250,201,157); }
td.TdClassName
{
border-color: #FAC99D;
}
.TagClassName
{
border-color: #FAC99D;
}
</style>