#FAC299

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

Shades of Romantic #FAC299

Tints of Romantic #FAC299

Color information

#FAC299 (or 0xFAC299) is unknown color: approx Romantic. HEX triplet: FA, C2 and 99. RGB value is (250,194,153). Sum of RGB (Red+Green+Blue) = 250+194+153=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC299 is #053D66. Grayscale: #CECECE. Windows color (decimal): -343399 or 10076922. OLE color: 10076922.

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

Color convert

RGB250194153-
CMYK00.220.390.02
HSL25.36º90.65%79.02%-
HSV(B)25.36º38.8%98.04%-
XYZ64.4761.2138.55-
YUV206.0798.05159.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 194 (76.17% from 255) = 32.50%
BLUE value IS 153 (60.16% from 255) = 25.63%
R=41.88%
G=32.50%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019415300.220.390.0225.3690.6579.02
HexFAC299016272195b4f
Octal37230223102647231133117
Binary111110101100001010011001010110100111101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC299; }

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

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

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

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

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

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

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

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