Html Css Color HEX #FAC37D Chardonnay

📋 copy color: '#FAC37D'

red 250 ◦ green 195 ◦ blue 125

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

Shades of Chardonnay #FAC37D

Tints of Chardonnay #FAC37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.93%

R = 43.86%
G = 34.21%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC37D (or 0xFAC37D) is known color: Chardonnay. HEX triplet: FA, C3 and 7D. RGB value is (250,195,125). Sum of RGB (Red+Green+Blue) = 250+195+125=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC37D is #053C82. Grayscale: #CBCBCB. Windows color (decimal): -343171 or 8242170. OLE color: 8242170.

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

Color convert

RGB 250 195 125 -
CMYK 0 0.22 0.50 0.02
HSL 33.6º 0.93% 0.74% -
HSV(B) 33.6º 0.5% 0.98% -
XYZ 62.64 60.83 27.84 -
YUV 203.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 250 195 125 0 0.22 0.50 0.02 33.6 0.93 0.74
Hex FA C3 7D 0 16 32 2 22 5D 4A
Octal 372 303 175 0 26 62 2 42 135 112
Binary 11111010 11000011 1111101 0 10110 110010 10 100010 1011101 1001010

Color Harmonies of #FAC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC37D

Black with #FAC37D

Text Example


Text Example

White with #FAC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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