Shades of Peach-Orange #FAC08C
Tints of Peach-Orange #FAC08C
RGB
CMYK
RGB Variations
Color information
#FAC08C (or 0xFAC08C) is known color: Peach-Orange. HEX triplet: FA, C0 and 8C. RGB value is (250,192,140). Sum of RGB (Red+Green+Blue) = 250+192+140=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC08C is #053F73. Grayscale: #CBCBCB. Windows color (decimal): -343924 or 9224442. OLE color: 9224442.
HSL color Cylindrical-coordinate representation of color #FAC08C: hue angle of 28.36º 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 #FAC08C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 140 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.02 |
| HSL | 28.36º | 0.92% | 0.76% | - |
| HSV(B) | 28.36º | 0.44% | 0.98% | - |
| XYZ | 63.01 | 59.92 | 33.06 | - |
| YUV | 203.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 140 | 0 | 0.23 | 0.44 | 0.02 | 28.36 | 0.92 | 0.76 |
| Hex | FA | C0 | 8C | 0 | 17 | 2C | 2 | 1C | 5C | 4C |
| Octal | 372 | 300 | 214 | 0 | 27 | 54 | 2 | 34 | 134 | 114 |
| Binary | 11111010 | 11000000 | 10001100 | 0 | 10111 | 101100 | 10 | 11100 | 1011100 | 1001100 |
Color Harmonies of #FAC08C
Complementary color
Monochromatic Colors of #FAC08C
Black with #FAC08C
Text Example
Text Example
White with #FAC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC08C; }
p { color: rgb(250,192,140); }
H1.HeaderClassName
{
color: #FAC08C;
}
.AnyTagClassName
{
color: #FAC08C;
}
</style>
background-color css
<style>
a { background-color: #FAC08C; }
a { background-color: rgb(250,192,140); }
div.DivClassName
{
background-color: #FAC08C;
}
.BgClassName
{
background-color: #FAC08C;
}
</style>
border-color css
<style>
span { border-color: #FAC08C; }
span { border-color: rgb(250,192,140); }
td.TdClassName
{
border-color: #FAC08C;
}
.TagClassName
{
border-color: #FAC08C;
}
</style>