#FAC598

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

Shades of Romantic #FAC598

Tints of Romantic #FAC598

Color information

#FAC598 (or 0xFAC598) is unknown color: approx Romantic. HEX triplet: FA, C5 and 98. RGB value is (250,197,152). Sum of RGB (Red+Green+Blue) = 250+197+152=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC598 is #053A67. Grayscale: #CFCFCF. Windows color (decimal): -342632 or 10012154. OLE color: 10012154.

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

Color convert

RGB250197152-
CMYK00.210.390.02
HSL27.55º90.74%78.82%-
HSV(B)27.55º39.2%98.04%-
XYZ65.0662.5238.35-
YUV207.7296.56158.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 197 (77.34% from 255) = 32.89%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=41.74%
G=32.89%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019715200.210.390.0227.5590.7478.82
HexFAC5980152721c5b4f
Octal37230523002547234133117
Binary111110101100010110011000010101100111101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC598; }

 p { color: rgb(250,197,152); }

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

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

 a { background-color: rgb(250,197,152); }

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

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

 span { border-color: rgb(250,197,152); }

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