Html Css Color HEX #FAC59B Romantic

📋 copy color: '#FAC59B'

red 250 ◦ green 197 ◦ blue 155

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

Shades of Romantic #FAC59B

Tints of Romantic #FAC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.75%

R = 41.53%
G = 32.72%
B = 25.75%

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

#FAC59B (or 0xFAC59B) is known color: Romantic. HEX triplet: FA, C5 and 9B. RGB value is (250,197,155). Sum of RGB (Red+Green+Blue) = 250+197+155=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59B is #053A64. Grayscale: #D0D0D0. Windows color (decimal): -342629 or 10208762. OLE color: 10208762.

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

Color convert

RGB 250 197 155 -
CMYK 0 0.21 0.38 0.02
HSL 26.53º 0.9% 0.79% -
HSV(B) 26.53º 0.38% 0.98% -
XYZ 65.31 62.62 39.66 -
YUV 208.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 250 197 155 0 0.21 0.38 0.02 26.53 0.9 0.79
Hex FA C5 9B 0 15 26 2 1B 5A 4F
Octal 372 305 233 0 25 46 2 33 132 117
Binary 11111010 11000101 10011011 0 10101 100110 10 11011 1011010 1001111

Color Harmonies of #FAC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC59B

Black with #FAC59B

Text Example


Text Example

White with #FAC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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