Html Css Color HEX #FAC774 Chardonnay

📋 copy color: '#FAC774'

red 250 ◦ green 199 ◦ blue 116

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

Shades of Chardonnay #FAC774

Tints of Chardonnay #FAC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 44.25%
G = 35.22%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC774 (or 0xFAC774) is known color: Chardonnay. HEX triplet: FA, C7 and 74. RGB value is (250,199,116). Sum of RGB (Red+Green+Blue) = 250+199+116=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC774 is #05388B. Grayscale: #CDCDCD. Windows color (decimal): -342156 or 7653370. OLE color: 7653370.

HSL color Cylindrical-coordinate representation of color #FAC774: hue angle of 37.16º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC774 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 116 -
CMYK 0 0.20 0.54 0.02
HSL 37.16º 0.93% 0.72% -
HSV(B) 37.16º 0.54% 0.98% -
XYZ 63 62.43 25.25 -
YUV 204.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 250 199 116 0 0.20 0.54 0.02 37.16 0.93 0.72
Hex FA C7 74 0 14 36 2 25 5D 48
Octal 372 307 164 0 24 66 2 45 135 110
Binary 11111010 11000111 1110100 0 10100 110110 10 100101 1011101 1001000

Color Harmonies of #FAC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC774

Black with #FAC774

Text Example


Text Example

White with #FAC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC774; }

 p { color: rgb(250,199,116); }

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

background-color css

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

 a { background-color: rgb(250,199,116); }

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

border-color css

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

 span { border-color: rgb(250,199,116); }

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