Html Css Color HEX #FAC675 Chardonnay

📋 copy color: '#FAC675'

red 250 ◦ green 198 ◦ blue 117

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

Shades of Chardonnay #FAC675

Tints of Chardonnay #FAC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 44.25%
G = 35.04%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC675 (or 0xFAC675) is known color: Chardonnay. HEX triplet: FA, C6 and 75. RGB value is (250,198,117). Sum of RGB (Red+Green+Blue) = 250+198+117=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC675 is #05398A. Grayscale: #CCCCCC. Windows color (decimal): -342411 or 7718650. OLE color: 7718650.

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

Color convert

RGB 250 198 117 -
CMYK 0 0.21 0.53 0.02
HSL 36.54º 0.93% 0.72% -
HSV(B) 36.54º 0.53% 0.98% -
XYZ 62.83 62 25.48 -
YUV 204.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 250 198 117 0 0.21 0.53 0.02 36.54 0.93 0.72
Hex FA C6 75 0 15 35 2 25 5D 48
Octal 372 306 165 0 25 65 2 45 135 110
Binary 11111010 11000110 1110101 0 10101 110101 10 100101 1011101 1001000

Color Harmonies of #FAC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC675

Black with #FAC675

Text Example


Text Example

White with #FAC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC675; }

 p { color: rgb(250,198,117); }

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

background-color css

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

 a { background-color: rgb(250,198,117); }

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

border-color css

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

 span { border-color: rgb(250,198,117); }

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