#FAC16B

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

Shades of Chardonnay #FAC16B

Tints of Chardonnay #FAC16B

Color information

#FAC16B (or 0xFAC16B) is unknown color: approx Chardonnay. HEX triplet: FA, C1 and 6B. RGB value is (250,193,107). Sum of RGB (Red+Green+Blue) = 250+193+107=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC16B is #053E94. Grayscale: #C8C8C8. Windows color (decimal): -343701 or 7062010. OLE color: 7062010.

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

Color convert

RGB250193107-
CMYK00.230.570.02
HSL36.08º93.46%70%-
HSV(B)36.08º57.2%98.04%-
XYZ61.1559.5322.18-
YUV200.2475.38163.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 107 (42.19% from 255) = 19.45%
R=45.45%
G=35.09%
B=19.45%

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
Decimal25019310700.230.570.0236.0893.4670
HexFAC16B017392245d46
Octal37230115302771244135106
Binary111110101100000111010110101111110011010010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC16B; }

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

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

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

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

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

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

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

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