#FAC89F

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

Shades of Romantic #FAC89F

Tints of Romantic #FAC89F

Color information

#FAC89F (or 0xFAC89F) is unknown color: approx Romantic. HEX triplet: FA, C8 and 9F. RGB value is (250,200,159). Sum of RGB (Red+Green+Blue) = 250+200+159=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89F is #053760. Grayscale: #D2D2D2. Windows color (decimal): -341857 or 10471674. OLE color: 10471674.

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

Color convert

RGB250200159-
CMYK00.20.360.02
HSL27.03º90.1%80.2%-
HSV(B)27.03º36.4%98.04%-
XYZ66.3464.1441.68-
YUV210.2899.07156.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=41.05%
G=32.84%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020015900.20.360.0227.0390.180.2
HexFAC89F0142421b5a50
Octal37231023702444233132120
Binary111110101100100010011111010100100100101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC89F; }

 p { color: rgb(250,200,159); }

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

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

 a { background-color: rgb(250,200,159); }

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

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

 span { border-color: rgb(250,200,159); }

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