Shades of Peach-Orange #FAC99C
Tints of Peach-Orange #FAC99C
RGB
CMYK
RGB Variations
Color information
#FAC99C (or 0xFAC99C) is known color: Peach-Orange. HEX triplet: FA, C9 and 9C. RGB value is (250,201,156). Sum of RGB (Red+Green+Blue) = 250+201+156=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99C is #053663. Grayscale: #D2D2D2. Windows color (decimal): -341604 or 10275322. OLE color: 10275322.
HSL color Cylindrical-coordinate representation of color #FAC99C: hue angle of 28.72º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC99C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 156 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.02 |
| HSL | 28.72º | 0.9% | 0.8% | - |
| HSV(B) | 28.72º | 0.38% | 0.98% | - |
| XYZ | 66.31 | 64.5 | 40.41 | - |
| YUV | 210.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 156 | 0 | 0.20 | 0.38 | 0.02 | 28.72 | 0.9 | 0.8 |
| Hex | FA | C9 | 9C | 0 | 14 | 26 | 2 | 1D | 5A | 50 |
| Octal | 372 | 311 | 234 | 0 | 24 | 46 | 2 | 35 | 132 | 120 |
| Binary | 11111010 | 11001001 | 10011100 | 0 | 10100 | 100110 | 10 | 11101 | 1011010 | 1010000 |
Color Harmonies of #FAC99C
Complementary color
Monochromatic Colors of #FAC99C
Black with #FAC99C
Text Example
Text Example
White with #FAC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC99C; }
p { color: rgb(250,201,156); }
H1.HeaderClassName
{
color: #FAC99C;
}
.AnyTagClassName
{
color: #FAC99C;
}
</style>
background-color css
<style>
a { background-color: #FAC99C; }
a { background-color: rgb(250,201,156); }
div.DivClassName
{
background-color: #FAC99C;
}
.BgClassName
{
background-color: #FAC99C;
}
</style>
border-color css
<style>
span { border-color: #FAC99C; }
span { border-color: rgb(250,201,156); }
td.TdClassName
{
border-color: #FAC99C;
}
.TagClassName
{
border-color: #FAC99C;
}
</style>