Html Css Color HEX #FAC59D Romantic

📋 copy color: '#FAC59D'

red 250 ◦ green 197 ◦ blue 157

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

Shades of Romantic #FAC59D

Tints of Romantic #FAC59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 41.39%
G = 32.62%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAC59D (or 0xFAC59D) is known color: Romantic. HEX triplet: FA, C5 and 9D. RGB value is (250,197,157). Sum of RGB (Red+Green+Blue) = 250+197+157=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59D is #053A62. Grayscale: #D0D0D0. Windows color (decimal): -342627 or 10339834. OLE color: 10339834.

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

Color convert

RGB 250 197 157 -
CMYK 0 0.21 0.37 0.02
HSL 25.81º 0.9% 0.8% -
HSV(B) 25.81º 0.37% 0.98% -
XYZ 65.48 62.69 40.55 -
YUV 208.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 250 197 157 0 0.21 0.37 0.02 25.81 0.9 0.8
Hex FA C5 9D 0 15 25 2 1A 5A 50
Octal 372 305 235 0 25 45 2 32 132 120
Binary 11111010 11000101 10011101 0 10101 100101 10 11010 1011010 1010000

Color Harmonies of #FAC59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC59D

Black with #FAC59D

Text Example


Text Example

White with #FAC59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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