Shades of Peach-Orange #FAC18B
Tints of Peach-Orange #FAC18B
RGB
CMYK
RGB Variations
Color information
#FAC18B (or 0xFAC18B) is known color: Peach-Orange. HEX triplet: FA, C1 and 8B. RGB value is (250,193,139). Sum of RGB (Red+Green+Blue) = 250+193+139=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18B is #053E74. Grayscale: #CCCCCC. Windows color (decimal): -343669 or 9159162. OLE color: 9159162.
HSL color Cylindrical-coordinate representation of color #FAC18B: hue angle of 29.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC18B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 139 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.02 |
| HSL | 29.19º | 0.92% | 0.76% | - |
| HSV(B) | 29.19º | 0.44% | 0.98% | - |
| XYZ | 63.15 | 60.33 | 32.74 | - |
| YUV | 203.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 139 | 0 | 0.23 | 0.44 | 0.02 | 29.19 | 0.92 | 0.76 |
| Hex | FA | C1 | 8B | 0 | 17 | 2C | 2 | 1D | 5C | 4C |
| Octal | 372 | 301 | 213 | 0 | 27 | 54 | 2 | 35 | 134 | 114 |
| Binary | 11111010 | 11000001 | 10001011 | 0 | 10111 | 101100 | 10 | 11101 | 1011100 | 1001100 |
Color Harmonies of #FAC18B
Complementary color
Monochromatic Colors of #FAC18B
Black with #FAC18B
Text Example
Text Example
White with #FAC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC18B; }
p { color: rgb(250,193,139); }
H1.HeaderClassName
{
color: #FAC18B;
}
.AnyTagClassName
{
color: #FAC18B;
}
</style>
background-color css
<style>
a { background-color: #FAC18B; }
a { background-color: rgb(250,193,139); }
div.DivClassName
{
background-color: #FAC18B;
}
.BgClassName
{
background-color: #FAC18B;
}
</style>
border-color css
<style>
span { border-color: #FAC18B; }
span { border-color: rgb(250,193,139); }
td.TdClassName
{
border-color: #FAC18B;
}
.TagClassName
{
border-color: #FAC18B;
}
</style>