Shades of Peach-Orange #FAC38D
Tints of Peach-Orange #FAC38D
RGB
CMYK
RGB Variations
Color information
#FAC38D (or 0xFAC38D) is known color: Peach-Orange. HEX triplet: FA, C3 and 8D. RGB value is (250,195,141). Sum of RGB (Red+Green+Blue) = 250+195+141=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC38D is #053C72. Grayscale: #CDCDCD. Windows color (decimal): -343155 or 9290746. OLE color: 9290746.
HSL color Cylindrical-coordinate representation of color #FAC38D: hue angle of 29.72º 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 #FAC38D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 141 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 29.72º | 0.92% | 0.77% | - |
| HSV(B) | 29.72º | 0.44% | 0.98% | - |
| XYZ | 63.75 | 61.28 | 33.67 | - |
| YUV | 205.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 141 | 0 | 0.22 | 0.44 | 0.02 | 29.72 | 0.92 | 0.77 |
| Hex | FA | C3 | 8D | 0 | 16 | 2C | 2 | 1E | 5C | 4D |
| Octal | 372 | 303 | 215 | 0 | 26 | 54 | 2 | 36 | 134 | 115 |
| Binary | 11111010 | 11000011 | 10001101 | 0 | 10110 | 101100 | 10 | 11110 | 1011100 | 1001101 |
Color Harmonies of #FAC38D
Complementary color
Monochromatic Colors of #FAC38D
Black with #FAC38D
Text Example
Text Example
White with #FAC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC38D; }
p { color: rgb(250,195,141); }
H1.HeaderClassName
{
color: #FAC38D;
}
.AnyTagClassName
{
color: #FAC38D;
}
</style>
background-color css
<style>
a { background-color: #FAC38D; }
a { background-color: rgb(250,195,141); }
div.DivClassName
{
background-color: #FAC38D;
}
.BgClassName
{
background-color: #FAC38D;
}
</style>
border-color css
<style>
span { border-color: #FAC38D; }
span { border-color: rgb(250,195,141); }
td.TdClassName
{
border-color: #FAC38D;
}
.TagClassName
{
border-color: #FAC38D;
}
</style>