Html Css Color HEX #FAC674 Chardonnay

📋 copy color: '#FAC674'

red 250 ◦ green 198 ◦ blue 116

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

Shades of Chardonnay #FAC674

Tints of Chardonnay #FAC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.11%

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

R = 44.33%
G = 35.11%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC674 (or 0xFAC674) is known color: Chardonnay. HEX triplet: FA, C6 and 74. RGB value is (250,198,116). Sum of RGB (Red+Green+Blue) = 250+198+116=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC674 is #05398B. Grayscale: #CCCCCC. Windows color (decimal): -342412 or 7653114. OLE color: 7653114.

HSL color Cylindrical-coordinate representation of color #FAC674: hue angle of 36.72º 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 #FAC674 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 116 -
CMYK 0 0.21 0.54 0.02
HSL 36.72º 0.93% 0.72% -
HSV(B) 36.72º 0.54% 0.98% -
XYZ 62.77 61.97 25.18 -
YUV 204.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 250 198 116 0 0.21 0.54 0.02 36.72 0.93 0.72
Hex FA C6 74 0 15 36 2 25 5D 48
Octal 372 306 164 0 25 66 2 45 135 110
Binary 11111010 11000110 1110100 0 10101 110110 10 100101 1011101 1001000

Color Harmonies of #FAC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC674

Black with #FAC674

Text Example


Text Example

White with #FAC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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