#FAC48C

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

Shades of Peach-Orange #FAC48C

Tints of Peach-Orange #FAC48C

Color information

#FAC48C (or 0xFAC48C) is unknown color: approx Peach-Orange. HEX triplet: FA, C4 and 8C. RGB value is (250,196,140). Sum of RGB (Red+Green+Blue) = 250+196+140=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC48C is #053B73. Grayscale: #CECECE. Windows color (decimal): -342900 or 9225466. OLE color: 9225466.

HSL color Cylindrical-coordinate representation of color #FAC48C: hue angle of 30.55º 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 #FAC48C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250196140-
CMYK00.220.440.02
HSL30.55º91.67%76.47%-
HSV(B)30.55º44%98.04%-
XYZ63.961.733.35-
YUV205.7690.89159.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=42.66%
G=33.45%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019614000.220.440.0230.5591.6776.47
HexFAC48C0162C21f5c4c
Octal37230421402654237134114
Binary111110101100010010001100010110101100101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC48C; }

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

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

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

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

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

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

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

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