Html Css Color HEX #FAC478 Chardonnay

📋 copy color: '#FAC478'

red 250 ◦ green 196 ◦ blue 120

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

Shades of Chardonnay #FAC478

Tints of Chardonnay #FAC478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.2%

R = 44.17%
G = 34.63%
B = 21.2%

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

#FAC478 (or 0xFAC478) is known color: Chardonnay. HEX triplet: FA, C4 and 78. RGB value is (250,196,120). Sum of RGB (Red+Green+Blue) = 250+196+120=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC478 is #053B87. Grayscale: #CBCBCB. Windows color (decimal): -342920 or 7914746. OLE color: 7914746.

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

Color convert

RGB 250 196 120 -
CMYK 0 0.22 0.52 0.02
HSL 35.08º 0.93% 0.73% -
HSV(B) 35.08º 0.52% 0.98% -
XYZ 62.55 61.16 26.28 -
YUV 203.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 250 196 120 0 0.22 0.52 0.02 35.08 0.93 0.73
Hex FA C4 78 0 16 34 2 23 5D 49
Octal 372 304 170 0 26 64 2 43 135 111
Binary 11111010 11000100 1111000 0 10110 110100 10 100011 1011101 1001001

Color Harmonies of #FAC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC478

Black with #FAC478

Text Example


Text Example

White with #FAC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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