Html Css Color HEX #FAC27E Chardonnay

📋 copy color: '#FAC27E'

red 250 ◦ green 194 ◦ blue 126

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

Shades of Chardonnay #FAC27E

Tints of Chardonnay #FAC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.11%

R = 43.86%
G = 34.04%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC27E (or 0xFAC27E) is known color: Chardonnay. HEX triplet: FA, C2 and 7E. RGB value is (250,194,126). Sum of RGB (Red+Green+Blue) = 250+194+126=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27E is #053D81. Grayscale: #CBCBCB. Windows color (decimal): -343426 or 8307450. OLE color: 8307450.

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

Color convert

RGB 250 194 126 -
CMYK 0 0.22 0.50 0.02
HSL 32.9º 0.93% 0.74% -
HSV(B) 32.9º 0.5% 0.98% -
XYZ 62.48 60.41 28.11 -
YUV 202.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 250 194 126 0 0.22 0.50 0.02 32.9 0.93 0.74
Hex FA C2 7E 0 16 32 2 21 5D 4A
Octal 372 302 176 0 26 62 2 41 135 112
Binary 11111010 11000010 1111110 0 10110 110010 10 100001 1011101 1001010

Color Harmonies of #FAC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC27E

Black with #FAC27E

Text Example


Text Example

White with #FAC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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