#FAC39D

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

Shades of Romantic #FAC39D

Tints of Romantic #FAC39D

Color information

#FAC39D (or 0xFAC39D) is unknown color: approx Romantic. HEX triplet: FA, C3 and 9D. RGB value is (250,195,157). Sum of RGB (Red+Green+Blue) = 250+195+157=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC39D is #053C62. Grayscale: #CFCFCF. Windows color (decimal): -343139 or 10339322. OLE color: 10339322.

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

Color convert

RGB250195157-
CMYK00.220.370.02
HSL24.52º90.29%79.8%-
HSV(B)24.52º37.2%98.04%-
XYZ65.0361.7940.4-
YUV207.1199.72158.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=41.53%
G=32.39%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019515700.220.370.0224.5290.2979.8
HexFAC39D016252195a50
Octal37230323502645231132120
Binary111110101100001110011101010110100101101100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC39D; }

 p { color: rgb(250,195,157); }

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

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

 a { background-color: rgb(250,195,157); }

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

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

 span { border-color: rgb(250,195,157); }

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