#FAC09D

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

Shades of Romantic #FAC09D

Tints of Romantic #FAC09D

Color information

#FAC09D (or 0xFAC09D) is unknown color: approx Romantic. HEX triplet: FA, C0 and 9D. RGB value is (250,192,157). Sum of RGB (Red+Green+Blue) = 250+192+157=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09D is #053F62. Grayscale: #CDCDCD. Windows color (decimal): -343907 or 10338554. OLE color: 10338554.

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

Color convert

RGB250192157-
CMYK00.230.370.02
HSL22.58º90.29%79.8%-
HSV(B)22.58º37.2%98.04%-
XYZ64.3660.4640.18-
YUV205.35100.72159.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=41.74%
G=32.05%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019215700.230.370.0222.5890.2979.8
HexFAC09D017252175a50
Octal37230023502745227132120
Binary111110101100000010011101010111100101101011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC09D; }

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

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

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

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

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

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

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

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