Html Css Color HEX #FAC274 Chardonnay

📋 copy color: '#FAC274'

red 250 ◦ green 194 ◦ blue 116

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

Shades of Chardonnay #FAC274

Tints of Chardonnay #FAC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 44.64%
G = 34.64%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC274 (or 0xFAC274) is known color: Chardonnay. HEX triplet: FA, C2 and 74. RGB value is (250,194,116). Sum of RGB (Red+Green+Blue) = 250+194+116=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC274 is #053D8B. Grayscale: #CACACA. Windows color (decimal): -343436 or 7652090. OLE color: 7652090.

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

Color convert

RGB 250 194 116 -
CMYK 0 0.22 0.54 0.02
HSL 34.93º 0.93% 0.72% -
HSV(B) 34.93º 0.54% 0.98% -
XYZ 61.87 60.17 24.88 -
YUV 201.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 250 194 116 0 0.22 0.54 0.02 34.93 0.93 0.72
Hex FA C2 74 0 16 36 2 23 5D 48
Octal 372 302 164 0 26 66 2 43 135 110
Binary 11111010 11000010 1110100 0 10110 110110 10 100011 1011101 1001000

Color Harmonies of #FAC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC274

Black with #FAC274

Text Example


Text Example

White with #FAC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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