Html Css Color HEX #FAC170 Chardonnay

📋 copy color: '#FAC170'

red 250 ◦ green 193 ◦ blue 112

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

Shades of Chardonnay #FAC170

Tints of Chardonnay #FAC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.77%

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 45.05%
G = 34.77%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC170 (or 0xFAC170) is known color: Chardonnay. HEX triplet: FA, C1 and 70. RGB value is (250,193,112). Sum of RGB (Red+Green+Blue) = 250+193+112=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC170 is #053E8F. Grayscale: #C9C9C9. Windows color (decimal): -343696 or 7389690. OLE color: 7389690.

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

Color convert

RGB 250 193 112 -
CMYK 0 0.23 0.55 0.02
HSL 35.22º 0.93% 0.71% -
HSV(B) 35.22º 0.55% 0.98% -
XYZ 61.42 59.63 23.6 -
YUV 200.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 250 193 112 0 0.23 0.55 0.02 35.22 0.93 0.71
Hex FA C1 70 0 17 37 2 23 5D 47
Octal 372 301 160 0 27 67 2 43 135 107
Binary 11111010 11000001 1110000 0 10111 110111 10 100011 1011101 1000111

Color Harmonies of #FAC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC170

Black with #FAC170

Text Example


Text Example

White with #FAC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC170; }

 p { color: rgb(250,193,112); }

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

background-color css

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

 a { background-color: rgb(250,193,112); }

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

border-color css

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

 span { border-color: rgb(250,193,112); }

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