Html Css Color HEX #FAC67C Chardonnay

📋 copy color: '#FAC67C'

red 250 ◦ green 198 ◦ blue 124

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

Shades of Chardonnay #FAC67C

Tints of Chardonnay #FAC67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 43.71%
G = 34.62%
B = 21.68%

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

#FAC67C (or 0xFAC67C) is known color: Chardonnay. HEX triplet: FA, C6 and 7C. RGB value is (250,198,124). Sum of RGB (Red+Green+Blue) = 250+198+124=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67C is #053983. Grayscale: #CDCDCD. Windows color (decimal): -342404 or 8177402. OLE color: 8177402.

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

Color convert

RGB 250 198 124 -
CMYK 0 0.21 0.50 0.02
HSL 35.24º 0.93% 0.73% -
HSV(B) 35.24º 0.5% 0.98% -
XYZ 63.26 62.17 27.73 -
YUV 205.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 250 198 124 0 0.21 0.50 0.02 35.24 0.93 0.73
Hex FA C6 7C 0 15 32 2 23 5D 49
Octal 372 306 174 0 25 62 2 43 135 111
Binary 11111010 11000110 1111100 0 10101 110010 10 100011 1011101 1001001

Color Harmonies of #FAC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC67C

Black with #FAC67C

Text Example


Text Example

White with #FAC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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