#FAC495

Color #FAC495 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FAC495

Tints of Peach-Orange #FAC495

Color information

#FAC495 (or 0xFAC495) is unknown color: approx Peach-Orange. HEX triplet: FA, C4 and 95. RGB value is (250,196,149). Sum of RGB (Red+Green+Blue) = 250+196+149=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC495 is #053B6A. Grayscale: #CFCFCF. Windows color (decimal): -342891 or 9815290. OLE color: 9815290.

HSL color Cylindrical-coordinate representation of color #FAC495: hue angle of 27.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC495 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250196149-
CMYK00.220.400.02
HSL27.92º90.99%78.24%-
HSV(B)27.92º40.4%98.04%-
XYZ64.5961.9736.99-
YUV206.7995.39158.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=42.02%
G=32.94%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019614900.220.400.0227.9290.9978.24
HexFAC4950162821c5b4e
Octal37230422502650234133116
Binary111110101100010010010101010110101000101110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC495; }

 p { color: rgb(250,196,149); }

 H1.HeaderClassName
 {
   color: #FAC495;
 }
 .AnyTagClassName
 {
   color: #FAC495;
 }
</style>
background-color css

<style>
 a { background-color: #FAC495; }

 a { background-color: rgb(250,196,149); }

 div.DivClassName
 {
   background-color: #FAC495;
 }
 .BgClassName
 {
   background-color: #FAC495;
 }
</style>
border-color css

<style>
 span { border-color: #FAC495; }

 span { border-color: rgb(250,196,149); }

 td.TdClassName
 {
   border-color: #FAC495;
 }
 .TagClassName
 {
   border-color: #FAC495;
 }
</style>