Html Css Color HEX #FAC37A Chardonnay

📋 copy color: '#FAC37A'

red 250 ◦ green 195 ◦ blue 122

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

Shades of Chardonnay #FAC37A

Tints of Chardonnay #FAC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.39%

 BLUE value IS 122 (48.05% from 255) = 21.52%

R = 44.09%
G = 34.39%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAC37A (or 0xFAC37A) is known color: Chardonnay. HEX triplet: FA, C3 and 7A. RGB value is (250,195,122). Sum of RGB (Red+Green+Blue) = 250+195+122=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC37A is #053C85. Grayscale: #CBCBCB. Windows color (decimal): -343174 or 8045562. OLE color: 8045562.

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

Color convert

RGB 250 195 122 -
CMYK 0 0.22 0.51 0.02
HSL 34.22º 0.93% 0.73% -
HSV(B) 34.22º 0.51% 0.98% -
XYZ 62.45 60.76 26.85 -
YUV 203.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 250 195 122 0 0.22 0.51 0.02 34.22 0.93 0.73
Hex FA C3 7A 0 16 33 2 22 5D 49
Octal 372 303 172 0 26 63 2 42 135 111
Binary 11111010 11000011 1111010 0 10110 110011 10 100010 1011101 1001001

Color Harmonies of #FAC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC37A

Black with #FAC37A

Text Example


Text Example

White with #FAC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC37A; }

 p { color: rgb(250,195,122); }

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

background-color css

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

 a { background-color: rgb(250,195,122); }

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

border-color css

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

 span { border-color: rgb(250,195,122); }

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