Html Css Color HEX #FAC27C Chardonnay

📋 copy color: '#FAC27C'

red 250 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #FAC27C

Tints of Chardonnay #FAC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.83%

R = 44.01%
G = 34.15%
B = 21.83%

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

#FAC27C (or 0xFAC27C) is known color: Chardonnay. HEX triplet: FA, C2 and 7C. RGB value is (250,194,124). Sum of RGB (Red+Green+Blue) = 250+194+124=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27C is #053D83. Grayscale: #CBCBCB. Windows color (decimal): -343428 or 8176378. OLE color: 8176378.

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

Color convert

RGB 250 194 124 -
CMYK 0 0.22 0.50 0.02
HSL 33.33º 0.93% 0.73% -
HSV(B) 33.33º 0.5% 0.98% -
XYZ 62.35 60.36 27.43 -
YUV 202.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 250 194 124 0 0.22 0.50 0.02 33.33 0.93 0.73
Hex FA C2 7C 0 16 32 2 21 5D 49
Octal 372 302 174 0 26 62 2 41 135 111
Binary 11111010 11000010 1111100 0 10110 110010 10 100001 1011101 1001001

Color Harmonies of #FAC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC27C

Black with #FAC27C

Text Example


Text Example

White with #FAC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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