Shades of Peach-Orange #FAC08D
Tints of Peach-Orange #FAC08D
RGB
CMYK
RGB Variations
Color information
#FAC08D (or 0xFAC08D) is known color: Peach-Orange. HEX triplet: FA, C0 and 8D. RGB value is (250,192,141). Sum of RGB (Red+Green+Blue) = 250+192+141=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC08D is #053F72. Grayscale: #CBCBCB. Windows color (decimal): -343923 or 9289978. OLE color: 9289978.
HSL color Cylindrical-coordinate representation of color #FAC08D: hue angle of 28.07º 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 #FAC08D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 141 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.02 |
| HSL | 28.07º | 0.92% | 0.77% | - |
| HSV(B) | 28.07º | 0.44% | 0.98% | - |
| XYZ | 63.08 | 59.95 | 33.45 | - |
| YUV | 203.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 141 | 0 | 0.23 | 0.44 | 0.02 | 28.07 | 0.92 | 0.77 |
| Hex | FA | C0 | 8D | 0 | 17 | 2C | 2 | 1C | 5C | 4D |
| Octal | 372 | 300 | 215 | 0 | 27 | 54 | 2 | 34 | 134 | 115 |
| Binary | 11111010 | 11000000 | 10001101 | 0 | 10111 | 101100 | 10 | 11100 | 1011100 | 1001101 |
Color Harmonies of #FAC08D
Complementary color
Monochromatic Colors of #FAC08D
Black with #FAC08D
Text Example
Text Example
White with #FAC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC08D; }
p { color: rgb(250,192,141); }
H1.HeaderClassName
{
color: #FAC08D;
}
.AnyTagClassName
{
color: #FAC08D;
}
</style>
background-color css
<style>
a { background-color: #FAC08D; }
a { background-color: rgb(250,192,141); }
div.DivClassName
{
background-color: #FAC08D;
}
.BgClassName
{
background-color: #FAC08D;
}
</style>
border-color css
<style>
span { border-color: #FAC08D; }
span { border-color: rgb(250,192,141); }
td.TdClassName
{
border-color: #FAC08D;
}
.TagClassName
{
border-color: #FAC08D;
}
</style>