Html Css Color HEX #FAC27F Chardonnay

📋 copy color: '#FAC27F'

red 250 ◦ green 194 ◦ blue 127

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

Shades of Chardonnay #FAC27F

Tints of Chardonnay #FAC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.24%

R = 43.78%
G = 33.98%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC27F (or 0xFAC27F) is known color: Chardonnay. HEX triplet: FA, C2 and 7F. RGB value is (250,194,127). Sum of RGB (Red+Green+Blue) = 250+194+127=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27F is #053D80. Grayscale: #CBCBCB. Windows color (decimal): -343425 or 8372986. OLE color: 8372986.

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

Color convert

RGB 250 194 127 -
CMYK 0 0.22 0.49 0.02
HSL 32.68º 0.92% 0.74% -
HSV(B) 32.68º 0.49% 0.98% -
XYZ 62.55 60.44 28.45 -
YUV 203.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 250 194 127 0 0.22 0.49 0.02 32.68 0.92 0.74
Hex FA C2 7F 0 16 31 2 21 5C 4A
Octal 372 302 177 0 26 61 2 41 134 112
Binary 11111010 11000010 1111111 0 10110 110001 10 100001 1011100 1001010

Color Harmonies of #FAC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC27F

Black with #FAC27F

Text Example


Text Example

White with #FAC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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