Html Css Color HEX #FAC572 Chardonnay

📋 copy color: '#FAC572'

red 250 ◦ green 197 ◦ blue 114

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

Shades of Chardonnay #FAC572

Tints of Chardonnay #FAC572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 44.56%
G = 35.12%
B = 20.32%

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

#FAC572 (or 0xFAC572) is known color: Chardonnay. HEX triplet: FA, C5 and 72. RGB value is (250,197,114). Sum of RGB (Red+Green+Blue) = 250+197+114=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC572 is #053A8D. Grayscale: #CBCBCB. Windows color (decimal): -342670 or 7521786. OLE color: 7521786.

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

Color convert

RGB 250 197 114 -
CMYK 0 0.21 0.54 0.02
HSL 36.62º 0.93% 0.71% -
HSV(B) 36.62º 0.54% 0.98% -
XYZ 62.43 61.47 24.49 -
YUV 203.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 250 197 114 0 0.21 0.54 0.02 36.62 0.93 0.71
Hex FA C5 72 0 15 36 2 25 5D 47
Octal 372 305 162 0 25 66 2 45 135 107
Binary 11111010 11000101 1110010 0 10101 110110 10 100101 1011101 1000111

Color Harmonies of #FAC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC572

Black with #FAC572

Text Example


Text Example

White with #FAC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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