#FAC097

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

Shades of Romantic #FAC097

Tints of Romantic #FAC097

Color information

#FAC097 (or 0xFAC097) is unknown color: approx Romantic. HEX triplet: FA, C0 and 97. RGB value is (250,192,151). Sum of RGB (Red+Green+Blue) = 250+192+151=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC097 is #053F68. Grayscale: #CCCCCC. Windows color (decimal): -343913 or 9945338. OLE color: 9945338.

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

Color convert

RGB250192151-
CMYK00.230.400.02
HSL24.85º90.83%78.63%-
HSV(B)24.85º39.6%98.04%-
XYZ63.8660.2637.54-
YUV204.6797.72160.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=42.16%
G=32.38%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019215100.230.400.0224.8590.8378.63
HexFAC097017282195b4f
Octal37230022702750231133117
Binary111110101100000010010111010111101000101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC097; }

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

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

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

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

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

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

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

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