#FAC59C

Color #FAC59C Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FAC59C

Tints of Romantic #FAC59C

Color information

#FAC59C (or 0xFAC59C) is unknown color: approx Romantic. HEX triplet: FA, C5 and 9C. RGB value is (250,197,156). Sum of RGB (Red+Green+Blue) = 250+197+156=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59C is #053A63. Grayscale: #D0D0D0. Windows color (decimal): -342628 or 10274298. OLE color: 10274298.

HSL color Cylindrical-coordinate representation of color #FAC59C: hue angle of 26.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC59C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250197156-
CMYK00.210.380.02
HSL26.17º90.38%79.61%-
HSV(B)26.17º37.6%98.04%-
XYZ65.3962.6640.1-
YUV208.1798.56157.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 156 (61.33% from 255) = 25.87%
R=41.46%
G=32.67%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019715600.210.380.0226.1790.3879.61
HexFAC59C0152621a5a50
Octal37230523402546232132120
Binary111110101100010110011100010101100110101101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC59C; }

 p { color: rgb(250,197,156); }

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

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

 a { background-color: rgb(250,197,156); }

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

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

 span { border-color: rgb(250,197,156); }

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