Html Css Color HEX #FAC59C Romantic

📋 copy color: '#FAC59C'

red 250 ◦ green 197 ◦ blue 156

#FAC59C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FAC59C

Tints of Romantic #FAC59C

RGB

 RED value IS 250 (98.05% from 255) = 41.46%

 GREEN value IS 197 (77.34% from 255) = 32.67%

 BLUE value IS 156 (61.33% from 255) = 25.87%

R = 41.46%
G = 32.67%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC59C (or 0xFAC59C) is known color: Romantic. HEX triplet: FA, C5 and 9C. RGB value is (250,197,156). Sum of RGB (Red+Green+Blue) = 250+197+156=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59C is #053A63. Grayscale: #D0D0D0. Windows color (decimal): -342628 or 10274298. OLE color: 10274298.

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

Color convert

RGB 250 197 156 -
CMYK 0 0.21 0.38 0.02
HSL 26.17º 0.9% 0.8% -
HSV(B) 26.17º 0.38% 0.98% -
XYZ 65.39 62.66 40.1 -
YUV 208.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 250 197 156 0 0.21 0.38 0.02 26.17 0.9 0.8
Hex FA C5 9C 0 15 26 2 1A 5A 50
Octal 372 305 234 0 25 46 2 32 132 120
Binary 11111010 11000101 10011100 0 10101 100110 10 11010 1011010 1010000

Color Harmonies of #FAC59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC59C

Black with #FAC59C

Text Example


Text Example

White with #FAC59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC59C; }

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

 H1.HeaderClassName
 {
   color: #FAC59C;
 }
 .AnyTagClassName
 {
   color: #FAC59C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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