Html Css Color HEX #FAC573 Chardonnay

📋 copy color: '#FAC573'

red 250 ◦ green 197 ◦ blue 115

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

Shades of Chardonnay #FAC573

Tints of Chardonnay #FAC573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 44.48%
G = 35.05%
B = 20.46%

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

#FAC573 (or 0xFAC573) is known color: Chardonnay. HEX triplet: FA, C5 and 73. RGB value is (250,197,115). Sum of RGB (Red+Green+Blue) = 250+197+115=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC573 is #053A8C. Grayscale: #CBCBCB. Windows color (decimal): -342669 or 7587322. OLE color: 7587322.

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

Color convert

RGB 250 197 115 -
CMYK 0 0.21 0.54 0.02
HSL 36.44º 0.93% 0.72% -
HSV(B) 36.44º 0.54% 0.98% -
XYZ 62.49 61.49 24.8 -
YUV 203.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 250 197 115 0 0.21 0.54 0.02 36.44 0.93 0.72
Hex FA C5 73 0 15 36 2 24 5D 48
Octal 372 305 163 0 25 66 2 44 135 110
Binary 11111010 11000101 1110011 0 10101 110110 10 100100 1011101 1001000

Color Harmonies of #FAC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC573

Black with #FAC573

Text Example


Text Example

White with #FAC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC573; }

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

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

background-color css

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

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

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

border-color css

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

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

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