Html Css Color HEX #FAC678 Chardonnay

📋 copy color: '#FAC678'

red 250 ◦ green 198 ◦ blue 120

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

Shades of Chardonnay #FAC678

Tints of Chardonnay #FAC678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.13%

R = 44.01%
G = 34.86%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC678 (or 0xFAC678) is known color: Chardonnay. HEX triplet: FA, C6 and 78. RGB value is (250,198,120). Sum of RGB (Red+Green+Blue) = 250+198+120=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC678 is #053987. Grayscale: #CDCDCD. Windows color (decimal): -342408 or 7915258. OLE color: 7915258.

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

Color convert

RGB 250 198 120 -
CMYK 0 0.21 0.52 0.02
HSL 36º 0.93% 0.73% -
HSV(B) 36º 0.52% 0.98% -
XYZ 63.01 62.07 26.43 -
YUV 204.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 250 198 120 0 0.21 0.52 0.02 36 0.93 0.73
Hex FA C6 78 0 15 34 2 24 5D 49
Octal 372 306 170 0 25 64 2 44 135 111
Binary 11111010 11000110 1111000 0 10101 110100 10 100100 1011101 1001001

Color Harmonies of #FAC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC678

Black with #FAC678

Text Example


Text Example

White with #FAC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC678; }

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

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

background-color css

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

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

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

border-color css

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

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

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