#FAC16C

Color #FAC16C Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FAC16C

Tints of Chardonnay #FAC16C

Color information

#FAC16C (or 0xFAC16C) is unknown color: approx Chardonnay. HEX triplet: FA, C1 and 6C. RGB value is (250,193,108). Sum of RGB (Red+Green+Blue) = 250+193+108=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC16C is #053E93. Grayscale: #C8C8C8. Windows color (decimal): -343700 or 7127546. OLE color: 7127546.

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

Color convert

RGB250193108-
CMYK00.230.570.02
HSL35.92º93.42%70.2%-
HSV(B)35.92º56.8%98.04%-
XYZ61.259.5522.46-
YUV200.3575.88163.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=45.37%
G=35.03%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019310800.230.570.0235.9293.4270.2
HexFAC16C017392245d46
Octal37230115402771244135106
Binary111110101100000111011000101111110011010010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC16C; }

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

 H1.HeaderClassName
 {
   color: #FAC16C;
 }
 .AnyTagClassName
 {
   color: #FAC16C;
 }
</style>
background-color css

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

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

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

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

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

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