#FAC59E

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

Shades of Romantic #FAC59E

Tints of Romantic #FAC59E

Color information

#FAC59E (or 0xFAC59E) is unknown color: approx Romantic. HEX triplet: FA, C5 and 9E. RGB value is (250,197,158). Sum of RGB (Red+Green+Blue) = 250+197+158=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59E is #053A61. Grayscale: #D0D0D0. Windows color (decimal): -342626 or 10405370. OLE color: 10405370.

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

Color convert

RGB250197158-
CMYK00.210.370.02
HSL25.43º90.2%80%-
HSV(B)25.43º36.8%98.04%-
XYZ65.5662.7341-
YUV208.499.56157.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 197 (77.34% from 255) = 32.56%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=41.32%
G=32.56%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019715800.210.370.0225.4390.280
HexFAC59E015252195a50
Octal37230523602545231132120
Binary111110101100010110011110010101100101101100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC59E; }

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

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

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

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

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

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

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

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