#FAC99F

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

Shades of Romantic #FAC99F

Tints of Romantic #FAC99F

Color information

#FAC99F (or 0xFAC99F) is unknown color: approx Romantic. HEX triplet: FA, C9 and 9F. RGB value is (250,201,159). Sum of RGB (Red+Green+Blue) = 250+201+159=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99F is #053660. Grayscale: #D3D3D3. Windows color (decimal): -341601 or 10471930. OLE color: 10471930.

HSL color Cylindrical-coordinate representation of color #FAC99F: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC99F is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250201159-
CMYK00.200.360.02
HSL27.69º90.1%80.2%-
HSV(B)27.69º36.4%98.04%-
XYZ66.5764.641.76-
YUV210.8698.73155.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 159 (62.5% from 255) = 26.07%
R=40.98%
G=32.95%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020115900.200.360.0227.6990.180.2
HexFAC99F0142421c5a50
Octal37231123702444234132120
Binary111110101100100110011111010100100100101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC99F; }

 p { color: rgb(250,201,159); }

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

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

 a { background-color: rgb(250,201,159); }

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

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

 span { border-color: rgb(250,201,159); }

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