#FAC395

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

Shades of Romantic #FAC395

Tints of Romantic #FAC395

Color information

#FAC395 (or 0xFAC395) is unknown color: approx Romantic. HEX triplet: FA, C3 and 95. RGB value is (250,195,149). Sum of RGB (Red+Green+Blue) = 250+195+149=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC395 is #053C6A. Grayscale: #CECECE. Windows color (decimal): -343147 or 9815034. OLE color: 9815034.

HSL color Cylindrical-coordinate representation of color #FAC395: hue angle of 27.33º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC395 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250195149-
CMYK00.220.400.02
HSL27.33º90.99%78.24%-
HSV(B)27.33º40.4%98.04%-
XYZ64.3661.5236.92-
YUV206.295.72159.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 195 (76.56% from 255) = 32.83%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=42.09%
G=32.83%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019514900.220.400.0227.3390.9978.24
HexFAC3950162821b5b4e
Octal37230322502650233133116
Binary111110101100001110010101010110101000101101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC395; }

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

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

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

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

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

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

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

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