Html Css Color HEX #FAC570 Chardonnay

📋 copy color: '#FAC570'

red 250 ◦ green 197 ◦ blue 112

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

Shades of Chardonnay #FAC570

Tints of Chardonnay #FAC570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.04%

R = 44.72%
G = 35.24%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC570 (or 0xFAC570) is known color: Chardonnay. HEX triplet: FA, C5 and 70. RGB value is (250,197,112). Sum of RGB (Red+Green+Blue) = 250+197+112=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC570 is #053A8F. Grayscale: #CBCBCB. Windows color (decimal): -342672 or 7390714. OLE color: 7390714.

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

Color convert

RGB 250 197 112 -
CMYK 0 0.21 0.55 0.02
HSL 36.96º 0.93% 0.71% -
HSV(B) 36.96º 0.55% 0.98% -
XYZ 62.32 61.43 23.9 -
YUV 203.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 250 197 112 0 0.21 0.55 0.02 36.96 0.93 0.71
Hex FA C5 70 0 15 37 2 25 5D 47
Octal 372 305 160 0 25 67 2 45 135 107
Binary 11111010 11000101 1110000 0 10101 110111 10 100101 1011101 1000111

Color Harmonies of #FAC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC570

Black with #FAC570

Text Example


Text Example

White with #FAC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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