Html Css Color HEX #FAC26E Chardonnay

📋 copy color: '#FAC26E'

red 250 ◦ green 194 ◦ blue 110

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

Shades of Chardonnay #FAC26E

Tints of Chardonnay #FAC26E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 45.13%
G = 35.02%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC26E (or 0xFAC26E) is known color: Chardonnay. HEX triplet: FA, C2 and 6E. RGB value is (250,194,110). Sum of RGB (Red+Green+Blue) = 250+194+110=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC26E is #053D91. Grayscale: #C9C9C9. Windows color (decimal): -343442 or 7258874. OLE color: 7258874.

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

Color convert

RGB 250 194 110 -
CMYK 0 0.22 0.56 0.02
HSL 36º 0.93% 0.71% -
HSV(B) 36º 0.56% 0.98% -
XYZ 61.53 60.03 23.1 -
YUV 201.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 250 194 110 0 0.22 0.56 0.02 36 0.93 0.71
Hex FA C2 6E 0 16 38 2 24 5D 47
Octal 372 302 156 0 26 70 2 44 135 107
Binary 11111010 11000010 1101110 0 10110 111000 10 100100 1011101 1000111

Color Harmonies of #FAC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC26E

Black with #FAC26E

Text Example


Text Example

White with #FAC26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC26E; }

 p { color: rgb(250,194,110); }

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

background-color css

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

 a { background-color: rgb(250,194,110); }

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

border-color css

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

 span { border-color: rgb(250,194,110); }

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