Html Css Color HEX #FAC574 Chardonnay

📋 copy color: '#FAC574'

red 250 ◦ green 197 ◦ blue 116

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

Shades of Chardonnay #FAC574

Tints of Chardonnay #FAC574

RGB

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

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

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

R = 44.4%
G = 34.99%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC574 (or 0xFAC574) is known color: Chardonnay. HEX triplet: FA, C5 and 74. RGB value is (250,197,116). Sum of RGB (Red+Green+Blue) = 250+197+116=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC574 is #053A8B. Grayscale: #CBCBCB. Windows color (decimal): -342668 or 7652858. OLE color: 7652858.

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

Color convert

RGB 250 197 116 -
CMYK 0 0.21 0.54 0.02
HSL 36.27º 0.93% 0.72% -
HSV(B) 36.27º 0.54% 0.98% -
XYZ 62.54 61.52 25.1 -
YUV 203.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 250 197 116 0 0.21 0.54 0.02 36.27 0.93 0.72
Hex FA C5 74 0 15 36 2 24 5D 48
Octal 372 305 164 0 25 66 2 44 135 110
Binary 11111010 11000101 1110100 0 10101 110110 10 100100 1011101 1001000

Color Harmonies of #FAC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC574

Black with #FAC574

Text Example


Text Example

White with #FAC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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