Html Css Color HEX #FAC470 Chardonnay

📋 copy color: '#FAC470'

red 250 ◦ green 196 ◦ blue 112

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

Shades of Chardonnay #FAC470

Tints of Chardonnay #FAC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 112 (44.14% from 255) = 20.07%

R = 44.8%
G = 35.13%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC470 (or 0xFAC470) is known color: Chardonnay. HEX triplet: FA, C4 and 70. RGB value is (250,196,112). Sum of RGB (Red+Green+Blue) = 250+196+112=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC470 is #053B8F. Grayscale: #CACACA. Windows color (decimal): -342928 or 7390458. OLE color: 7390458.

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

Color convert

RGB 250 196 112 -
CMYK 0 0.22 0.55 0.02
HSL 36.52º 0.93% 0.71% -
HSV(B) 36.52º 0.55% 0.98% -
XYZ 62.09 60.97 23.83 -
YUV 202.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 250 196 112 0 0.22 0.55 0.02 36.52 0.93 0.71
Hex FA C4 70 0 16 37 2 25 5D 47
Octal 372 304 160 0 26 67 2 45 135 107
Binary 11111010 11000100 1110000 0 10110 110111 10 100101 1011101 1000111

Color Harmonies of #FAC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC470

Black with #FAC470

Text Example


Text Example

White with #FAC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC470; }

 p { color: rgb(250,196,112); }

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

background-color css

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

 a { background-color: rgb(250,196,112); }

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

border-color css

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

 span { border-color: rgb(250,196,112); }

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