Html Css Color HEX #FAC277 Chardonnay

📋 copy color: '#FAC277'

red 250 ◦ green 194 ◦ blue 119

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

Shades of Chardonnay #FAC277

Tints of Chardonnay #FAC277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 44.4%
G = 34.46%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC277 (or 0xFAC277) is known color: Chardonnay. HEX triplet: FA, C2 and 77. RGB value is (250,194,119). Sum of RGB (Red+Green+Blue) = 250+194+119=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC277 is #053D88. Grayscale: #CACACA. Windows color (decimal): -343433 or 7848698. OLE color: 7848698.

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

Color convert

RGB 250 194 119 -
CMYK 0 0.22 0.52 0.02
HSL 34.35º 0.93% 0.72% -
HSV(B) 34.35º 0.52% 0.98% -
XYZ 62.05 60.24 25.81 -
YUV 202.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 250 194 119 0 0.22 0.52 0.02 34.35 0.93 0.72
Hex FA C2 77 0 16 34 2 22 5D 48
Octal 372 302 167 0 26 64 2 42 135 110
Binary 11111010 11000010 1110111 0 10110 110100 10 100010 1011101 1001000

Color Harmonies of #FAC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC277

Black with #FAC277

Text Example


Text Example

White with #FAC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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