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