Shades of Peach-Orange #FAC08F
Tints of Peach-Orange #FAC08F
RGB
CMYK
RGB Variations
Color information
#FAC08F (or 0xFAC08F) is known color: Peach-Orange. HEX triplet: FA, C0 and 8F. RGB value is (250,192,143). Sum of RGB (Red+Green+Blue) = 250+192+143=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC08F is #053F70. Grayscale: #CCCCCC. Windows color (decimal): -343921 or 9421050. OLE color: 9421050.
HSL color Cylindrical-coordinate representation of color #FAC08F: hue angle of 27.48º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAC08F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 143 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.02 |
| HSL | 27.48º | 0.91% | 0.77% | - |
| HSV(B) | 27.48º | 0.43% | 0.98% | - |
| XYZ | 63.23 | 60.01 | 34.24 | - |
| YUV | 203.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 143 | 0 | 0.23 | 0.43 | 0.02 | 27.48 | 0.91 | 0.77 |
| Hex | FA | C0 | 8F | 0 | 17 | 2B | 2 | 1B | 5B | 4D |
| Octal | 372 | 300 | 217 | 0 | 27 | 53 | 2 | 33 | 133 | 115 |
| Binary | 11111010 | 11000000 | 10001111 | 0 | 10111 | 101011 | 10 | 11011 | 1011011 | 1001101 |
Color Harmonies of #FAC08F
Complementary color
Monochromatic Colors of #FAC08F
Black with #FAC08F
Text Example
Text Example
White with #FAC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC08F; }
p { color: rgb(250,192,143); }
H1.HeaderClassName
{
color: #FAC08F;
}
.AnyTagClassName
{
color: #FAC08F;
}
</style>
background-color css
<style>
a { background-color: #FAC08F; }
a { background-color: rgb(250,192,143); }
div.DivClassName
{
background-color: #FAC08F;
}
.BgClassName
{
background-color: #FAC08F;
}
</style>
border-color css
<style>
span { border-color: #FAC08F; }
span { border-color: rgb(250,192,143); }
td.TdClassName
{
border-color: #FAC08F;
}
.TagClassName
{
border-color: #FAC08F;
}
</style>