Html Css Color HEX #FAC59A Romantic

📋 copy color: '#FAC59A'

red 250 ◦ green 197 ◦ blue 154

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

Shades of Romantic #FAC59A

Tints of Romantic #FAC59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.62%

R = 41.6%
G = 32.78%
B = 25.62%

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

#FAC59A (or 0xFAC59A) is known color: Romantic. HEX triplet: FA, C5 and 9A. RGB value is (250,197,154). Sum of RGB (Red+Green+Blue) = 250+197+154=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC59A is #053A65. Grayscale: #D0D0D0. Windows color (decimal): -342630 or 10143226. OLE color: 10143226.

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

Color convert

RGB 250 197 154 -
CMYK 0 0.21 0.38 0.02
HSL 26.88º 0.91% 0.79% -
HSV(B) 26.88º 0.38% 0.98% -
XYZ 65.22 62.59 39.22 -
YUV 207.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 250 197 154 0 0.21 0.38 0.02 26.88 0.91 0.79
Hex FA C5 9A 0 15 26 2 1B 5B 4F
Octal 372 305 232 0 25 46 2 33 133 117
Binary 11111010 11000101 10011010 0 10101 100110 10 11011 1011011 1001111

Color Harmonies of #FAC59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC59A

Black with #FAC59A

Text Example


Text Example

White with #FAC59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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