Html Css Color HEX #FAC878 Chardonnay

📋 copy color: '#FAC878'

red 250 ◦ green 200 ◦ blue 120

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

Shades of Chardonnay #FAC878

Tints of Chardonnay #FAC878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

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

R = 43.86%
G = 35.09%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC878 (or 0xFAC878) is known color: Chardonnay. HEX triplet: FA, C8 and 78. RGB value is (250,200,120). Sum of RGB (Red+Green+Blue) = 250+200+120=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC878 is #053787. Grayscale: #CECECE. Windows color (decimal): -341896 or 7915770. OLE color: 7915770.

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

Color convert

RGB 250 200 120 -
CMYK 0 0.2 0.52 0.02
HSL 36.92º 0.93% 0.73% -
HSV(B) 36.92º 0.52% 0.98% -
XYZ 63.47 62.99 26.58 -
YUV 205.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 250 200 120 0 0.2 0.52 0.02 36.92 0.93 0.73
Hex FA C8 78 0 14 34 2 25 5D 49
Octal 372 310 170 0 24 64 2 45 135 111
Binary 11111010 11001000 1111000 0 10100 110100 10 100101 1011101 1001001

Color Harmonies of #FAC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC878

Black with #FAC878

Text Example


Text Example

White with #FAC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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