Html Css Color HEX #FAC076 Chardonnay

📋 copy color: '#FAC076'

red 250 ◦ green 192 ◦ blue 118

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

Shades of Chardonnay #FAC076

Tints of Chardonnay #FAC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 118 (46.48% from 255) = 21.07%

R = 44.64%
G = 34.29%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC076 (or 0xFAC076) is known color: Chardonnay. HEX triplet: FA, C0 and 76. RGB value is (250,192,118). Sum of RGB (Red+Green+Blue) = 250+192+118=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC076 is #053F89. Grayscale: #C9C9C9. Windows color (decimal): -343946 or 7782650. OLE color: 7782650.

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

Color convert

RGB 250 192 118 -
CMYK 0 0.23 0.53 0.02
HSL 33.64º 0.93% 0.72% -
HSV(B) 33.64º 0.53% 0.98% -
XYZ 61.54 59.33 25.35 -
YUV 200.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 250 192 118 0 0.23 0.53 0.02 33.64 0.93 0.72
Hex FA C0 76 0 17 35 2 22 5D 48
Octal 372 300 166 0 27 65 2 42 135 110
Binary 11111010 11000000 1110110 0 10111 110101 10 100010 1011101 1001000

Color Harmonies of #FAC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC076

Black with #FAC076

Text Example


Text Example

White with #FAC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC076; }

 p { color: rgb(250,192,118); }

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

background-color css

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

 a { background-color: rgb(250,192,118); }

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

border-color css

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

 span { border-color: rgb(250,192,118); }

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