#FAC297

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

Shades of Romantic #FAC297

Tints of Romantic #FAC297

Color information

#FAC297 (or 0xFAC297) is unknown color: approx Romantic. HEX triplet: FA, C2 and 97. RGB value is (250,194,151). Sum of RGB (Red+Green+Blue) = 250+194+151=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC297 is #053D68. Grayscale: #CECECE. Windows color (decimal): -343401 or 9945850. OLE color: 9945850.

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

Color convert

RGB250194151-
CMYK00.220.400.02
HSL26.06º90.83%78.63%-
HSV(B)26.06º39.6%98.04%-
XYZ64.361.1437.69-
YUV205.8497.05159.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=42.02%
G=32.61%
B=25.38%

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
Decimal25019415100.220.400.0226.0690.8378.63
HexFAC2970162821a5b4f
Octal37230222702650232133117
Binary111110101100001010010111010110101000101101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC297; }

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

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

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

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

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

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

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

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