Html Css Color HEX #FAC67D Chardonnay

📋 copy color: '#FAC67D'

red 250 ◦ green 198 ◦ blue 125

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

Shades of Chardonnay #FAC67D

Tints of Chardonnay #FAC67D

RGB

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

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

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

R = 43.63%
G = 34.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC67D (or 0xFAC67D) is known color: Chardonnay. HEX triplet: FA, C6 and 7D. RGB value is (250,198,125). Sum of RGB (Red+Green+Blue) = 250+198+125=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67D is #053982. Grayscale: #CDCDCD. Windows color (decimal): -342403 or 8242938. OLE color: 8242938.

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

Color convert

RGB 250 198 125 -
CMYK 0 0.21 0.50 0.02
HSL 35.04º 0.93% 0.74% -
HSV(B) 35.04º 0.5% 0.98% -
XYZ 63.32 62.19 28.07 -
YUV 205.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 250 198 125 0 0.21 0.50 0.02 35.04 0.93 0.74
Hex FA C6 7D 0 15 32 2 23 5D 4A
Octal 372 306 175 0 25 62 2 43 135 112
Binary 11111010 11000110 1111101 0 10101 110010 10 100011 1011101 1001010

Color Harmonies of #FAC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC67D

Black with #FAC67D

Text Example


Text Example

White with #FAC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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