Html Css Color HEX #FAC17D Chardonnay

📋 copy color: '#FAC17D'

red 250 ◦ green 193 ◦ blue 125

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

Shades of Chardonnay #FAC17D

Tints of Chardonnay #FAC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

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

R = 44.01%
G = 33.98%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC17D (or 0xFAC17D) is known color: Chardonnay. HEX triplet: FA, C1 and 7D. RGB value is (250,193,125). Sum of RGB (Red+Green+Blue) = 250+193+125=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC17D is #053E82. Grayscale: #CACACA. Windows color (decimal): -343683 or 8241658. OLE color: 8241658.

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

Color convert

RGB 250 193 125 -
CMYK 0 0.23 0.50 0.02
HSL 32.64º 0.93% 0.74% -
HSV(B) 32.64º 0.5% 0.98% -
XYZ 62.2 59.94 27.69 -
YUV 202.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 250 193 125 0 0.23 0.50 0.02 32.64 0.93 0.74
Hex FA C1 7D 0 17 32 2 21 5D 4A
Octal 372 301 175 0 27 62 2 41 135 112
Binary 11111010 11000001 1111101 0 10111 110010 10 100001 1011101 1001010

Color Harmonies of #FAC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC17D

Black with #FAC17D

Text Example


Text Example

White with #FAC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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