#FAC497

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

Shades of Romantic #FAC497

Tints of Romantic #FAC497

Color information

#FAC497 (or 0xFAC497) is unknown color: approx Romantic. HEX triplet: FA, C4 and 97. RGB value is (250,196,151). Sum of RGB (Red+Green+Blue) = 250+196+151=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC497 is #053B68. Grayscale: #CFCFCF. Windows color (decimal): -342889 or 9946362. OLE color: 9946362.

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

Color convert

RGB250196151-
CMYK00.220.400.02
HSL27.27º90.83%78.63%-
HSV(B)27.27º39.6%98.04%-
XYZ64.7562.0437.84-
YUV207.0296.39158.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=41.88%
G=32.83%
B=25.29%

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
Decimal25019615100.220.400.0227.2790.8378.63
HexFAC4970162821b5b4f
Octal37230422702650233133117
Binary111110101100010010010111010110101000101101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC497; }

 p { color: rgb(250,196,151); }

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

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

 a { background-color: rgb(250,196,151); }

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

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

 span { border-color: rgb(250,196,151); }

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