Shades of Peach-Orange #FAC38B
Tints of Peach-Orange #FAC38B
RGB
CMYK
RGB Variations
Color information
#FAC38B (or 0xFAC38B) is known color: Peach-Orange. HEX triplet: FA, C3 and 8B. RGB value is (250,195,139). Sum of RGB (Red+Green+Blue) = 250+195+139=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC38B is #053C74. Grayscale: #CDCDCD. Windows color (decimal): -343157 or 9159674. OLE color: 9159674.
HSL color Cylindrical-coordinate representation of color #FAC38B: hue angle of 30.27º 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 #FAC38B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 139 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 30.27º | 0.92% | 0.76% | - |
| HSV(B) | 30.27º | 0.44% | 0.98% | - |
| XYZ | 63.6 | 61.22 | 32.89 | - |
| YUV | 205.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 139 | 0 | 0.22 | 0.44 | 0.02 | 30.27 | 0.92 | 0.76 |
| Hex | FA | C3 | 8B | 0 | 16 | 2C | 2 | 1E | 5C | 4C |
| Octal | 372 | 303 | 213 | 0 | 26 | 54 | 2 | 36 | 134 | 114 |
| Binary | 11111010 | 11000011 | 10001011 | 0 | 10110 | 101100 | 10 | 11110 | 1011100 | 1001100 |
Color Harmonies of #FAC38B
Complementary color
Monochromatic Colors of #FAC38B
Black with #FAC38B
Text Example
Text Example
White with #FAC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC38B; }
p { color: rgb(250,195,139); }
H1.HeaderClassName
{
color: #FAC38B;
}
.AnyTagClassName
{
color: #FAC38B;
}
</style>
background-color css
<style>
a { background-color: #FAC38B; }
a { background-color: rgb(250,195,139); }
div.DivClassName
{
background-color: #FAC38B;
}
.BgClassName
{
background-color: #FAC38B;
}
</style>
border-color css
<style>
span { border-color: #FAC38B; }
span { border-color: rgb(250,195,139); }
td.TdClassName
{
border-color: #FAC38B;
}
.TagClassName
{
border-color: #FAC38B;
}
</style>