Html Css Color HEX #FAC477 Chardonnay

📋 copy color: '#FAC477'

red 250 ◦ green 196 ◦ blue 119

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

Shades of Chardonnay #FAC477

Tints of Chardonnay #FAC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.69%

 BLUE value IS 119 (46.88% from 255) = 21.06%

R = 44.25%
G = 34.69%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC477 (or 0xFAC477) is known color: Chardonnay. HEX triplet: FA, C4 and 77. RGB value is (250,196,119). Sum of RGB (Red+Green+Blue) = 250+196+119=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC477 is #053B88. Grayscale: #CBCBCB. Windows color (decimal): -342921 or 7849210. OLE color: 7849210.

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

Color convert

RGB 250 196 119 -
CMYK 0 0.22 0.52 0.02
HSL 35.27º 0.93% 0.72% -
HSV(B) 35.27º 0.52% 0.98% -
XYZ 62.49 61.14 25.96 -
YUV 203.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 250 196 119 0 0.22 0.52 0.02 35.27 0.93 0.72
Hex FA C4 77 0 16 34 2 23 5D 48
Octal 372 304 167 0 26 64 2 43 135 110
Binary 11111010 11000100 1110111 0 10110 110100 10 100011 1011101 1001000

Color Harmonies of #FAC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC477

Black with #FAC477

Text Example


Text Example

White with #FAC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC477; }

 p { color: rgb(250,196,119); }

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

background-color css

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

 a { background-color: rgb(250,196,119); }

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

border-color css

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

 span { border-color: rgb(250,196,119); }

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